10-01-2008, 09:16 PM
[eluser]earlyriser[/eluser]
Yes, I understood that later. What I found strange about this way is a line like this
$this->db->select('w.name, wc.rating');
before a line like this
$this->db->from('wines w');
But now I got it. Thanks Jon L.
Yes, I understood that later. What I found strange about this way is a line like this
$this->db->select('w.name, wc.rating');
before a line like this
$this->db->from('wines w');
But now I got it. Thanks Jon L.