Beispiel #1
0
 function __construct()
 {
     parent::Model();
     // connect to database
     $this->load->database();
 }