What is helper in cakephp?
Answer / Sanjeev Saxena
In CakePHP, a Helper is a class that extends AppHelper and contains functions for formatting data and generating HTML code to be used across multiple views.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to api integration in cakephp 3
explain the server requirements for cakephp.
How to use session in cakephp?
What is the first file that gets loaded when you run a application using cakephp?can you change that file?
What is a component in cakephp?
why cakephp have two vendor folder?
Using cakephp, what all are drawbacks?
What are sessions in php. How to read, write and delete session in cakephp?
What do you mean by habtm?
What is the term "security.salt" and "security.cipherseed" in cakephp?
List some database related query function used in cakephp.
Explain the callback functions in cakephp?