[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details

Redirect From Model To View [MVC]

Asked by yehiaeg in PHP Scripting Language

Tags: mvc, php, redirect

Hi,

I'm running a small MVC model for a one page website, it runs in the following order:
1. User type http://www.online.com/library
2. The htaccess file redirect this url to http://www.online.com/library/controller.php?action=list
3. The controller file checks for the action query, list all the data in a session variable and use php header("Location:...) to redirect to the view
4. The View list all the data from the session variable.

My only concern with this scenario is that the user ends up with http://www.online.com/library/view.php in his address bar so he thinks it's the same as browsing to "/library/". What i want to accomplish now is making a redirect from the controller to the view without informing the client, so ends up with the same "/library/" in his address bar.

Thanks In Advance
Regards.
Yehia A.Salam
[+][-]10/31/09 11:59 AM, ID: 25711032Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]10/31/09 01:19 PM, ID: 25711369Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]11/01/09 03:00 AM, ID: 25713286Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]11/06/09 03:48 AM, ID: 25758302Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091111-EE-VQP-92 - Hierarchy / EE_QW_3_20080625