#668: Allow customization of the way Actions, Views etc. are laid out in the
filesystem
-------------------------+--------------------------------------------------
 Reporter:  david        |        Owner:  david 
     Type:  enhancement  |       Status:  closed
 Priority:  low          |    Milestone:  1.0   
Component:  _OTHER_      |      Version:        
 Severity:  normal       |   Resolution:  fixed 
 Keywords:               |    Has_patch:  0     
-------------------------+--------------------------------------------------

Comment(by david):

 Also mind you you need to set up config handlers in your application's or
 module's {{{config_handlers.xml}}}:
 {{{
 <handler pattern="%core.module_dir%/*/impl/*/validate.xml"
 class="AgaviValidatorConfigHandler">
   <validation>%core.agavi_dir%/config/xsd/validators.xsd</validation>
 </handler>
 <handler pattern="%core.module_dir%/*/impl/*/cache.xml"
 class="AgaviCachingConfigHandler">
   <validation>%core.agavi_dir%/config/xsd/caching.xsd</validation>
 </handler>
 }}}

-- 
Ticket URL: <http://trac.agavi.org/ticket/668#comment:9>
Agavi <http://www.agavi.org/>
An MVC Framework for PHP5


_______________________________________________
Agavi Tickets Mailing List
[email protected]
http://lists.agavi.org/mailman/listinfo/tickets

Reply via email to