Posts

Cakephp interview questions and answers for freshers

What is cakephp. CakePHP is a rapid development framework for PHP that provides an extensible architecture for developing, maintaining, and deploying applications. it uses commonly known design patterns like MVC,ORM within the convention over configuration paradigm, It also reduces development costs and helps developers write less code. List some of the features in Cake php. Compatible with versions 4 and 5 of PHP MVC architecture Built-in Validations Caching scaffolding What is habtm? habtm (has and belongs to many) is a kind of associations that can be defined in models for retrieving associated data across different entities. How can we use ajax in cakephp.? By calling ajax helper and then using it in controller for rendering. List some database related functions in cakephp.? find, findAll , findAllBy , findBy , findNeighbours , query. How can we use ajax in cakephp.? By calling ajax helper and then using it in controller for rendering. What naming ...