Hi,
When I write a query request with where condition, I got the following message : Contact::query()->where('isActive=1');
Model 'Contact' could not be loaded
#0 [internal function]: Phalcon\Mvc\Model\Manager->load('Contact', true)
#1 [internal function]: Phalcon\Mvc\Model\Query->_prepareSelect()
#2 [internal function]: Phalcon\Mvc\Model\Query->parse()
#3 app/library/Sforce/adapter/Sforce.php(262): Phalcon\Mvc\Model\Query->execute()
however if I do Contact::query()->execute() and get all contacts. I then have a good result. Contact object are outputed.
Any suggestion?
Regards