$this->db->select_max('field') - not working?!?! |
[eluser]einstein[/eluser]
Hi. So according to this page: http://ellislab.com/codeigniter/user-gui...ecord.html, I should be able to do this: $this->db->selectmax('user_id'); $query = $this->db->get("tblusers"); (this code is from my model) But i get this error: Call to undefined function: select_max() Active record is not turned off. I tryed also selectmax() but no luck, Any suggestions? Thank you |
Messages In This Thread |
$this->db->select_max('field') - not working?!?! - by El Forum - 05-30-2008, 09:20 AM
$this->db->select_max('field') - not working?!?! - by El Forum - 05-30-2008, 11:31 AM
$this->db->select_max('field') - not working?!?! - by El Forum - 05-30-2008, 03:13 PM
$this->db->select_max('field') - not working?!?! - by El Forum - 05-30-2008, 03:59 PM
$this->db->select_max('field') - not working?!?! - by El Forum - 05-30-2008, 05:03 PM
|