Introduction to CakePHP Part 1

CakePhp is a free,open-source framework of php.It’s a foundational structure for programmers to create web applications. CakePHP provides an extensible architecture for developing ,maintaining,and deploying applications. CakePHP reduces development cost and helps developers write less code. Key features Active,friendly Built-in validation MVC(Model View Controller)architecture Cake is based on an MVC-like architecture that is both powerful…