Home
last modified time | relevance | path

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

/plugin/sqlcomp/
Dsyntax.php136 private $aMessages = array( variable in syntax_plugin_sqlcomp
171 return str_replace("%text%",$text,$this->aMessages["error"]);
175 return str_replace("%text%",$text,$this->aMessages["message"]);
310 …$th .= str_replace(array("%number%","%text%","%type%"),array(0,$column,""),$this->aMessages["th"]);
312 … $tr = str_replace(array("%number%","%text%","%type%"),array(0,$th,""),$this->aMessages["tr"]);
319 $row["type"] = $this->aMessages["same"];
324 …_replace(array("%number%","%text%","%type%"),array($j,$Value,$row["type"]),$this->aMessages["td"]);
327 …str_replace(array("%number%","%text%","%type%"),array($i,$td,$row["type"]),$this->aMessages["tr"]);
331 $sResponse = $this->aMessages["pre"];
333 $sResponse .= $this->aMessages["post"];
[all …]