I need to be able to create a navigation used across my site on many
pages. This particular navigation is table-driven from the categories
table. It seems like using requestAction() of the categories
controller in an element, navigation.ctp, would be the perfect
solution.
I got all that to work fine, but it occurred to me that I would
probably need to make the navigation() action hidden, i.e.
_navigation(). However, when I try $this->requestAction('/categories/
navigation') it gives me a 'max nesting level' error. I tried changing
the param to '/categories/_navigation' but that had no change.
Here is the exact error:
Fatal error: Maximum function nesting level of '100' reached,
aborting!
Any thoughts? Am I going about this the wrong way?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---