'', 'multiid' => '0', 'rid' => '', 'module' => '', 'do' => '', 'title' => '', 'description' => '', 'thumb' => '', 'url' => '', ); public function getByModuleAndUniacid($module, $uniacid) { $result = $this->query->where('module', $module)->where('uniacid', $uniacid)->get(); return $result; } public function searchWithMultiid($multiid) { return $this->query->where('multiid', $multiid); } }