public setAutomaticCreateAttributes (Phalcon\Mvc\ModelInterface $model, array $attributes)
Set the attributes that must be ignored from the INSERT SQL generation
$metaData->setAutomaticCreateAttributes(new Robots(), array('created_at' => true));
public setAutomaticCreateAttributes (Phalcon\Mvc\ModelInterface $model, array $attributes)
Set the attributes that must be ignored from the INSERT SQL generation
$metaData->setAutomaticCreateAttributes(new Robots(), array('created_at' => true));
Please login to continue.