Welcome Guest, Not a member yet? Register   Sign In
Help with database load design
#3

(This post was last modified: 08-10-2017, 01:36 PM by phpforever2017.)

If I understand you try this
PHP Code:
if ( ! isset( $this->db )
        {
            
$this->load->database();
        } 
and load all your models.
see in model construtor code have this line

PHP Code:
    $this->load->database(); 
Reply


Messages In This Thread
Help with database load design - by NickBrown1968 - 08-09-2017, 07:38 AM
RE: Help with database load design - by phpforever2017 - 08-10-2017, 01:29 PM
RE: Help with database load design - by Diederik - 08-11-2017, 02:57 AM



Theme © iAndrew 2016 - Forum software by © MyBB