vendors('package1'.DS.'package1.1'.DS.'class1.1.1');
Alternately you could put your own function inside app/config/
bootstrap.php
packages('package1_package1.1_class1.1.1');
Maybe this function replace the _ with the DS and would just be a
wrapper for vendors
In either case, vendors is the place to be. using the vendors()
function allows you to put your packages in
/app/vendors or /vendors at the root.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" 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
-~----------~----~----~----~------~----~------~--~---