Cakephpdocs 65

Categoryform helpers - end
Code Examplesend However, the $form->end() function can conveniently combine into one string the submit button, which is typically the last form element displayed and the closing tag. end( options[mixed] ) end(array('label'=>'Submit Form','id'=>'submit_btn'));?> This line will return the following output:
Test Code
Links
Remarks
Cancel