Hi everybody,
I'm starting to use Phalcon and I'm faced to this issue :
My website's menu (displayed on every page), contains some information who need some specific processings (to check users rights, to display a number of messages stored in the database, ...).
In Symfony they used "component" which is like a small controller that you can call directly from a view.
Do you have any idea ?
Thanks