View previous topic :: View next topic |
Author |
Message |
tlmarker -
Joined: 28 May 2006 Posts: 1
|
Posted: Sun May 28, 2006 6:19 pm Post subject: Using the Zend Framework with abyss |
|
|
I am looking into implementing the Zend Framework with abyss, but am unsure on how th do something.
The Zend Framework works by redirecting all request to a single page, index.php, for example.
Here is how the frameworks. A reguest as follows:
http://myhost.com/controller/action/data
would be redirected to index.php where the controller/action/data would be separated and used by the framework.
I have read the posts on mod_rewite work arounds, and am not sure these would work.
Any help would be greatly appreciated.
Troy |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Mon May 29, 2006 10:28 am Post subject: Re: Using the Zend Framework with abyss |
|
|
tlmarker wrote: | I have read the posts on mod_rewite work arounds, and am not sure these would work. |
The best thing to do is to try the workaround with Zend Framework. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
|