Welcome Guest, Not a member yet? Register   Sign In
db select syntax
#2

[eluser]flaky[/eluser]
Code:
$this->db->select("bids.bidID, bids.detail, LEFT(bids.detail, 200)");
$this->db->from('bids AS summary');
$this->db->get();


Messages In This Thread
db select syntax - by El Forum - 01-21-2010, 04:42 AM
db select syntax - by El Forum - 01-21-2010, 05:36 AM



Theme © iAndrew 2016 - Forum software by © MyBB