#389: Introduce RequestDataHolder
----------------------+-----------------------------------------------------
 Reporter:  david     |       Owner:  david
     Type:  task      |      Status:  new  
 Priority:  high      |   Milestone:  0.11 
Component:  request   |     Version:  HEAD 
 Severity:  critical  |    Keywords:       
----------------------+-----------------------------------------------------
 Holds all request data: parameters, cookies, files etc. Generic access
 methods allow validators to be applied to all request data sources, not
 only parameters. Each exec container gets their own holder instance. A
 global one is also available, of course. Locking gets thrown out since it
 doesn't guarantee absolute security - the object could easily be cloned
 and/or stored in a request attribute, just like now - seems we totally
 missed that

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