Why CakePHP documentation sucks and what I'm doing about it
When people complain about documentation, the solution is to write more, and better, documentation.
Read More…Please stop using jank readmes for your CakePHP plugins, and use something like this instead.
Read More…When people complain about documentation, the solution is to write more, and better, documentation.
Read More…A list of CakePHP plugins I use and abuse on a daily basis, as well as things I've discovered but haven't found a use for but seem to be cool.
Read More…One of the things I am working on is Authentication and Access Control. While Authsome Component takes care of authentication, we still need something more.
Read More…Sanitizing saved data when rendering the view is stupid, and it should be done when creating/updating records.
Read More…Log your queries to find out what CakePHP is doing when it has 9 million blobs or is taking 34234 years to process.
Read More…CakePHP provides us with a nice little Inflector class. It's quite useful in creating slugs, but can't be used for testing purposes without creating a dummy page.
Read More…