Hi all,
There's Phalcon\MVC\Model::afterFetch(), but there's no ::beforeFetch(), which I need to inject ACL checks.
Is there a trick I could use to always make a call to ACL before model is loaded?
Important - I don't want to overload ::find/findFirst.
Thanks!