Google News
logo
CakePHP - Interview Questions
What is a Helper in CakePHP?
Helpers are associated with Presentation layers of application. It contains presentational logic, which is available to share between many views, elements, or layouts. Here are some commonly used helpers, such as :
 
* FormHelper
* HtmlHelper
* JsHelper
* CacheHelper
* NumberHelper
* Paginator
* RSS
* SessionHelper
* TextHelper
* TimeHelper
Advertisement