On 9/6/05, Bob Zoller <[EMAIL PROTECTED]> wrote: > There isn't a place for "site-wide" actions/views/etc. I tend to > create them under the Default module, but you can put them anywhere > you want (as long as it's within some module). > > so my site template goes in: webapp/templates/Default.php > my MenuSlotAction goes in: > webapp/modules/Default/actions/MenuSlotAction.class.php > MenuSlotSuccessView goes in: > webapp/modules/Default/views/MenuSlotSuccessView.class.php > the template goes in: webapp/modules/Default/templates/MenuSlot.php
Yup, that's what I'm doing. Once I got on board with using slots I saw that it didn't matter where I put my menu stuff. -- Greg Donald Zend Certified Engineer MySQL Core Certification http://destiney.com/ _______________________________________________ agavi-dev mailing list [email protected] http://labworkz.com/cgi-bin/mailman/listinfo/agavi-dev
