Exemplo n.º 1
0
 /**
  * Set a value to model without show anything (it appends an auto-field)
  * It set value on insert and update (but is configurable)
  *
  * @param $field
  * @param $value
  * @param bool $insert
  * @param bool $update
  * @static 
  */
 public static function set($field, $value = null, $insert = true, $update = true)
 {
     return \Zofe\Rapyd\DataForm\DataForm::set($field, $value, $insert, $update);
 }