docs icon indicating copy to clipboard operation
docs copied to clipboard

CakePHP CookBook

Results 31 docs issues
Sort by recently updated
recently updated
newest added

This leads to fewer syntax errors when copying the examples into ones code/IDE.

examples

ref en version https://github.com/cakephp/docs/commit/a0b9db252fe20a7c8513523e8e315e315804ad44

**Issue Description** Using Json as an example for the custom type might make people think that Cakephp doesn't handle json natively. I found it a bit confusing. Instead, having a...

Hi everyone Please clarify the documentation for [Transforming Request Data into Entity Properties](https://book.cakephp.org/5/en/orm/behaviors.html#transforming-request-data-into-entity-properties). Currently it's unclear how to get the custom fields from Behaviour into Entities of the Table said...

Docs Defect

Hi everybody, I'm creating this issue because I was in the case and my problem is solved thanks to @markstory via email. I'm from belgium and my google search result...

Docs Outdated

More skeleton-files need to be updated during 3.x to 4.x upgrade

### Description At the present time you should use a magic string to load a table class: `$articles = $this->getTableLocator()->fetchTable('Articles');`. It would be better to use a constant IMHO: `$articles...

https://book.cakephp.org/5/en/console-commands/commands.html Nothing about usage of https://github.com/cakephp/cakephp/tree/5.x/src/Command/Helper

Docs Missing