コード例 #1
0
ファイル: styledtextctrl.php プロジェクト: phpsong/wxphp
 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);
 }