finish #66
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user