Hi Ernesto Try look at this "http://book.cakephp.org/view/36/Additional-Class- Paths", maybe it may solve your issue :)
Enjoy, John On Apr 22, 5:13 pm, Ernesto <[email protected]> wrote: > Hello. > > view sharing works, but not elements sharing > > here's a snippet from my bootstrap.php > > if (!defined('SHARED_ITEMS_FOLDER')) { > define('SHARED_ITEMS_FOLDER', > CAKE_CORE_INCLUDE_PATH .'\shared_items'); > > } > > $viewPaths = array(SHARED_ITEMS_FOLDER .'\views'); > > My webroot dir tree is this: > > WebRoot > cake > apps > shared_items > helpers > views > elements --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
