I got also one question about routing. Which url should i use ?
1) index.php?/controller/action/arg1/arg2/ -- here i use $_SERVER['REQUEST_URI']
2) index.php?route=controller/action/arg1/arg2/arg3 - $_GET
3) index.php?controller=cont&action=index&args=.... $_GET
Or use all of them just make option in config file to change which to use ?
Which URL style should I use?
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US