Code |
Context$destinationId = "F76B5038-39E7-4C60-B083-30107C435C16"
$rs = array()
$rs = $this->query("select stateProvince as state, country as country, destination as destination, destinationId as id, points_of_interest, keywords from destinations where destinationId = '$destinationId'");
return $rs[0]['destinations'];
Destination::getDestinationById() - APP/models/destination.php, line 32
DestinationsController::view() - APP/controllers/destinations_controller.php, line 170
Object::dispatchMethod() - CORE/cake/libs/object.php, line 118
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 256
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 230
[main] - APP/webroot/index.php, line 90