mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-05 11:32:12 +09:00
Update test folder structure.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8540 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0a53ac3e9d
commit
c3fdbbf399
10 changed files with 63 additions and 45 deletions
11
test-phpUnit/debug.php
Normal file
11
test-phpUnit/debug.php
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
require('config.inc.php');
|
||||
$oDB = &DB::getInstance('mssql');
|
||||
//$oDB = &DB::getInstance();
|
||||
$dbParser = $oDB->getParser();
|
||||
$dbParser = new DBParser('[', ']');
|
||||
$parser = new QueryParser($xml_obj->query, $dbParser);
|
||||
$query_file = $parser->toString();
|
||||
var_dump($parser->toString());
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue