Code |
Context$url = array(
"utgivelser"
)
$count = 0
$total_count = 0
$final_book_slug = "utgivelser"
$total_count = $count;
$final_book_slug = $url[$count];
$final_category_slug = $url[$count - 1];
Book::get_book_from_url() - APP/models/book.php, line 61
BooksController::index() - APP/controllers/books_controller.php, line 30
Object::dispatchMethod() - CORE/cake/libs/object.php, line 115
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 245
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 211
[main] - APP/webroot/index.php, line 88