Code |
Context$shop_id = 78
$res = array()
WHERE id = '{$shop_id}'
");
$item = $res[0]['shop'];
OrdersController::add() - APP/controllers/orders_controller.php, line 40
Object::dispatchMethod() - CORE/cake/libs/object.php, line 116
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 259
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 213
[main] - APP/webroot/index.php, line 90