python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Save associations not working in cakephp 4
I have these nested associations :
CustomRubriques hasOne ExtendedRubriques hasMany Photos
Photos has fields id and legend
I'm trying to save legend from CustomRubriques like this :
// CustomRubriques...
Oliv
Votes: 0
Answers: 0
How to remove `contain()` added to the query by a behavior in Cakephp 4?
I'm looking for the way to do an equivalent to cakephp2's 'recursive' => -1 on a find().
I have a Model Categories that uses the TreeBehavior.
In my controller I get the path of the category :
// i...
Oliv
Votes: 0
Answers: 0
Getting always last value when trying to create a radio button using loop in cakephp
I'm trying to create a radio button using a loop
<?= $this->Form->create($account) ?>
<?php foreach($gametitles as $gametitle): ?>
<?= $this->Form->radio(
...
Niloy Rony
Votes: 0
Answers: 1