mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-13 16:34:52 +09:00
Updated code comments for PHPDocumentor - XmlQueryParser, QueryParser, DBParser
git-svn-id: http://xe-core.googlecode.com/svn/branches/luminous@12417 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d2872f1ac4
commit
2334535831
3 changed files with 347 additions and 264 deletions
|
|
@ -43,7 +43,7 @@ if(!defined('__XE_LOADED_XML_CLASS__')){
|
|||
* Parses XE XML query files
|
||||
*
|
||||
* @author Corina Udrescu (corina.udrescu@arnia.ro)
|
||||
* @package dbclasses
|
||||
* @package /classes/xml
|
||||
*/
|
||||
class XmlQueryParser extends XmlParser {
|
||||
|
||||
|
|
@ -83,7 +83,7 @@ class XmlQueryParser extends XmlParser {
|
|||
if(!$action) return;
|
||||
|
||||
// Write query cache file
|
||||
$parser = new QueryParser($xml_obj->query);
|
||||
$parser = new QueryParser($xml_obj->query);
|
||||
FileHandler::writeFile($cache_file, $parser->toString());
|
||||
|
||||
return $parser;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue