Hey, very cool.  As far as caching, check this out:
http://api.cakephp.org/basics_8php.html#2d90124e8b736fa0f94ee3ff2d0747af.

You can set the $target to 'public', and the $path to 'img/<filename>',
to store the cache file in the publicly-accessible images folder
(/app/webroot/img).

Or, you can store it in the default cache folder, and serve it up via
controller.  This gives you more control over expiring and re-creating
the image.


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