Jump to content

Zend Framework Help


LemonInflux

Recommended Posts

Hey.

 

I've been playing around with the framework a bit. I have a few questions to ask that I need clearing up...

1) How do I pass URL variables? ($_GET)

2) Say I have all my pages in my index controller. So all of the pages are in mysite.com/index. E.g. mysite.com/index/index/, mysite.com/index/about/ etc. How do I change this to mysite.com/index/, mysite.com/about/ etc? I know it's probably with Zend_Controller_Router_Rewrite, but I'd like an example or some help.

 

Thanks

 

----------------

Now playing: Linkin Park - One Step Closer

via FoxyTunes

Link to comment
Share on other sites

$front->setParam('useDefaultControllerAlways', true); ?

No to set the default controller you use

$front->setDefaultControllerName('index')

In you your "bootstrapper" (before your call $front->dispatch())

 

However the above should not be necessary, as zend should call the index controller (or action) by default if its not specified in the url. To test go to mysite.com, and Zend should call the indexAction within the indexController automatically without you specifying it in the url.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.