Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
AlbumOrama
Frontend
Controllers
CatalogController
PHP Class AlbumOrama\Frontend\Controllers\CatalogController
Inheritance:
extends
AlbumOrama\Frontend\Controllers\ControllerBase
Show file
Open project: phalcon/album-o-rama
Public Methods
Method
Description
albumAction
(
$albumId
,
$albumName
)
artistAction
(
$artistId
,
$artistName
)
chartsAction
( )
This action handles the /charts route
indexAction
( )
popularAction
( )
searchAction
( )
tagAction
(
$tagName
,
$page
= 1 )
Method Details
albumAction()
public
method
public
albumAction
(
$albumId
,
$albumName
)
artistAction()
public
method
public
artistAction
(
$artistId
,
$artistName
)
chartsAction()
public
method
This action handles the /charts route
public
chartsAction
( )
indexAction()
public
method
public
indexAction
( )
popularAction()
public
method
public
popularAction
( )
searchAction()
public
method
public
searchAction
( )
tagAction()
public
method
public
tagAction
(
$tagName
,
$page
= 1 )