Code |
Context$publisher_id = 0
$ad_ids = array()
$keywords = null
$type = 0
$widget_id = null
$ads = false
$ads = $this->query("select * from company_ads as CompanyAd where CompanyAd.id in ( " . implode(",",$ad_ids) . ")");
foreach($ads as $ad){
StatisticTmpImpression::updateCount() - APP/models/statistic_tmp_impression.php, line 14
ListController::area() - APP/controllers/list_controller.php, line 201
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 268
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 240
[main] - APP/webroot/index.php, line 84