예제 #1
0
 function __construct($db_row = null)
 {
     parent::__construct($db_row);
     $this->is_file = true;
 }
예제 #2
0
 function __construct($db_row = null)
 {
     parent::__construct($db_row);
     $this->is_category = true;
 }