Todo List
GALExpression | --GALExpressionRaw
At the moment this class is the only way to add "real" SQL statements like fields, comparison operators, SQL functions, ... It applies absolutely no checks for security and validity, it just returns the given string in brackets.
GALExpressionRaw __construct( mixed $condition)
string __toString( )