Welcome Guest, Not a member yet? Register   Sign In
table class help
#6

[eluser]TheFuzzy0ne[/eluser]
Why not have your model method return a two arrays in an array?
Code:
$arr['table_data'] = $table_arr;
$arr['images'] = $image_arr;
return $arr;

Then just pass the table_data array over to the table generator.


Messages In This Thread
table class help - by El Forum - 02-17-2009, 03:14 PM
table class help - by El Forum - 02-17-2009, 03:25 PM
table class help - by El Forum - 02-18-2009, 08:40 AM
table class help - by El Forum - 02-18-2009, 08:57 AM
table class help - by El Forum - 02-18-2009, 12:54 PM
table class help - by El Forum - 02-18-2009, 01:43 PM



Theme © iAndrew 2016 - Forum software by © MyBB