예제 #1
0
 public static function getByCode($code)
 {
     return SearchEngineTable::getList(array('filter' => array('CODE' => $code)));
 }
예제 #2
0
파일: yandex.php 프로젝트: ASDAFF/open_bx
	protected function saveSettings()
	{
		SearchEngineTable::update($this->engine['ID'], array(
			'SETTINGS' => serialize($this->engineSettings)
		));
	}