Code Context $this -> loadModel('Date');
$params = array(
'search' => $band_infos['Band']['band'],
$band = 'Schängelaeng'
$band_data = array()
$band_infos = array()
$char = 'S'
$identifier_list = array(
'website' => array(
'alt' => 'Zur Website von [band]',
'icon-cat' => 'fas',
'icon-label' => 'fa-home'
),
'facebook' => array(
'alt' => '[band] bei Facebook',
'icon-cat' => 'fab',
'icon-label' => 'fa-facebook-square'
),
'instagram' => array(
'alt' => '[band] bei Instagram',
'icon-cat' => 'fab',
'icon-label' => 'fa-instagram'
),
'spotify' => array(
'alt' => '[band] bei Spotify',
'icon-cat' => 'fab',
'icon-label' => 'fa-spotify',
'prefix' => 'https://open.spotify.com/artist/',
'info' => 'nur SpotifyId eintragen'
),
'bandcamp' => array(
'alt' => '[band] bei Bandcamp',
'icon-cat' => 'fab',
'icon-label' => 'fa-bandcamp'
),
'discogs' => array(
'alt' => '[band] bei Discogs',
'icon-cat' => 'fas',
'icon-label' => 'fa-compact-disc'
),
'last-fm' => array(
'alt' => '[band] bei Last.fm',
'icon-cat' => 'fab',
'icon-label' => 'fa-lastfm-square'
)
)
BandsController::details() - APP/Controller/BandsController.php, line 186
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 491
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 104