Hello, im just getting started on MVC and chose Phalcon to learn about it, i have configured my server for phalcon,
php-fpm 5.5 nginx 1.4.5 Phalcon 1.2.6
I can create a project correctly with commands, at first i could not load the IndexController, but i changed the paths of the config since they were incorrect, now i get this message
"A dependency injection object is required to access internal services"
i have read a few post on the forum and recompiled for 64bit, bit that did not work, i have also added "var_export($di); on my index.php but it prints $di as NULL
I will appreciate any help on this.