orderBy) { parent::getOrderBy(); if (false !== stripos($this->orderBy, 'DESC')) { $this->orderBy = array($this->orderBy, 'id DESC'); } } return $this->orderBy; } }