Controller documentation small mistake |
|||
|---|---|---|---|
| Date: | 05/01/2008 | Severity: | Trivial |
| Status: | Resolved | Reporter: | cronfy |
| Version: | 1.6.1 | ||
| Keywords: | User Guide, Typos | ||
Description
On the Controller documentation page (http://codeigniter.com/user_guide/general/controllers.html) there is a mistake in “Organizing Your Controllers into Sub-folders” section. Example url
www.your-site.com/index.php/products/shoes/123
is incorrect. In described situation it will result in a 404 page, because “123” represents name of the function in shoes.php Controller here.
One of the correct examples would probably be:
www.your-site.com/index.php/products/shoes/show/123
Expected Result
Actual Result
Comment on Bug Report
| Posted by: Derek Allard on 3 May 2008 9:00am | |
|
|
Nice catch cronfy, thanks for reporting. |
