Example #1
0
 /**
  * Helper for getting form values. Tries to find the "old" value (Laravel),
  * then looks at the form model values, then uses a postback value.
  *
  * @static 
  */
 public static function value($name, $value = null)
 {
     return \October\Rain\Html\FormBuilder::value($name, $value);
 }