Tag: Online PHP Training

CakePHP Tutorial Installing and Creating Your First Project in CakePHP

CakePHP is an open source web application framework of PHP. Although our institute’s PHP Master Course covers it very well yet I decided to write an useful article on CakePHP for many of the beginners and our PHP students. CakePHP framework provides a robust base for advanced applications written in PHP. It can handle every aspect, from the […]

Read More
CakePHP Tutorial Installing and Creating Your First Project in CakePHP

Cake is a framework of PHP and is very powerful. It makes the application more robust and manageable. CakePHP is based on the MVC (Model-View-Controller) software design pattern. Introduction to the MVC Design Pattern in The MVC pattern separates the application into three parts, the Model layer, the Controller layer and the View layer. The […]

Read More