Does the Zend Framework (or applications built using Zend_Application) provide any mechanism for persisting ACL lists, or is that detail left to the individual system/application developer?
Most of the examples I see online involve setting up your ACL rules in code. I'm curious if there's any standard/preferred way to save these rules into a database and/or file-system and then automatically load them.