A complete tutorial on Admin Routing for CakePHP
Although CakePHP’s cookbook does a pretty good job at explaining admin routing, I’ve still received requests for a tutorial on admin routing. … Keep Reading
PHP
Although CakePHP’s cookbook does a pretty good job at explaining admin routing, I’ve still received requests for a tutorial on admin routing. … Keep Reading
HTTPS is an important way to guarantee that the content that your website serves is delivered securely. When you serve your website … Keep Reading
After writing the tutorial on how to create a complete login system using CakePHP, I have received a lot of requests for … Keep Reading
Fortunately, there is a quick and easy way to fix this. Whenever WorPress starts an update, it creates a file called .maintenance … Keep Reading
After releasing my tutorial for a complete login and authentication system using CakePHP, I have received a lot of positive comments and … Keep Reading
In CakePHP, it is sometimes necessary to access the Auth component from a view or a helper. For instance, you may want … Keep Reading
I recently had to integrate CakePHP with Twitter BootStrap. With the CakePHP documentation being what it is, I ended up spending 2 … Keep Reading
Cake provides a very good tutorial on how to use the Auth component, but its not complete. So, I spent a couple … Keep Reading
One of the things that makes developing on WordPress so fun is that it is such a simple platform. A little while … Keep Reading
PHP Timestamps can be very useful in programming and tracking possible modifications which could have been made. The mktime() function in … Keep Reading