Welcome Guest, Not a member yet? Register   Sign In
Noob w/ Select issues
#5

[eluser]BrianDHall[/eluser]
Just for fun, in PHP 5 if you wanna you can use method chaining:

Code:
$query = $this->db->select(‘code, expires_dt, amount’)->from(‘promotions’)->where(‘code’, $coupon_code)->get();

You don't have to, but I enjoy not having to repeatedly type $this->db all the time Smile


Messages In This Thread
Noob w/ Select issues - by El Forum - 10-11-2009, 01:49 PM
Noob w/ Select issues - by El Forum - 10-11-2009, 02:00 PM
Noob w/ Select issues - by El Forum - 10-11-2009, 03:15 PM
Noob w/ Select issues - by El Forum - 10-11-2009, 05:30 PM
Noob w/ Select issues - by El Forum - 10-12-2009, 08:16 AM
Noob w/ Select issues - by El Forum - 10-12-2009, 08:46 AM



Theme © iAndrew 2016 - Forum software by © MyBB