#480: Implement Console Request, Routing, Response etc
--------------------------------------------+-------------------------------
 Reporter:  [EMAIL PROTECTED]  |        Owner:  david
     Type:  enhancement                     |       Status:  new  
 Priority:  normal                          |    Milestone:  1.0  
Component:  _OTHER_                         |      Version:       
 Severity:  major                           |   Resolution:       
 Keywords:  console commandline             |    Has_patch:  0    
--------------------------------------------+-------------------------------

Comment(by jake):

 I am using this configuration successfully with a few slight
 modifications. I had to update the config_handlers.xml as follows:

 {{{
 <?xml version="1.0" encoding="UTF-8"?>
 <configurations xmlns="http://agavi.org/agavi/1.0/config";
 parent="%core.system_config_dir%/config_handlers.xml">
         <configuration>
                 <handlers>
                         <handler pattern="console.xml"
 class="AgaviReturnArrayConfigHandler" />
                 </handlers>
         </configuration>
 </configurations>
 }}}

 I also updated the ConsoleRouting class to fix some broken usages of the
 AgaviWebRouting class that my models were making.

 This works great for allowing unit tests to successfully run.

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