/Zend_Controller_Parser

A simple script that parse all controllers and fetch actions.

Primary LanguagePHP

Zend Controller Parser

A simple script that parse all controllers and fetch actions. This can be useful for large applications that uses Zend ACL.

Example

$example = new Zend_Controller_Parser('../');
var_export($example->result);