We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

ACL

Based on the INVO example, I was wondering if there was a way to include all methods in a resource/controller?

Example: $publicResources = array( 'index' => array(''), 'contact' => array('') );

Oh that does work, LOL I guess I had my Session locked with: if (!isset($this->persistent->acl))