Esempio n. 1
0
 function __construct($db_row = null)
 {
     parent::__construct($db_row);
     $this->is_file = true;
 }
Esempio n. 2
0
 function __construct($db_row = null)
 {
     parent::__construct($db_row);
     $this->is_category = true;
 }