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