docs
docs copied to clipboard
CakePHP CookBook
Can probably have more clear wording on how passing the scope in paginate() works, but at the very least, the example is now functional like https://github.com/cakephp/docs/blob/4.x/en/controllers/pagination.rst is. The other page...
Added an example of how to use query object with hasMany through associations.
https://book.cakephp.org/4/en/core-libraries/logging.html#namespace-Cake\Log The formatting is inconsistent and the font size is very large. 
To aid in the development of partial translations we can copy over content from the english docs into the translation. This allows us to have translations that use `:ref:`, `:doc:`,...
The table of contents sits inside the content panel instead of as a separate panel to the right. This causes the content to be squished especially if the TOC is...
I am not quite sure what to mention in the migration guide. @markstory can you please help with that.
With the Cake 5 out, we should review the getting started tutorials, ORM examples and update them so that users don't hit deprecations when copy pasting code out of the...
Many signatures are not even correct for 4.x but especially for 5.x types, e.g. $options is often an array type: afterSave($event, $entity, $options = []) .. php:staticmethod:: slug($string, $options =...
I had a very difficult time figuring out how to make the paginator compatible with my i18n and l10n needs. This is a minimalist approach. A possibly clearer option would...
refs https://github.com/cakephp/cakephp/pull/17569