Welcome Guest, Not a member yet? Register   Sign In
Reading from database table
#7

[eluser]Altazar[/eluser]
I've made some changes in module, but instead the data from database, I get the word "Array" in page.
Code:
class Mdl_italy extends CI_model {

function Mdl_italy()
{
  parent::__construct();
}

function get_harbour($lang_short)
  {
  $query = $this->db->get_where("harbours", array("lang_short" => $lang_short));
  return $query->result();
  }
}


Messages In This Thread
Reading from database table - by El Forum - 04-08-2013, 09:25 AM
Reading from database table - by El Forum - 04-09-2013, 12:29 AM
Reading from database table - by El Forum - 04-09-2013, 01:04 AM
Reading from database table - by El Forum - 04-09-2013, 01:17 AM
Reading from database table - by El Forum - 04-09-2013, 01:27 AM
Reading from database table - by El Forum - 04-09-2013, 01:35 AM
Reading from database table - by El Forum - 04-09-2013, 03:41 AM
Reading from database table - by El Forum - 04-09-2013, 03:46 AM
Reading from database table - by El Forum - 04-20-2013, 07:36 AM
Reading from database table - by El Forum - 04-20-2013, 08:37 AM



Theme © iAndrew 2016 - Forum software by © MyBB