mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-17 09:24:17 +09:00
Cleaned up some classes that weren't needed. Removed calls to getValidatorString from tags, since the argument escaping is now done directly in the QueryParser class.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8390 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d3067703a4
commit
a8bed44a83
21 changed files with 14 additions and 290 deletions
|
|
@ -118,15 +118,8 @@ class QueryParser {
|
|||
$arguments = array_merge($arguments, $columns->getArguments());
|
||||
$arguments = array_merge($arguments, $conditions->getArguments());
|
||||
$arguments = array_merge($arguments, $navigation->getArguments());
|
||||
//foreach($arguments as $argument){
|
||||
// var_dump($argument);
|
||||
// var_dump($this->column_type[$this->getQueryId()][$argument->getColumnName()]);
|
||||
//}
|
||||
|
||||
$prebuff = '';
|
||||
//$prebuff .= $columns->getValidatorString();
|
||||
//$prebuff .= $conditions->getValidatorString();
|
||||
//$prebuff .= $navigation->getValidatorString();
|
||||
foreach($arguments as $argument){
|
||||
if($argument->getArgumentName()){
|
||||
$prebuff .= $argument->toString();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue