mysql - Codeigniter: $this->load->database(); return blank page -
i use latest ci version 2.2.0.
when put code $this->load->database();
on controller, correspond view page return blank. therefore, can't connect database.
p/s:
- i have right config database , installed mysql, mysqli php extension
- the same code work fine on local computer, won't work on hosting.
actually, problem caused using php version > 5.3. fixed that
Comments
Post a Comment