top button
Flag Notify
Site Registration

What are 'Helpers' in CakePHP?

0 votes
269 views
What are 'Helpers' in CakePHP?
posted Jul 22, 2014 by Amritpal Singh

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Helpers are the component-like classes for the presentation layer of your application. They contain presentational logic that is shared between many views, elements, or layouts. This chapter will show you how to create your own helpers, and outline the basic tasks CakePHP’s core helpers can help you accomplish.CakePHP features a number of helpers that aid in view creation.
Following helpers are used in Cake PHP.
1.FormHelper
2.HtmlHelper
3.JsHelper
4.NumberHelper
5.Paginator
6.RSS
7.SessionHelper
8.TextHelper
9.TimeHelper

answer Jul 23, 2014 by Rahul Mahajan
...