On Jul 21, 2006, at 2:48 AM, symfony wrote:

>
> Hello,
> I'm searching for an option to get all controllers included
> controllerfunctions and variables from an application.
> for example: $controller1->restrictions; $controller3->var3;
> I only need this for my permission-controller to get a list for all my
> controllers ;)

$files = scandir(CONTROLLERS) might be a good start.

-- John

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to