10-14-2007, 07:29 PM
[eluser]Référencement Google[/eluser]
Hi,
I would like to get some advices before starting doing this:
I have in a backend an "edit profile" page where I can edit user informations.
As it has a lot of things, I organised things in Tabs, and each tab have a different form.
Let's say for exemple, Tab 1 is for editing public profile infos, Tab 2 for the photos of the member, Tab 3 his videos, and Tab 4 some private infos
In this, I have a common part to all tabs that show a small thumbnail, the member name and some extra infos (let's say a small resume)
My url looking like that to reach the profile editing:
http://www.website.com/admin/profiles/edit/14 (where 14 is the profile ID)
How should I organise controllers functions and views that each forms post and validate to a specific fonction? Wich kind of Url would I have? I am not really sure on how to do things. (I was think of having url like: http://www.website.com/admin/profiles/edit/14/tab1
Here is a screenshot so maybe this help you to understand what I want to do:
http://www.imageultra.net/images/eliteme...enshot.jpg
Thanks for any help or advices
Hi,
I would like to get some advices before starting doing this:
I have in a backend an "edit profile" page where I can edit user informations.
As it has a lot of things, I organised things in Tabs, and each tab have a different form.
Let's say for exemple, Tab 1 is for editing public profile infos, Tab 2 for the photos of the member, Tab 3 his videos, and Tab 4 some private infos
In this, I have a common part to all tabs that show a small thumbnail, the member name and some extra infos (let's say a small resume)
My url looking like that to reach the profile editing:
http://www.website.com/admin/profiles/edit/14 (where 14 is the profile ID)
How should I organise controllers functions and views that each forms post and validate to a specific fonction? Wich kind of Url would I have? I am not really sure on how to do things. (I was think of having url like: http://www.website.com/admin/profiles/edit/14/tab1
Here is a screenshot so maybe this help you to understand what I want to do:
http://www.imageultra.net/images/eliteme...enshot.jpg
Thanks for any help or advices