A PHP Error was encountered
Severity: Notice
Message: Undefined property: Home::$db
Filename: core/Model.php
Line Number: 51
updating autoload.php giving http:500 error
|
A PHP Error was encountered Severity: Notice Message: Undefined property: Home::$db Filename: core/Model.php Line Number: 51 updating autoload.php giving http:500 error |
|||||
|
|
It could be any the following: You must make sure you have set up your database details correctly in the application/config/database.php file. Instruction on what to fill in here are explained on this page of the manual: http://codeigniter.com/user_guide/database/configuration.html Or it could be that you first need to load the database library by writing the following code above where you have written your query:
And to run your query, the code should look roughly like:
|
|||
|
|