0, 'title' => '', 'content' => '', 'thumb' => '', 'source' => '', 'author' => '', 'displayorder' => 0, 'is_display' => 1, 'is_show_home' => 1, 'createtime' => 0, 'click' => 0, ); public function searchWithCreatetimeRange($time) { return $this->where('createtime >=', strtotime("-{$time} days")); } public function searchWithTitle($title) { return $this->where('title LIKE', "%{$title}%"); } }