Welcome Guest, Not a member yet? Register   Sign In
SQL errors
#2

[eluser]douweegbertje[/eluser]
try this?

Code:
function getDetails($child_id=null,$limit=20){

  // select all the fields in the children table
  $this->db->select(castedColumns($this->children_table, $this->db));
  //where the id is the child id
  $q = $this->db->get_where($this->children_table, 'id=' . $child_id . ');
  //store results array in details
  $details = $q->row_array();


Messages In This Thread
SQL errors - by El Forum - 03-14-2012, 08:35 AM
SQL errors - by El Forum - 03-14-2012, 01:21 PM
SQL errors - by El Forum - 03-14-2012, 03:10 PM



Theme © iAndrew 2016 - Forum software by © MyBB