/** *Sınıfı başlatır * * @param Base $db * @param array $tables */ public function __construct(Base $db, array $tables = []) { parent::__construct(); $this->setTables($tables); $this->setDb($db); }
/** * create a new instance * */ public function __construct() { parent::__construct(); }