What is a helper and list some common helpers name used in cakephp?
Answer / Tarun Kumar Yadav
In CakePHP, a Helper is a PHP class that provides additional functionality for use within views. Commonly used helpers include: FormHelper,HtmlHelper,JsHelper,SessionHelper, and FlashHelper.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the first file that gets loaded when you run a application using cakephp?can you change that file?
How to pass multiple parameters to access into the view files?
What is the current stable version of cakephp?
What is cakephp?
What is default function and default controller of cakephp which is called automatically?
What is the use of $this->set();
How to api integration in cakephp 3
Explain the difference between component, helper, behavior in cakephp?
What is the use of cakephp?
What are commonly used helpers of cakephp?
How to read, write and delete session in cakephp?
How to run cakephp project in xampp?