Daily Dev Log - 4
On the subject of updating urls in a web framework that gives you access to a router, it's important to have flexibility in writing those routes.
Read More…Writing a CakeRoute might be straightforward, and when used correctly, can really trim down the number of routes you connect in your routes.php file.
Read More…On the subject of updating urls in a web framework that gives you access to a router, it's important to have flexibility in writing those routes.
Read More…Defining joins in CakePHP finds is simple, but can result in weird sql statements if used in conjunction with Containable.
Read More…Always remember to include the host in the protocol when using the EmailComponent
Read More…I spent around 7 hours putzing with History.js in cake_admin. While History.js should auto-ajax any web application, it doesn't quite play nice with CakePHP.
Read More…