private function getUriSegments() {return explode('/', $this->request->params->here);
AppController::getUriSegments() - APP/Controller/AppController.php, line 221
AppController::viewingAccount() - APP/Controller/AppController.php, line 213
AppController::beforeRender() - APP/Controller/AppController.php, line 124
call_user_func - [internal], line ??
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 244
Controller::render() - CORE/Cake/Controller/Controller.php, line 941
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 110
Notice (8): Undefined offset: 1 [APP/Controller/AppController.php, line 214]
AppController::viewingAccount() - APP/Controller/AppController.php, line 214
AppController::beforeRender() - APP/Controller/AppController.php, line 124
call_user_func - [internal], line ??
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 244
Controller::render() - CORE/Cake/Controller/Controller.php, line 941
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 110
SELECT `Product`.`id`, `Product`.`name`, `Product`.`slug`, `Product`.`description`, `Product`.`price`, `Product`.`active`, `Product`.`created`, `Product`.`modified` FROM `expresslabs`.`products` AS `Product` WHERE 1 = 1 LIMIT 1
1
1
1
2
SELECT `QuestAccount`.`id` FROM `expresslabs`.`quest_accounts` AS `QuestAccount` LEFT JOIN `expresslabs`.`companies` AS `Company` ON (`QuestAccount`.`company_id` = `Company`.`id`) WHERE `QuestAccount`.`company_id` IS NULL AND `QuestAccount`.`type_id` IN (2, 3)