I want to know how this work
$manager = new Phalcon\Mvc\Model\Manager(); $manager->registerNamespaceAlias('alias','namespace'); $manager->registerNamespaceAlias('alias','namespace');
i tried using this after i added to namespace to my project. I discovered queries with joins were no longer working. I keeps giving me cannot load class. I will appreciate any help on this please.