Cakephpdocs 12

CategoryHelpers
Code ExamplesHelpers provide functionality that is used across multiple views. Because helpers are set apart for use in the views, they are stored in the app/views/helpers directory. => example of html link helper: link('Read Post 55','/posts/view/55');?> => Radio button helper ($data is an array): radio('data');?>
Test Code
Links
Remarks
Cancel