コード例 #1
0
ファイル: File.php プロジェクト: TishoTM/WP-Filebase
 function __construct($db_row = null)
 {
     parent::__construct($db_row);
     $this->is_file = true;
 }
コード例 #2
0
ファイル: Category.php プロジェクト: noxian/WP-Filebase
 function __construct($db_row = null)
 {
     parent::__construct($db_row);
     $this->is_category = true;
 }