Skip to content
saturngod edited this page Jan 31, 2012 · 9 revisions

Load Database

$this->db->load('db');

Automatically load

in system/config/development.php ( for production : system/config/development.php )

public static $autoload=array("db");

Clone this wiki locally