mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@105 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3275c2aefa
commit
20ba44fafe
6 changed files with 131 additions and 114 deletions
|
|
@ -73,7 +73,7 @@
|
|||
$buff = FileHandler::readFile($this->xml_file);
|
||||
|
||||
// xml parsing
|
||||
$xml_obj = $this->parse($buff);
|
||||
$xml_obj = parent::parse($buff);
|
||||
|
||||
// XmlJsFilter는 filter_name, field, parameter 3개의 데이터를 핸들링
|
||||
$filter_name = $xml_obj->filter->attrs->name;
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
function parse($query_id, $xml_file, $cache_file) {
|
||||
// query xml 파일을 찾아서 파싱, 결과가 없으면 return
|
||||
$buff = FileHandler::readFile($xml_file);
|
||||
$xml_obj = $this->parse($buff);
|
||||
$xml_obj = parent::parse($buff);
|
||||
if(!$xml_obj) return;
|
||||
|
||||
// 쿼리 스크립트를 만들때 필요한 변수들
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue