Code Context
<?php
$this->assign('bannerClass', $room = $this->request->query['room']);
$viewFile = '/home/production/webapps/westbridge-furniture/app/View/Products/index.ctp'
$dataForView = array(
'products' => array(),
'ranges' => array(),
'types' => array()
)
$products = array()
$ranges = array()
$types = array()
include - APP/View/Products/index.ctp, line 3
View::_evaluate() - CORE/Cake/View/View.php, line 948
View::_render() - CORE/Cake/View/View.php, line 910
View::render() - CORE/Cake/View/View.php, line 471
Controller::render() - CORE/Cake/Controller/Controller.php, line 954
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 198
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 165
[main] - ROOT/public_html/index.php, line 117