#407: Add support for lightweight actions
-------------------------+--------------------------------------------------
 Reporter:  david        |        Owner:  david 
     Type:  enhancement  |       Status:  closed
 Priority:  high         |    Milestone:  0.11  
Component:  controller   |      Version:        
 Severity:  normal       |   Resolution:  fixed 
 Keywords:               |  
-------------------------+--------------------------------------------------
Changes (by david):

  * status:  new => closed
  * resolution:  => fixed

Comment:

 (In [1638]) support for lightweight actions. these don't run through
 action filters, don't call execute() on the action (and thus don't pass
 validation) and don't get any data from the actual request, only the
 arguments set on their containers. good for slots. make an action 'simple'
 by returning true from isSimple() in the action. closes #407

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