docs
docs copied to clipboard
CakePHP CookBook
In some cases, a `beforeSave()` callback may want to let the save continue without changing the entity. Documentation at https://book.cakephp.org/5/en/orm/table-objects.html#beforesave does not say what value to return early to accomplish...
https://github.com/cakephp/cakephp/pull/18829
### Description ## The Main Idea Our current dependency injection documentation primarily explains the technical implementation but lacks sufficient explanation of the conceptual benefits and practical applications. The examples given...
We have links in code like ```php @link https://book.cakephp.org/5/en/core-libraries/hash.html#Cake\Utility\Hash::insert ``` But it cuts off the URL on the \ leaving: https://book.cakephp.org/5/en/core-libraries/hash.html#Cake That wouldnt match the anchor on the target page....
> [!IMPORTANT] > EVERYONE is welcome to include their opinion about this topic! Currently the main https://book.cakephp.org supports 5 languages: en, pt, es, ja, fr But translating docs and especially...
> [!IMPORTANT] > EVERYONE is welcome to include their opinion about this topic! Vitepress currently uses [minisearch](https://github.com/lucaong/minisearch/) as a JS, browser based searche engine. This means we don't need to...
New documentation is looking good! Few things I noticed while testing. 1. On search the button I circled in green doesn't turn back to white once it toggled on. 2....
> [!IMPORTANT] > EVERYONE is welcome to include their opinion about this topic! Currently we not only generate a web version of the CookBook on https://book.cakephp.org/ but also a EPUB...
Following the initial steps to migrate the Sphinx/RST documentation to Markdown, as seen in the [5.x-vitepress](https://github.com/cakephp/docs/tree/5.x-vitepress) branch and on the generated [newbook](https://newbook.cakephp.org/) site, I'm requesting feedback and collaboration on the...