Пример #1
0
 /**
     获取所有搜索结果
     @parm array aConf 同sql_getByConfig参数
 */
 function getAll($aConf)
 {
     $oSmHandle = \YcheukfReport\Lib\ALYS\ALYSConfig::get('smHandle');
     $aParams = $this->_getBySqlConfig($oSmHandle, $aConf);
     $aReturn = \Application\Model\Common::getResourceList2($oSmHandle, $aParams);
     return array($aReturn['dataset'], $aReturn['count']);
 }