Code |
Context$id = "28"
$sql = "SELECT url FROM banners WHERE id='28'"
$ret = array()
$ret = $this->query($sql);
return $ret[0]['banners']['url'];
BannerStat::getBannerUrl() - APP/models/banner_stat.php, line 11
bannerStatsController::saveBannerStats() - APP/controllers/banner_stats_controller.php, line 17
Object::dispatchMethod() - CORE/cake/libs/object.php, line 116
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 256
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 230
[main] - APP/webroot/index.php, line 88