Part of the EllisLab Network

Bug Report

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

Page 1 of 1 pages
Posted by: Derek Allard on 3 May 2008 9:00am
Derek Allard's avatar

Nice catch cronfy, thanks for reporting.

Name:

Email:

Location:

URL:

Remember my personal information

Notify me of follow-up comments?