Пример #1
0
 /**
  * Albums
  */
 public function actionAlbums()
 {
     $this->data->items = Album::findAllTree();
 }