public setEmptyStringAttributes (Phalcon\Mvc\ModelInterface $model, array $attributes)
Set the attributes that allow empty string values
$metaData->setEmptyStringAttributes(new Robots(), array('name' => true));
public setEmptyStringAttributes (Phalcon\Mvc\ModelInterface $model, array $attributes)
Set the attributes that allow empty string values
$metaData->setEmptyStringAttributes(new Robots(), array('name' => true));
Please login to continue.