This commit is contained in:
stubbfel
2013-07-01 18:54:59 +02:00
parent aa03fdcd1b
commit 7851ee7e3b
15 changed files with 177 additions and 97 deletions

View File

@@ -46,19 +46,19 @@ abstract class SqlManager {
* String for an and-operrator
* @var string
*/
protected $andTerm = " and ";
protected static $andTerm = " and ";
/**
* String for an or-operrator
* @var string
*/
protected $orTerm = " or ";
protected static $orTerm = " or ";
/**
* String for quotes in a query
* @var string
*/
protected $quoteTerm = "\"";
protected static $quoteTerm = "\"";
/**
* Default-Constructor