PHP 클래스 AlbumOrama\Frontend\Controllers\CatalogController

상속: extends AlbumOrama\Frontend\Controllers\ControllerBase
파일 보기 프로젝트 열기: phalcon/album-o-rama

공개 메소드들

메소드 설명
albumAction ( $albumId, $albumName )
artistAction ( $artistId, $artistName )
chartsAction ( ) This action handles the /charts route
indexAction ( )
popularAction ( )
searchAction ( )
tagAction ( $tagName, $page = 1 )

메소드 상세

albumAction() 공개 메소드

public albumAction ( $albumId, $albumName )

artistAction() 공개 메소드

public artistAction ( $artistId, $artistName )

chartsAction() 공개 메소드

This action handles the /charts route
public chartsAction ( )

indexAction() 공개 메소드

public indexAction ( )

popularAction() 공개 메소드

public popularAction ( )

searchAction() 공개 메소드

public searchAction ( )

tagAction() 공개 메소드

public tagAction ( $tagName, $page = 1 )