mustafauysal / Zend_Controller_Parser

A simple script that parse all controllers and fetch actions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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);

About

A simple script that parse all controllers and fetch actions.


Languages

Language:PHP 100.0%