follow is my services di code:
$di->set('manager', function() {
return new modelManager();
});
follow is my Model Cars in namespace Model
public function test(){
$phql="select * from Model\Cart";
$rows = $this->manager->excuteQuery($phql);
}
at last
Notice: Access to undefined property Models\Cars::manager in C:\wamp\www\front\app\models\Cars.php on line 29