Horde_Rdo literal query string object.
If you need to pass a string that should not be quoted into a Horde_Rdo_Query object, wrap it in a Horde_Rdo_Query_Literal object and it will not be quoted or escaped. Note that of course you need to be very careful about introducing user input or any other untrusted input into these objects.
Example: $literal = new Horde_Rdo_Query_Literal('MAX(column_name)');
Located in /Rdo/lib/Horde/Rdo/Query/Literal.php (line 22)
Instantiate a literal, which is just a string stored as an instance member variable.
Documentation generated on Sun, 30 Jan 2011 05:19:17 +0000 by phpDocumentor 1.4.3