On Feb 18, 10:15 am, GetIT <[email protected]> wrote:
> Hi,
>
> I want to build a navigation out of all available Controllers/Actions.
>
> Is there a way to get a list of all Controllers/Actions with the help
> of cakephp or php?
> How?
I use this as a dev/fallback menu:
http://trac.assembla.com/mi/browser/branches/base/views/elements/admin/menu/auto.ctp
Trying to automate linking to actions isn't going to be easy or a good
idea (IMO). e,g, which of these should appear in the menu?
admin_index($type)
admin_recent($type)
admin_edit($id)
admin_delete($id)
admin_add()
admin_approve($id)
admin_pending()
etc.
AD
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---