CodeIgniter Forums
Misspell in the Javascript documentation - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Misspell in the Javascript documentation (/showthread.php?tid=38089)



Misspell in the Javascript documentation - El Forum - 01-30-2011

[eluser]Pedro Luz[/eluser]
Hi

there's a misspell in the javascript documentation in:

Code:
$config['javascript_location'] = 'http://localhost/codeigniter/themes/js/jquery/');

There is a close parentheses in the end of javascript_location


Misspell in the Javascript documentation - El Forum - 01-30-2011

[eluser]Pedro Luz[/eluser]
The breadcrumbs in the javascript class documentation

says

CodeIgniter Home › User Guide Home › Input Class

Input Class? Tongue


Misspell in the Javascript documentation - El Forum - 01-30-2011

[eluser]Eric Barnes[/eluser]
Thanks this is now sorted.


Misspell in the Javascript documentation - El Forum - 01-31-2011

[eluser]John_Betong[/eluser]
Blimey, that was a quick fix Smile

Try this missing Route or mention that Scaffolding is now deprecated:

http://ellislab.com/codeigniter/user-guide/general/routing.html

Code:
Reserved Routes

There are two reserved routes:
$route['default_controller'] = 'welcome';

This route indicates which controller class should be loaded if the URI contains no data,
which will be the case when people load your root URL. In the above example,
the "welcome" class would be loaded.
You are encouraged to always have a default route otherwise a 404 page will appear by default.