Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
AlbumOrama
Frontend
Controllers
CatalogController
PHP Class AlbumOrama\Frontend\Controllers\CatalogController
Inheritance:
extends
AlbumOrama\Frontend\Controllers\ControllerBase
Afficher le fichier
Open project: phalcon/album-o-rama
Méthodes publiques
Méthode
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
méthode
public
albumAction
(
$albumId
,
$albumName
)
artistAction()
public
méthode
public
artistAction
(
$artistId
,
$artistName
)
chartsAction()
public
méthode
This action handles the /charts route
public
chartsAction
( )
indexAction()
public
méthode
public
indexAction
( )
popularAction()
public
méthode
public
popularAction
( )
searchAction()
public
méthode
public
searchAction
( )
tagAction()
public
méthode
public
tagAction
(
$tagName
,
$page
= 1 )