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

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. ![image](https://user-images.githubusercontent.com/24221186/130576310-c6077d2d-e97b-4da3-a34f-1227bb2e1f12.png)

pinned

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

Added Functionality
pinned

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

Docs Incorrect
stale

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 =...

Docs Incorrect
pinned

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