InterviewSolution
Saved Bookmarks
| 1. |
What Is A Helper? |
|
Answer» HELPERS in CakePHP are associated with Presentation layers of application.Helpers mainly contain PRESENTATIONAL logic which is available to SHARE between many VIEWS, elements, or layouts. Helpers in CakePHP are associated with Presentation layers of application.Helpers mainly contain presentational logic which is available to share between many views, elements, or layouts. |
|