On Wed, Apr 29, 2009 at 2:04 PM, 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? I think you should report a bug.. http://book.cakephp.org/view/759/Bugreport
pietro --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
