Hello, I'm a newbie with the powerful Phalcon, I try to make an admins interface but I get this error
Fatal error: Class 'Weblev\Models\Phalcon\Db' not found in /home/weblev/www/app/models/Machines.php on line 74
The line 74 contain
$resultset->setFetchMode(Phalcon\Db::FETCH_OBJ);
The code worked perfectly before I try to do an admin Interface and use a namespace