Hi,

I'd like to change the action on the fly on a per user type basis - I
don't want to use the ACL at the moment ;)

Is anyone else doing this successfully?

I've modified my app_controller->beforeFilter to prepend the userype
to the action so...

controller->index

would become

controller->usertype_index

but i'm noticing that the originally view gets called and the newly
modified action gets called without function parameters.

I'm assuming i'm not using this as intended, but wantd to see if
anyone else is doing something similar?

Cheers

Dan


--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to