> CakePHP supports 3rd party libraries via the vendors folder (/app/
> vendors). Include your library via vendor('filename').
>
> If your library was named charts.php, you'd call it in via
> vendor('charts');
Not in 1.2, you use App:import, eg:
App::import('Vendor', null, null, null, 'charts.php');
hth
jon
--
jon bennett
w: http://www.jben.net/
iChat (AIM): jbendotnet Skype: jon-bennett
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---