Undefined property: Report::$db in codeigniter
In codeigniter we need to config something in autoload file like "url, database, form,..." because it is very important thing when we using
all of this thing in view file. It is very important that we need to read this error line by line to know what is error is?. so it make us easy to fix our error.
Undefined property: Report::$db in codeigniter?
Solution is that you need to config your code in config->autoload file in codeigniter it is a rule that we should add this code
because codeigniter not clever enought.
You need to config it through this screenshot:
0 on: "Undefined property: Report::$db in codeigniter"