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