Welcome Guest, Not a member yet? Register   Sign In
How to support $result->fetch_array(MYSQLI_ASSOC)
#1

[eluser]jonnyjon[/eluser]
Is there a way to extend CI to support the MySQLI method:
$result->fetch_array(MYSQLI_ASSOC);

I'm a big fan of associative arrays and dislike the fact that I have to use alternate syntax for CI.

I would like to extend the DB class to support this if possible.
#2

[eluser]xwero[/eluser]
if you use result_array or row array you get an associative array if i'm not mistaken? The only thing that is numeric is are the row numbers with result_array.
#3

[eluser]jonnyjon[/eluser]
$result->result_array(); seems to be OK.

Is there any code that allows CI to match MySQLI syntax?




Theme © iAndrew 2016 - Forum software by © MyBB