Hi, I have started to use Phalcon for an API.
I have build it as a Micro application and I am using handlers. The main issue for me is that I can't find how to access my app from the controllers since it's not injected like when you use closure. Anybody has any idea how to inject it. I can always define a parent to my controllers, define an injections method and do it just after I have instantiated my controller but that would mean I wouldn't be able to lazy load my controller and I am sure somebody had that issue before.