public function selectall(){ return $this->findBySql("SELECT * FROM article order by art_time desc limit 5")->asArray()->all(); }