Welcome Guest, Not a member yet? Register   Sign In
Sorting Data
#11

[eluser]Unknown[/eluser]
Did you find a solution? I am doing something similar with graphs and data
#12

[eluser]toopay[/eluser]
@snowstar
Its not an object anymore, then you can get the array value, just like you get a value from array.
Code:
...
// in view field, it should be like...
<?php foreach($data as $row) : ?>
        <tr>
            <td>&lt;?php echo $row['date']; ?&gt;</td>
            <td>&lt;?php echo implode(',', $row['grouped_totalprice']); ?&gt;</td>
            <td>&lt;?php echo $row['total_itemprice']; ?&gt;</td>
        </tr>  
&lt;?php endforeach; ?&gt;
...




Theme © iAndrew 2016 - Forum software by © MyBB