ROP in yii

example I have a column stock, and the stock column filled with the sum of the column in another table , when the stock has been less than 100 pieces , it appears the warning that "the stock is almost depleted and must be replenished ." how do I create the program ? I am newbie here , please help me , thank you




'value' => '$data->stock < 100?"The stock is almost depleted and must be replenished":$data->stock'