Code |
Context$id = "4028"
$photos = array()
{
$photos = $this->Adverteer->query('SELECT adverteers.img, adverteers.img2, adverteers.img3, adverteers.img4 FROM adverteers where adverteers.id = '.$id);
$this->set('pics', $photos[0]['adverteers']);
CerebroController::photosDetail() - APP/controllers/cerebro_controller.php, line 1626
Object::dispatchMethod() - CORE/cake/libs/object.php, line 116
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 261
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 233
[main] - APP/webroot/index.php, line 85