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