Destramic Posted June 21, 2011 Share Posted June 21, 2011 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 Quote Link to comment https://forums.phpfreaks.com/topic/239992-mvc-request-design-problem/ Share on other sites More sharing options...
spiderwell Posted June 21, 2011 Share Posted June 21, 2011 read this, it is very useful and does what you want to do. http://anantgarg.com/2009/03/13/write-your-own-php-mvc-framework-part-1/ Quote Link to comment https://forums.phpfreaks.com/topic/239992-mvc-request-design-problem/#findComment-1232768 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.