What are CakePHP’s default helpers?
CakePHP comes with some very handy helpers that can really make your life easier when it comes to creating views: * HTML — allows quick creation of HTML tags, including links and input fields * JavaScript — offers an easy way to manage JavaScript code * Number — a set of useful methods to format numeric data * Time — functions to format time strings and timestamps * Text — auto-link URLs, truncate strings, create excerpts, highlight, strip links and more * AJAX — a truly amazing AJAX helper, to be used in conjunction with the popular Prototype and script.aculo.us libraries; this helper can really speed up the creation of AJAX interfaces More information about helpers is available in the CakePHP manual [15].