06-06-2008, 02:03 PM
[eluser]gusa[/eluser]
[quote author="jTaby" date="1212795267"]in your plugin, right this:
If those functions return NULL, they will be eliminated from their respective query.[/quote]
are you sure that's working?
i defined getFieldName as:
and the code is never executed.
[quote author="jTaby" date="1212795267"]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.[/quote]
are you sure that's working?
i defined getFieldName as:
Code:
function getFieldName(){
echo 'over here!';
die;
}
and the code is never executed.