Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.
Help keep Vanilla free:Posted: Monday, 4 June 2007 at 1:40PM
Posted: Monday, 4 June 2007 at 9:33PM
Posted: Tuesday, 5 June 2007 at 7:42AM
$s = &$DiscussionManager->DelegateParameters['SqlBuilder'];
$s->AddWhere('t', 'CategoryID', '', 3, '<>', 'and');
$s->AddWhere('t', 'CategoryID', '', 11, '<>', 'and');
$s->AddWhere('t','Name','',$x.'%','LIKE');
$s = &$DiscussionManager->DelegateParameters['SqlBuilder'];
$s->AddWhere('t', 'CategoryID', '', 3, '<>', 'and');
$s->AddWhere('t', 'CategoryID', '', 11, '<>', 'and');
$s->AddOrderBy('Name', 't', 'asc');
1 to 16 of 16