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