you gave an intresting idea.. maybe i'll simply loadcontroller and
then run the action and then call the view render myself from the
function.

i'll try and report back!
if that doesn't work i'll goto the router itself [something i try
avoid doing].

On Jun 18, 1:51 pm, Grant Cox <[EMAIL PROTECTED]> wrote:
> If you know the actual controller name you can use loadController()
> which will return a boolean of whether the controller could be
> loaded.  However, your example above is difficult because a
> requestAction (and normal requests) go through your application routes
> - which could have any kind of mapping from request url to
> controller.  Perhaps you could look into how the Router works, and
> find something that identifies the controller that would be used for a
> particular request url?


--~--~---------~--~----~------------~-------~--~----~
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