Welcome Guest, Not a member yet? Register   Sign In
Array display "Array" text
#4

[eluser]fesweb[/eluser]
Also, dBug is a really great debugging tool when it comes to dealing with arrays and objects. Just save it as dbug_helper, load it like any other helper and when there is an array to investigate use it.
Code:
// load it in your controller
$this->load->helper('dBug');

// call it and it will echo a useful table...
new dBug($navlist);
Way more useful than var_dump.


Messages In This Thread
Array display "Array" text - by El Forum - 02-14-2009, 10:12 AM
Array display "Array" text - by El Forum - 02-14-2009, 10:43 AM
Array display "Array" text - by El Forum - 02-15-2009, 04:27 PM
Array display "Array" text - by El Forum - 02-15-2009, 04:39 PM



Theme © iAndrew 2016 - Forum software by © MyBB