Integrate filtering system with objectManager, use it for applications
This commit is contained in:
committed by
Chris Morgan
parent
b2adeab95a
commit
4f792a28ba
@@ -14,6 +14,7 @@ define('FILTER_GREATER_THAN', 3);
|
||||
define('FILTER_LESS_THAN', 4);
|
||||
define('FILTER_NOT_EQUALS', 5);
|
||||
define('FILTER_NOT_LIKE', 6);
|
||||
define('FILTER_ENUM', 7);
|
||||
|
||||
/* A filter as part of an SQL query, such as something = 'somevalue' */
|
||||
class Filter
|
||||
|
||||
Reference in New Issue
Block a user