06-06-2008, 12:34 PM
[eluser]Majd Taby[/eluser]
in your plugin, right this:
If those functions return NULL, they will be eliminated from their respective query.
in your plugin, right this:
Code:
function getFieldName(){ return NULL; }
function prepForDb(){ return NULL; }
If those functions return NULL, they will be eliminated from their respective query.