December 13, 2013 CakePHP/Tutorials & Samples A complete RESTful service and client in CakePHP tutorial After the long and painful process of understanding REST with CakePHP, I promised myself to write a tutorial on how to create … Keep Reading
December 5, 2013 CakePHP/PHP CakePHP: Accessing the Auth Component from a view In CakePHP, it is sometimes necessary to access the Auth component from a view or a helper. For instance, you may want … Keep Reading
September 17, 2013 CakePHP/HTML/CSS/PHP/Tutorials & Samples CakePHP Paginator and Twitter Boostrap I recently had to integrate CakePHP with Twitter BootStrap. With the CakePHP documentation being what it is, I ended up spending 2 … Keep Reading
August 13, 2013 CakePHP/Free Stuff/Web Development CakePHP 2.x Reference Sheet This large CakePHP 2.x reference page (cheat sheet) is something I use often and I hope it will be helpful to anybody … Keep Reading
August 11, 2013 CakePHP/PHP/Tutorials & Samples/Web Development A Complete Login and Authentication Application Tutorial for CakePHP 2.3 Cake provides a very good tutorial on how to use the Auth component, but its not complete. So, I spent a couple … Keep Reading