mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-23 20:32:14 +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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue