Welcome Guest, Not a member yet? Register   Sign In
Another multidimentional array question
#2

[eluser]WanWizard[/eluser]
Merge the results, instead of adding them to an array as separate elements. In your controller, replace
Code:
$venues[] = $arr;
by
Code:
$venues = array_merge($venues, $arr);


Messages In This Thread
Another multidimentional array question - by El Forum - 11-11-2010, 05:16 PM
Another multidimentional array question - by El Forum - 11-11-2010, 05:50 PM
Another multidimentional array question - by El Forum - 11-11-2010, 05:55 PM
Another multidimentional array question - by El Forum - 11-12-2010, 08:07 AM



Theme © iAndrew 2016 - Forum software by © MyBB