Hi Thomas,

> In my limited exposure to CakePHP, it always seemed that the vendors
> directory was intended for third-party resources. However, the
> tutorial below recommends placing TinyMCE in a jscripts directory
> rather than vendors, so I'm assuming that I have something wrong. What
> is 'vendors' for, exactly?

TinyMCE is a javascript library, so it makes sense to place the JS
files in the /webroot/js directory. The vendors directory is for
external php classes, such as Markdown etc and is not publicly
accessible via the web, which would be required to access the js
files.

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