Context |
Code$id = "disclaimer"
$sql = "SELECT * FROM pages where title_url='disclaimer'"
$ret = array()
$ret = $this->Page->query ($sql);
$this->set('page', $ret[0]);
PagesController::view() - CORE/app/controllers/pages_controller.php, line 27
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 276
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 248
[main] - CORE/app/webroot/index.php, line 82