How to call controller’s method within the view in CakePHP
Hi friends, In the older posts we learned about CakePHP. In this post, I would like to explain about how to call... Read More
core PHP file use as library in CakePHP
This post explains how use core PHP file as library file in CakePHP. I have requirement that use external file need to... Read More
CakePHP data validation in model
This post explains about CakePHP data validation in model. We will write validations in client-side, this explains about validations in server-side in... Read More
How to call API in CakePHP
This post explains how to call API in CakePHP, in earlier we learn about webservices, documentation for webservices and how to create... Read More
How to implement CMS application with SEO friendly URLs in CakePHP
This post explains about how to implement CMS application with SEO friendly URLs in CakePHP, earlier we learned about SEO / Clean... Read More
Install PHPUnit in Ubuntu
Hi friends, In this post, I am going to explain how to install PHPUnit in Ubuntu 12.04, by following commands we can... Read More
About CakePHP
What Is CakePHP? The Official website: http://www.cakephp.org/ CakePHP is a rapid development framework for PHP that provides an extensible architecture for developing,... Read More