For example I have model (CActiveRecord)
class Model { public $id; public $type; }
how it is possible to provide statistical relation returning amount of records with the same type?
thx
Posted 17 December 2010 - 04:27 AM
class Model { public $id; public $type; }
Posted 17 December 2010 - 05:49 AM