Beispiel #1
0
 function OnInit()
 {
     global $mf;
     $mf = new mainFrame();
     $mf->Show();
     return 0;
 }
Beispiel #2
0
 function __construct()
 {
     parent::__construct();
 }
Beispiel #3
0
 function __construct()
 {
     parent::__construct();
     $this->table = DB_PFX . "posts";
     $this->loadModel($this->table);
 }