hi im using codeigniter framework but im not able to use database with codeigniter im following this tutorial but when i open in our localhost 404 page not found come
|
|
|||||||||||
|
|
|
If you're getting a 404, it may not be your database connection. Check your routing, and be sure that you are accessing a page that does indeed exist. If you're accessing a controller that loads a view, stop loading the view for now and test the connection directly from the controller - output "YES" if it is, and "NO" if anything else. If your problem persists, double-check your database-connection configuration. Lastly, I would suggest you follow the documentation rather than another website when you are getting familiar with a framework. You can view the documentation for the Database class at http://codeigniter.com/user_guide/database/index.html |
||
|
|
|
|
You need to set up your application/config/database. Here you need to add your information for your database.
Have you done it? |
||
|
|
