i would like to move my vendors folder outside of the main cake folder
to share amongst mutiple cake versions and shared apps. reason being
everytime i upgrade my cake core my vendor dependent methods break.


i assume putting this code in my index.php would do the trick:

 if (!defined('VENDORS')) {
     define ('VENDORS', DS . 'home' . DS. 'mypath' . DS . 'vendors');
 }

question is can i put this into another file in my app like
bootstrap.php and still make it work?
--~--~---------~--~----~------------~-------~--~----~
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