Hi,
I'm studying Phalcon and got stuck on the best way to access the Dependency Injection container from inside a controller.
From inside the controller, I see a variable in my debugger..
$this->_dependencyInjectorbut I also had success relying on MAGIC methods like this....
$this->MYSERVICEAm I supposed to use the MAGIC methods approach?