php - Yii find condition >= -


I need to find the line where summation & gt; = 250

I am doing the following: $ criteria = new CDBCRITIA; $ Criteria- & gt; Condition = 'sum' = 250 '; $ Electricitybid = bids :: models () - & gt; Search ($ criteria);

But I'm not getting any results. How to implement?

I do not have Yii in my hands Have you tried to do this:

  $ criteria = new CDBCRetia; $ Criteria- & gt; Engagement ('Pinnacle' = 250 '); $ Electricitybid = bids :: models () - & gt; Search ($ criteria);   

This should work, if a column is correctly mapped to summ .

Comments