public getAutomaticUpdateAttributes (Phalcon\Mvc\ModelInterface $model)
Returns attributes that must be ignored from the UPDATE SQL generation
print_r($metaData->getAutomaticUpdateAttributes(new Robots()));
public getAutomaticUpdateAttributes (Phalcon\Mvc\ModelInterface $model)
Returns attributes that must be ignored from the UPDATE SQL generation
print_r($metaData->getAutomaticUpdateAttributes(new Robots()));
Please login to continue.