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