Q: where can I put classes I would like to use in multiple
applications?
A: fill up some of arrays $modelPaths, $controllerPaths, $viewPaths,
$behaviorPaths, $componentPaths or $helperPaths in app/config/
bootstrap.php (any of those arrays should contain absolute paths with
trailing DS) and cake will look for any of classes in APP directory,
then in all additional places from Your arrays and then in cake/libs
subdirs. [1:2 only:] If it will find requested class, it will cache
it's path in app/tmp/persistent/class.paths.php


--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to