Welcome Guest, Not a member yet? Register   Sign In
DB select 'feature'/'bug'
#2

[eluser]champs[/eluser]
I don't think the user guide says so, but... active record supports multiple select statements.
Code:
<?php
$this->db->select('this, that');
$this->db->select('theother, something');
?>


Messages In This Thread
DB select 'feature'/'bug' - by El Forum - 07-09-2007, 09:31 AM
DB select 'feature'/'bug' - by El Forum - 07-09-2007, 09:48 AM



Theme © iAndrew 2016 - Forum software by © MyBB