Zend framework question about rest and modules?

Managed to get it to work by doing the following. Hope this will be useful for someone.

Managed to get it to work by doing the following. Hope this will be useful for someone. Created a route within the front controller plugin.

Class SB_Controller_Plugin_Initialize extends Zend_Controller_Plugin_Abstract { public function routeStartup(Zend_Controller_Request_Abstract $request) { $frontController = Zend_Controller_Front::getInstance(); $restRoute = new Zend_Rest_Route($frontController, array(), array('rest')); $router = $frontController->getRouter(); $router->addRoute('rest', $restRoute); } } in application. Ini, resources.frontController.plugins. Initialize = "SB_Controller_Plugin_Initialize.

Yup all of those things exist. Like I said if I comment the rest route in the bootstrap it works! – kuzyt Nov 4 '10 at 8:21.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions