Code Context $this->Book->Behaviors->attach('Containable');
$book_info = $this->Book->find('all', array('contain' => array('BookCustomer', 'Customer','Publisher'),
'conditions' => array('Book.b_linkname' => $bname[0],),
$bname = array()
BookController::index() - APP/Controller/BookController.php, line 30
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 485
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 186
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 161
[main] - APP/webroot/index.php, line 97