I\'ve implemented an action + view that lists all the rows in a database and allows you to paginate through them using zend_paginator. I\'ve also written an action + view that takes a form post (or ge
Hi I am trying to setup some REST routes in a Zend app, I am wondering how I can restrict the HTTP method on which the route can be accessed.
My website can be view from 2 different kind of URI: www.mywebsite.c开发者_StackOverflowom/magazine or www.mywebsite.com/index.php/magazine
I got a zend_config file called routes.ini. Currently my url looks like this /:LanguageCode/display-cv/:CVID
I have a trouble with zend_controller_Router_Route. I have created a route: $router = $this->frontController->getRouter();
I\'d like to set up multiple domain names to use the same framework, but I can\'t seem to get zend\'s router to bend to my will.
I have an xml like this <configdata> <routes> <home type=\"Zend_Controller_Router_Route\">
I think I have the same issue as this guy - http://framework.zend.com/issues/browse/ZF-9385?page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel
I\'ve worked on this code base and it responds with html when i access a site www.site.com/version/ However, If i access www.site.com/version?format=xml, it displays output in xml.
I\'ve three module default frontend backend I\'d like to hide default and frontend module from t开发者_JS百科he url