#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):

 Correct entries for {{{config_handlers.xml}}} (the above example is
 outdated):
 {{{
 #!xml
 <handler pattern="%core.module_dir%/*/impl/*/validate.xml"
 class="AgaviValidatorConfigHandler">
   <validation>%core.agavi_dir%/config/xsd/validators.xsd</validation>
 <transformation>%core.agavi_dir%/config/xsl/validators.xsl</transformation>
 </handler>
 <handler pattern="%core.module_dir%/*/impl/*/cache.xml"
 class="AgaviCachingConfigHandler">
   <validation>%core.agavi_dir%/config/xsd/caching.xsd</validation>
   <transformation>%core.agavi_dir%/config/xsl/caching.xsl</transformation>
 </handler>
 }}}

-- 
Ticket URL: <http://trac.agavi.org/ticket/668#comment:12>
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