status = '1'select * from `catalog` where (status = '1') and (description LIKE '%ADVISE AND AUDIT%' OR title LIKE '%ADVISE AND AUDIT%' OR domain LIKE '%ADVISE AND AUDIT%') order by `follows` desc limit 10 offset 0$table->enum('status', array(-1, 0, 1));enum('-1', '0', '1')