public getBelongsTo (Phalcon\Mvc\ModelInterface $model)
Gets all the belongsTo relations defined in a model
$relations = $modelsManager->getBelongsTo(new Robots());
public getBelongsTo (Phalcon\Mvc\ModelInterface $model)
Gets all the belongsTo relations defined in a model
$relations = $modelsManager->getBelongsTo(new Robots());
Please login to continue.