I\'m working on a small marketing project with Zend Framework, the backoffice of the project is currently made of two controller: a campaign controller and a minisite controller.
Below is my routes.xml which gets loaded in my Zend Framework app. There are two routes, one should match the url /aanbod/tekoop/huis and the other should match /aanbod/200/gerenoveerde-woning
If someone is familier with Zend Framewor, they know what routes are and how they affect the system overall. My question is concerned about ways to can configure this rout开发者_如何学Pythones. I know
If we use capital alphabet in between name for zend controller and action for example inside default module we create
I\'m creating a controller which will pull information of a painter from a database and display it: PainterController. I have defined it like so:
I\'m defining a partner through a route based on the url e.g. my.domain.com/:partner/:controller/:action
I\'m trying to route all segment but also have exceptions. So I want to route :any except (home|about|contact). Something like that.
I am looking at writing a application that requires search engine friendly URLs for a lot ofpages. So for example to access say site.com/blah could be a user or a page. For this I was thinking of havi
I have a $siteRoute for subdomains: $siteRoute = new Zend_Controller_Router_Route_Hostname( \':siteSlug.test.com\',
I think the title explains it all. The thing is that my application is Zend Framework based and includes a number of controllers. The main controllers are: