Ejemplo n.º 1
0
 /**
  * the end method which shows only form and input tag.
  * delete display:none, because can not send Token with Japanese mobile devices.
  *
  * @param array options
  */
 function end($options = null)
 {
     return strip_tags(parent::end($options), '<form><input>');
 }