Esempio n. 1
0
 public function __construct($conn, $strTable = null, $condition = null, $data = null, $extFields = null, $intPagelen = 10, $page = 1, $order = 0, $type = 'asc')
 {
     parent::__construct($conn, $strTable, null, $condition, $data, $extFields, $intPagelen, $page, $order, $type);
     //$this->objName = ucfirst($strTable);
 }