Code |
Context$data = array(
"Coupon" => array(
"id" => "868919",
"formetocoupon_id" => null,
"merchant_id" => "8508",
"name" => "$15 OFF $100, $30 OFF $150 or $75 OFF $250",
"label" => "$15 OFF $100, $30 OFF $150 or $75 OFF $250",
"restrictions" => "",
"coupon_code" => "SPRING12",
"start_date" => "2012-01-23",
"end_date" => "2012-02-13",
"use_merchant_link" => "1",
"link" => "",
"direct_link" => "",
"image" => "",
"logo" => "",
"status" => "active",
"last_updated" => "0000-00-00 00:00:00",
"work_count" => "0",
"notwork_count" => "0",
"comment_count" => "0",
"favorite_count" => "0",
"last_worked" => "0000-00-00 00:00:00",
"created" => "2012-01-23 12:55:39",
"modified" => "2012-01-23 12:55:39",
"display" => "1",
"slug" => "15-off-100-30-off-150-or-75-off-250",
"click_count" => "39",
"share_count" => "0",
"like_count" => "0",
"score" => "500",
"changed" => "0",
"members_only" => "0",
"keyword_inserted" => "0",
"show_dialogue" => "1"
),
"Merchant" => array(
"id" => "8508",
"formetocoupon_id" => null,
"slug" => "victoriassecret.com",
"name" => "Victoria's Secret",
"description" => "",
"network_id" => "",
"featured_coupon_id" => "0",
"status" => "active",
"last_updated" => "0000-00-00 00:00:00",
"apofpo" => "0",
"mynetworkid" => "",
"link" => "http://www.victoriassecret.com/?cm_mmc=Google-_-VS%2520Brand%2520II_VS%2520Brand-_-exact-_-victoria%2520secret",
"vimeo_code" => null,
"homepage" => "victoriassecret.com",
"count" => "0",
"ibar" => "1",
"logo" => "4cc9ad1f-743c-4e5e-b7d7-335445a78f9f.gif",
"screenshot" => null,
"codebox_screenshot" => null,
"changed" => "1",
"score" => "1",
"favorite_count" => "0",
"share_count" => "0",
"like_count" => "0",
"click_count" => "158",
"free_shipping" => "0",
"contact_name" => "",
"contact_title" => "",
"contact_phone" => "",
"contact_email" => "",
"Network" => array()
),
"click_type" => "Coupon"
)
$coupon = array(
"Coupon" => array(
"id" => "868919",
"formetocoupon_id" => null,
"merchant_id" => "8508",
"name" => "$15 OFF $100, $30 OFF $150 or $75 OFF $250",
"label" => "$15 OFF $100, $30 OFF $150 or $75 OFF $250",
"restrictions" => "",
"coupon_code" => "SPRING12",
"start_date" => "2012-01-23",
"end_date" => "2012-02-13",
"use_merchant_link" => "1",
"link" => "",
"direct_link" => "",
"image" => "",
"logo" => "",
"status" => "active",
"last_updated" => "0000-00-00 00:00:00",
"work_count" => "0",
"notwork_count" => "0",
"comment_count" => "0",
"favorite_count" => "0",
"last_worked" => "0000-00-00 00:00:00",
"created" => "2012-01-23 12:55:39",
"modified" => "2012-01-23 12:55:39",
"display" => "1",
"slug" => "15-off-100-30-off-150-or-75-off-250",
"click_count" => "39",
"share_count" => "0",
"like_count" => "0",
"score" => "500",
"changed" => "0",
"members_only" => "0",
"keyword_inserted" => "0",
"show_dialogue" => "1"
),
"Merchant" => array(
"id" => "8508",
"formetocoupon_id" => null,
"slug" => "victoriassecret.com",
"name" => "Victoria's Secret",
"description" => "",
"network_id" => "",
"featured_coupon_id" => "0",
"status" => "active",
"last_updated" => "0000-00-00 00:00:00",
"apofpo" => "0",
"mynetworkid" => "",
"link" => "http://www.victoriassecret.com/?cm_mmc=Google-_-VS%2520Brand%2520II_VS%2520Brand-_-exact-_-victoria%2520secret",
"vimeo_code" => null,
"homepage" => "victoriassecret.com",
"count" => "0",
"ibar" => "1",
"logo" => "4cc9ad1f-743c-4e5e-b7d7-335445a78f9f.gif",
"screenshot" => null,
"codebox_screenshot" => null,
"changed" => "1",
"score" => "1",
"favorite_count" => "0",
"share_count" => "0",
"like_count" => "0",
"click_count" => "158",
"free_shipping" => "0",
"contact_name" => "",
"contact_title" => "",
"contact_phone" => "",
"contact_email" => "",
"Network" => array()
),
"click_type" => "Coupon"
)
$click = array(
"foreign_id" => "868919",
"foreign_type" => "Coupon",
"assoc_merchant_id" => "8508"
)
'assoc_merchant_id' => $coupon["Coupon"]["merchant_id"]
);
$kid_key = $coupon["Merchant"]["Network"]["kid"];
AppController::_click_event() - APP/app_controller.php, line 422
CouponsController::view() - APP/controllers/coupons_controller.php, line 312
Object::dispatchMethod() - CORE/cake/libs/object.php, line 118
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 227
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194
[main] - APP/webroot/index.php, line 97