You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Phalcon\Mvc\Model\EagerLoading\Loader::__construct() $className: Method will not get the real model class
When I use the model cloumns method to restrict query columns, instead of returning the original model class, I return a Phalcon\Mvc\model\Row, which prevents me from preloading with the with method.
The text was updated successfully, but these errors were encountered:
Phalcon\Mvc\Model\EagerLoading\Loader::__construct() $className: Method will not get the real model class
When I use the model cloumns method to restrict query columns, instead of returning the original model class, I return a
Phalcon\Mvc\model\Row
, which prevents me from preloading with the with method.The text was updated successfully, but these errors were encountered: