Welcome Guest, Not a member yet? Register   Sign In
4th level URL / Folder
#1

[eluser]Unknown[/eluser]
Hi i'm trying to make reasonably easy to understand URLs but i got stock not being able to cerete URi of next level. I want to go something like this:

http://www.example.com/admin/chairs/edit/10

where i already have pages for Admin and Chairs but from Chairs page i want to click edit button and go to next folder (for organizational purposes) and load ID =10 for editing

How can i configure controller? In my controller i have admin.php and in it i was trying to load admin->chairs-> edit

But that did not help Sad
I googled around and found this thread http://glennpratama.wordpress.com/2009/1...deigniter/
but that did not help either Sad

Hopefully some one can help me out, tnx!

#2

[eluser]Massaki[/eluser]
In admin.php (controller):

function chairs ($option=0, $id)
{
if ($option == 'edit')
{
// Get data, load views, etc..
}
}
#3

[eluser]Unknown[/eluser]
yay its so easy Smile i have no idea why i could not figure that out Smile
tnx a lot!




Theme © iAndrew 2016 - Forum software by © MyBB