There is no check, you are supposed to define $fooPaths variables correctly. No trailing slash == not correct :)
-Mark On Apr 29, 10:04 am, Ernesto <[email protected]> wrote: > Hello. > > here's my bootstrap.php. > > if (!defined("SHARED_ITEMS_FOLDER")) { > define("SHARED_ITEMS_FOLDER", CAKE_CORE_INCLUDE_PATH . DS ."shared > items"); > > } > > $modelPaths = array(SHARED_ITEMS_FOLDER ."models"); > > $viewPaths = array(SHARED_ITEMS_FOLDER ."views"); > > Please note that i forgot the trailing directory separator. > > - Shared models are working. > - shared views aren't. > > maybe there's no trailing DS check in view.php? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
