Home
last modified time | relevance | path

Searched refs:physicalSql (Results 1 – 1 of 1) sorted by relevance

/plugin/combo/ComboStrap/
H A DPageSqlTreeListener.php44 private $physicalSql; variable in ComboStrap\\PageSqlTreeListener
116 $this->physicalSql .= "select\n\t*\n";
134 $this->physicalSql .= "from\n\tpages\n";
140 if (substr($this->physicalSql, -1) === "\n") {
141 $this->physicalSql .= "\t";
159 $this->physicalSql .= "{$variableName} ";
166 $this->physicalSql .= "\t{$variableName} ";
183 $this->physicalSql .= "{$text} ";
187 $this->physicalSql .= "\trandom()";
202 $this->physicalSql
[all...]