#433: Add startup() methods to all core classes
---------------------+------------------------------------------------------
Reporter: david | Owner: david
Type: task | Status: new
Priority: normal | Milestone: 0.11
Component: _OTHER_ | Version: 0.11.0RC2
Severity: normal | Keywords:
---------------------+------------------------------------------------------
Right now, we often have chicken-and-egg situations with the
initialization order, e.g. the storage might need the database manager,
and the routing might need the storage, but the storage also needs the
routing for the session cookie etc etc. And we cannot clear $_GET and
friends because the request has to be initialized before the routing, but
that needs $_GET in it's original form. And so on. So in addition to
initialize(), they all get a startup() method (storage and user have one
already).
--
Ticket URL: <http://trac.agavi.org/ticket/433>
Agavi <http://www.agavi.org/>
An MVC Framework for PHP5
_______________________________________________
Agavi Tickets Mailing List
[email protected]
http://lists.agavi.org/mailman/listinfo/tickets