Пример #1
0
 /**
  * Open up a new HTML form and pass the optional novalidate option.
  * 
  * This methods relies on the original Form::open method of the Laravel
  * Collective component.
  *
  * @param array $options
  * @return string 
  * @static 
  */
 public static function open($options = array())
 {
     return \Styde\Html\FormBuilder::open($options);
 }