예제 #1
0
 /**
  * Action read (GET) with relation to Brewery:Beer[:idBeer]
  * @param int $id
  * @param int $relationId
  */
 public function actionReadBeer($id, $relationId)
 {
     $this->deepListing = array('brewery');
     parent::actionRead($relationId);
 }