Questions tagged as "cactiverecord"
how to do this?
Hy all.
I need $data->img if image file exist. The img row not exist in the db.
I have Video model extends CActiveRecord. This return findAll without img variable.
1. How to addREAD MORE
By Stageline in Active Record · Asked 465 days 18 hours 39 mins ago
Questions: 1 Accepted: 0 ( 0% ) | Reputation: 0
CActiveDataProvider SELECT only some fields
cactivedataprovidercactiverecordjoinsql
How to make CActiveDataProvider to SELECT only some fields from the query. For example :
- new CActiveDataProvider($model, array(
- 'criteria'=>array(
- 'select'=>array(
- 't.field1',
- 't.field2',
By phreak in Active Record · Asked 597 days 2 hours 40 mins ago
Questions: 1 Accepted: 0 ( 0% ) | Reputation: 0
