Here there are many questions and answers about How CakePHP Framework works? and basic questions related to CakePHP framework functionality. If you are preparing for an interview, you will find these CakePHP interview questions helpful.
Q-1 What is CakePHP ?
Ans. CakePHP is a free, open-source, rapid development framework for PHP. It’s a foundational structure for programmers to create web applications. There is number of in built component like Ajax, RequestHandler, Session etc
Q-2 What are are drawbacks of cakephp.
Ans. The learning curve, and it loads full application before it starts your task. Its not recommended for small projects because of its resource heavy structure.
