CakePHP is a popular framework which provide rapid development platform for web applications and API. In this section you will find the advance interview questions based on Cake PHP and these questions are very useful for intermediate level role. What is HMAC? HMAC means Hash-based Message Authentication Code . This is a authentication code used … Read More “CakePHP Advance : Most Common Interview Questions” »
Category: CakePHP
What is the default cache Engine in CakePHP? File Engine is the default cache Engine in Cake PHP. What are the cache engines that CakePHP support? Different type of cache engine supported by Cake PHP: File APC Win Xcache Memcache Redis How many type of Associations are there in CakePHP Models? There are four association … Read More “CakePHP Advance Interview Questions” »
What is CakePHP ? CakePHP is an open-source free web framework based on MVC pattern and written in PHP scripting Language for rapid web development. What is MVC in CakePHP? Model view controller (MVC) is an architectural pattern used in software engineering. Model: Handle database related functionality, manipulating database related query like add, edit , … Read More “CakePHP Interview Questions and Answers” »