Welcome Guest, Not a member yet? Register   Sign In
populating an associative array from an sql return stryct
#8

I know all about those results.

In your first post you mention $row but then you are passing $result to the

$data = objectToArray($result);

This should be passed the result from the database.

$data = objectToArray($row);
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: populating an associative array from an sql return stryct - by InsiteFX - 08-27-2018, 03:10 AM



Theme © iAndrew 2016 - Forum software by © MyBB