コード例 #1
0
 public function __construct()
 {
     parent::__construct();
     $this->_CI =& get_instance();
 }
コード例 #2
0
ファイル: Section.php プロジェクト: beheh/sulphur
 public function __construct($heading)
 {
     $this->setHeading($heading);
     parent::__construct();
 }