'', 'templateid' => '', 'name' => '', ); public function searchWithTemplates($fields = 'a.*') { return $this->query->from('site_styles', 'a')->select($fields)->leftjoin('modules', 'b')->on(array('a.templateid' => 'b.mid')); } }