_model) { $this->_model = new Model(['db' => Qs_Db::getInstance(), 'tableAlias' => 'User']); } return $this->_model; } public function setModel(Model $model) { $this->_model = $model; return $this; } }