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