Пример #1
0
 /**
  * The class constructor method.
  */
 function OA_DB_Table_Core()
 {
     parent::OA_DB_Table();
 }
Пример #2
0
 /**
  * The class constructor method.
  */
 function OA_DB_Table_Statistics()
 {
     parent::OA_DB_Table();
     $this->temporary = true;
 }
Пример #3
0
 /**
  * The class constructor method.
  */
 function OA_DB_Table_Priority()
 {
     parent::OA_DB_Table();
     $this->temporary = true;
 }