I need to join these two queries into one:
$a=DB::model()->findAll($criteria);
$b=DB:model()->findAll("a = 0");
php version is 5.2.17
and now need to join in a single queries $c to be sent to pager.
How I can do this?
thank you very much in advance

Help













