News Feed
Jobs Feed
Sections




News Archive
Michael Nitschinger's Blog:
Quick Tip Lithium Redirect
September 16, 2011 @ 10:02:21

Michael Nitschinger has a "quick tip" posted in this new entry to his blog - how to handle a redirect in a Lithium-framework based application.

While migrating pastium over to MongoDB (from CouchDB), I found [a] snippet in the routes.php file [that makes it so] when the user enters the application via the root url (/), he instantly gets redirected to /pastes/add (or a different URL if you have custom routes configured). This may seem ok at first, but there's a problem. It doesn't take URLs into account that don't live directly under the document root.

The snippet he references and others showing how to correct the issue are included - replacing the location array controller/action information with the static class information for the route in a match() call. For more information on the routing in Lithium, see these manual pages.

0 comments voice your opinion now!
lithium framework tip redirect method


blog comments powered by Disqus

Similar Posts

Phil Sturgeon's Blog: Introducing FuelPHP

Community News: Symfony Framework Makes Some Updates (v.0.6.2 and Content)

NETTUTS.com: CodeIgniter From Scratch: Day 3. Sending Emails and Attachments

Reddit.com: About to start learning my 1st MVC framework... What are your recommendations?

Zend Developer Zone: Zend Framework Site Gets Bug Tracker, Source Browser.


Community Events











Don't see your event here?
Let us know!


release language unittest interview community development zendframework2 podcast example object code database composer testing framework introduction functional conference opinion phpunit

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework