Context |
Code$colors = array(0 => array, 1 => array, 2 => array, 3 => array, 4 => array)
$sizes = array(0 => array, 1 => array, 2 => array, 3 => array)
$cart = array("items" => null)
$cart = $this->Session->read('Cart');
foreach($cart['items'] as &$item){
$tmp_colors = $tmp_sizes = array();
CartController::index() - CORE/app/controllers/cart_controller.php, line 16
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 276
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 248
[main] - CORE/app/webroot/index.php, line 84