ErrorException [ Warning ]: Undefined array key "id"

APPPATH/classes/controller/frontend/properties.php [ 15 ]

10 
11 		$pdf = (Arr::get($_GET, 'pdf', 0)?true:false);
12 		$this->template->is_pdf = $pdf;		
13 		$this->template->active_menu = 'properties';
14 		$property = Model::factory('Properties')->fetch(array("id"=>$id));
15 		$this->template->defproperty = $property['id'];
16 		$showthanks = false;
17 		
18 		$this->template->fb_desc = $property['fb_description'];
19 		$this->template->fb_image = $property['fb_image'];
20 		$this->template->fb_name = $property['property'];
  1. APPPATH/classes/controller/frontend/properties.php [ 15 ] » Kohana_Core::error_handler()

  2. {PHP internal call} » Controller_Frontend_Properties->action_index()

  3. SYSPATH/classes/kohana/request/client/internal.php [ 116 ] » ReflectionMethod->invoke()

  4. SYSPATH/classes/kohana/request/client.php [ 64 ] » Kohana_Request_Client_Internal->execute_request()

  5. SYSPATH/classes/kohana/request.php [ 1154 ] » Kohana_Request_Client->execute()

  6. DOCROOT/index.php [ 111 ] » Kohana_Request->execute()

Environment