What are commonly used helpers of cakephp?
Answer / Maimuna Khan
Some commonly used helpers in CakePHP include FormHelper,HtmlHelper, and TimeHelper. These helpers provide functions for generating forms, HTML markup, and formatting dates respectively.
| Is This Answer Correct ? | 0 Yes | 0 No |
Please write the name of cakephp database configuration file name and its location?
When cakephp was developed?
What is recursive in cakephp?
How can you make urls search engine friendly while using cakephp?
List types of association supported by cakephp?
What is a element?
What is the use of $this->set();
What are commonly used helpers of cakephp?
What is the use of security.salt and security.cipherseed in cakephp? How to change its default value?
What are commonly used components of cakephp?
Why we used $this->set() in cakephp?
How to use session in cakephp?