用一个方法来代替使用CActiveRecord::scopes
例如public function recently($limit=5){$this->getDbCriteria()->mergeWith(array(’order’=>’createTime DESC’,’limit’=>$limit,));return $this;}