open()
open( $params = array()) : string
open form This method return the form element <form.
..
Parameters
| $params |
checkbox( $params = array()) : string
checkboxMulti This method returns multiple checkbox elements in order given in an array For checking of checkbox pass checked Each checkbox should look like array(0=>array('id'=>'1', 'name'=>'cb[]', 'value'=>'x', 'label'=>'label_text' ))
| $params |