Welcome Guest, Not a member yet? Register   Sign In
Misspell in the Javascript documentation
#1

[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
#2

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

says

CodeIgniter Home › User Guide Home › Input Class

Input Class? Tongue
#3

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

[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-gui...uting.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.
 
 
 




Theme © iAndrew 2016 - Forum software by © MyBB