| Category | form helpers - end |
| Code Examples | end 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] ) =$form->end(array('label'=>'Submit Form','id'=>'submit_btn'));?> This line will return the following output: |
| Test Code | |
| Links | |
| Remarks | |
| Cancel |