Hi there

I'm working on adding functionality to a controller and if I were
coding any other platform I would be wrapping functionality up in
methods. However, I can see there are two potential problems doing
this in my controller:

a) The method would be available to the user from the address bar.

b) The method would expect to lead to a view, which I don't want it
to.

Is there any way to overcome these problems? Do I need to code the
methods in a separate class, or would that defy the point of the MVC
framework?

Thanks

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

Reply via email to