Welcome Guest, Not a member yet? Register   Sign In
MY_MODEL
#3

[eluser]the_unforgiven[/eluser]
This https://github.com/jamierumbelow/codeigniter-base-model is the one I have, so my understanding is that;

I can use
Code:
class Test extends My_Model {
      public function myMethod {
           // Then be able to use like $this->db->get(); as per jamies My_Model is that correct?
           // does it not use the core CI_Model/$this->db->get() as per the manual?
      }
}


Messages In This Thread
MY_MODEL - by El Forum - 11-26-2012, 12:16 PM
MY_MODEL - by El Forum - 11-26-2012, 12:33 PM
MY_MODEL - by El Forum - 11-26-2012, 12:47 PM
MY_MODEL - by El Forum - 11-26-2012, 02:03 PM
MY_MODEL - by El Forum - 11-26-2012, 02:13 PM
MY_MODEL - by El Forum - 11-26-2012, 04:52 PM



Theme © iAndrew 2016 - Forum software by © MyBB