Welcome Guest, Not a member yet? Register   Sign In
$this->load->database() problem
#1

[eluser]veledrom[/eluser]
Hi,

My projects stops working on line $this->load->database();
It was fine before I formatted my Ubuntu 10.10 but no luck now.

I don't get any errors on browser. Just white screen.
config.php has correct values settings. Database exists as well.

Please help

Code:
class Loginout_model extends CI_Model {
public function __construct()
{
  parent::__construct();
  
  $this->load->database();
}
.
.
.
.
}




Theme © iAndrew 2016 - Forum software by © MyBB