Welcome Guest, Not a member yet? Register   Sign In
A really simple question
#13

[eluser]daulex[/eluser]
awesome, it works Big Grin
ok, another question, I'm trying to make a list of titles with the dates, it works fine for me, if I do this:
function:
Code:
function index()
{
$data['query'] = $this->db->get('template');
$this->load->view('news',$data);
}
view:
Code:
<? foreach($query->result() as $row): ?>
<p>&lt;?=$row->title?&gt; (&lt;?=$row->date?&gt;)</p>
&lt;? endforeach;?&gt;

and it works fine and outputs:
Quote:My first post (2008-05-29)
Second test (2008-05-29)
Third test (2008-05-29)

Now, how can I re-arrange it? I would like the newer posts to be on the top and the older ones on the bottom, what do I need to do for that?

Thanks!


Messages In This Thread
A really simple question - by El Forum - 05-28-2008, 04:45 AM
A really simple question - by El Forum - 05-28-2008, 05:50 AM
A really simple question - by El Forum - 05-28-2008, 06:04 AM
A really simple question - by El Forum - 05-28-2008, 06:34 AM
A really simple question - by El Forum - 05-28-2008, 06:35 AM
A really simple question - by El Forum - 05-28-2008, 12:02 PM
A really simple question - by El Forum - 05-29-2008, 07:41 AM
A really simple question - by El Forum - 05-29-2008, 09:11 AM
A really simple question - by El Forum - 05-29-2008, 10:26 AM
A really simple question - by El Forum - 05-29-2008, 11:03 AM
A really simple question - by El Forum - 05-29-2008, 11:04 AM
A really simple question - by El Forum - 05-29-2008, 11:48 AM
A really simple question - by El Forum - 05-29-2008, 12:30 PM
A really simple question - by El Forum - 05-29-2008, 12:38 PM
A really simple question - by El Forum - 05-29-2008, 01:24 PM



Theme © iAndrew 2016 - Forum software by © MyBB