public getAttributes (Phalcon\Mvc\ModelInterface $model)
Returns table attributes names (fields)
print_r($metaData->getAttributes(new Robots()));
public getAttributes (Phalcon\Mvc\ModelInterface $model)
Returns table attributes names (fields)
print_r($metaData->getAttributes(new Robots()));
Please login to continue.