Ejemplo n.º 1
0
 public function timeLine()
 {
     $biz = new AlbumBiz();
     $list = $biz->getTimeLine();
     return $list;
 }