Logan wrote:
> Because i need to used in the view and/or the controller. Probably i'm
> missing something.
> I'm kind of new to MVC.

If I'm not mistaken, you can access components from the view (just not
helpers from the controller).

If you are serving an image generated on the fly, you could also set a
null layout and simply have the component output the headers, create
the image, and read() it or whatever, then call exit.


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

Reply via email to