02-18-2009, 01:43 PM
[eluser]TheFuzzy0ne[/eluser]
Why not have your model method return a two arrays in an array?
Then just pass the table_data array over to the table generator.
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.