Add this to your list of routes in your config file. This is a bit more DRY and could potentially resolve your bootstrap issue. This replaces the need to configure these routes via bootstrap.
; restful routes resources.router.routes.rest.type = Zend_Rest_Route resources.router.routes.rest.defaults.controller = index resources.router.routes.rest.api = partners,social ----- -- Wil Moore III Best Practices for Working with Open-Source Developers http://www.faqs.org/docs/artu/ch19s02.html Why is Bottom-posting better than Top-posting: http://www.caliburn.nl/topposting.html DO NOT TOP-POST and DO trim your replies: http://linux.sgms-centre.com/misc/netiquette.php#toppost -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Zend-Rest-Route-question-tp3614205p3616323.html Sent from the Zend Framework mailing list archive at Nabble.com. -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
