yii model()->findAll example - пример
Primary tabs
with condition:
$msgs = Ticket::model()->findAll('tstatus=:tstatus',
array(
':tstatus' => 1,));- Log in to post comments
- 4748 reads
with condition:
$msgs = Ticket::model()->findAll('tstatus=:tstatus',
array(
':tstatus' => 1,));