Jump to content

mvc request design problem


Destramic

Recommended Posts

hey guys i have a little problem if you could help please...

 

basiclally my request will get a uri and try and break it up into controller, action and parameters

but when a uri request is made like:

 

game/counter-strike/leagues

http://localhost/game/counter-strike/leagues

 

it may not actually be a direct route and need rerouting with the router.

 

now what i want to do is create a function which will get the game which is counter-strike...in this case

the array looks like

 

Array ( [0] => game [1] => counter-strike [2] => leagues )

 

now i dont know if this is the correct way of getting the value...but would i be able to search for 'game' as if it exists could i get the next array.

 

i hope you understand and can maybe help....thanks

 

 

Link to comment
https://forums.phpfreaks.com/topic/239992-mvc-request-design-problem/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.