Searched refs:physicalSql (Results 1 – 1 of 1) sorted by relevance
44 private $physicalSql; variable in ComboStrap\\PageSqlTreeListener116 $this->physicalSql .= "select\n\t*\n";134 $this->physicalSql .= "from\n\tpages\n";140 if (substr($this->physicalSql, -1) === "\n") {141 $this->physicalSql .= "\t";173 $this->physicalSql .= "{$variableName} ";180 $this->physicalSql .= "\t{$variableName} ";197 $this->physicalSql .= "{$text} ";201 $this->physicalSql .= "\trandom()";204 $this->physicalSql .= "date('now')";[all …]