ErrorException [ Notice ]: Trying to get property of non-object

APPPATH/models/backend/mld_b_secciones.php [ 44 ]

39 	
40 	}
41 	
42 	function id_seccion($seccion){
43 	
44 		return $this->db->where('seccion', $seccion)->get('secciones')->row()->id_seccion;	
45 	
46 	}
47 	
48 	function seccion_general($id_seccion, $id_general){
49 	
  1. APPPATH/models/backend/mld_b_secciones.php [ 44 ] » MY_Exceptions::error_handler()

  2. APPPATH/controllers/index.php [ 136 ] » Mld_b_secciones->id_seccion(arguments)

  3. SYSDIR/codeigniter/CodeIgniter.php [ 236 ] » Index->contacto()

  4. FCPATH/index.php [ 115 ] » require_once(arguments)