Code |
Context$band_tracklists = array(
"//tracks//nima
",
"Bells Ringing For The Fatal Hour
",
"Death Romance (Phase One)
",
"Monolith Of Infinity
"
)
$tracklists = array()
$current_number = ""
$s = "//tracks//nima
"
$album_code = "nima"
$m = array()
$album_code = rtrim(substr($s, 10, 7));
preg_match('/\-(\w+)/', $album_code, $m);
$current_number = $m[1];
BandController::_tracklist_for_albums() - APP/controllers/band_controller.php, line 237
BandController::band() - APP/controllers/band_controller.php, line 186
Object::dispatchMethod() - CORE/cake/libs/object.php, line 118
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 227
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194
[main] - APP/webroot/index.php, line 96