Code |
Context function startupProcess() {
$this->Component->initialize($this);
$this->beforeFilter();
$cache = "notice"
$thisweek = array(
"Article" => array(
"no" => "1050",
"id" => "14811"
)
)
$params = array(
"conditions" => array(
"AdvertisementsSite.site_id" => "2",
"Advertisement.type" => "2",
"Advertisement.use_flag" => 1,
"Advertisement.open_datetime <=" => "2024-10-06 00:50:58",
"Advertisement.end_datetime >=" => "2024-10-06 00:50:58"
),
"joins" => array(
array()
),
"order" => array(
"Advertisement.order_flag" => "ASC"
),
"recursive" => 0
)
NewspapersController::beforeFilter() - CORE/lib.times/controllers/newspapers_controller.php, line 129
Controller::startupProcess() - CORE/cake-1.3.18/libs/controller/controller.php, line 522
Dispatcher::_invoke() - CORE/cake-1.3.18/dispatcher.php, line 188
Dispatcher::dispatch() - CORE/cake-1.3.18/dispatcher.php, line 172
[main] - APP/webroot/index.php, line 88