コード例 #1
0
ファイル: Article.php プロジェクト: lwl1989/paintmore
 function __construct()
 {
     parent::__construct();
 }
コード例 #2
0
ファイル: Activity.php プロジェクト: lwl1989/paintmore
 function __construct()
 {
     parent::__construct();
     $this->assign('recommend', $this->config->item('content'));
 }