I'm curious why the logic of AbstractRestfulController is not in a Restful Router. Wouldn't it be more suitable for the routing of Controller and Action to be done in the Router? I propose a new Restful Router that implements the logic of the Segment Router and AbstractRestfulController, and returns a RouteMatch that has the action param set. Then it could be passed off to an AbstractActionController. This would also make unit testing restful routes possible.
Thanks, Andrew -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Integration-of-the-Segment-Router-and-AbstractRestfulController-tp4661763.html Sent from the Zend Framework mailing list archive at Nabble.com. -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
