Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about cakephp-4.x

Read more about cakephp-4.x

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)

Questions - cakephp-4.x

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...
test-img

Oliv

cakephp

orm

associations

cakephp-4.x

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...
test-img

Oliv

php

cakephp-4.x

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( ...
test-img

Niloy Rony

cakephp

cakephp-4.x

Votes: 0

Answers: 1

Latest Answer

You have set 'hiddenField' => false in options ! You have to set it with name. echo $this->Form->radio( 'favorite_color', [ ['value' => 'r', 'text' => 'Red', 'style' =&g...
test-img

Alimon Karim

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved