Beispiel #1
0
 function __construct()
 {
     parent::__construct();
 }
Beispiel #2
0
 function __construct()
 {
     parent::__construct();
     $this->table = DB_PFX . "posts";
     $this->loadModel($this->table);
 }