示例#1
0
 function OnInit()
 {
     global $mf;
     $mf = new mainFrame();
     $mf->Show();
     return 0;
 }
示例#2
0
文件: rss.php 项目: Romerohub/RCMS
 function __construct()
 {
     parent::__construct();
 }
示例#3
0
文件: post.php 项目: Romerohub/RCMS
 function __construct()
 {
     parent::__construct();
     $this->table = DB_PFX . "posts";
     $this->loadModel($this->table);
 }