#527: [PATCH] - Have a global setting to control caching
-------------------------+--------------------------------------------------
 Reporter:  ross         |       Owner:  david    
     Type:  enhancement  |      Status:  new      
 Priority:  normal       |   Milestone:  0.11     
Component:  filter       |     Version:  0.11.0RC4
 Severity:  normal       |    Keywords:           
-------------------------+--------------------------------------------------
 Allows for global settings.xml configuration of caching.  So can quickly
 turn it off and on - for testing etc..

 It defaults to true - so no breaking change :D

 usage:

 {{{
 <configuration environment="development-ross">
   <settings>
     <setting name="enable_caching">false</setting>
   </settings>
 </configuration>
 }}}

-- 
Ticket URL: <http://trac.agavi.org/ticket/527>
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