Welcome Guest, Not a member yet? Register   Sign In
Codeigniter is stuck in some kind of nesting loop.
#4

It is strange, looks like infinite recursion.

Code:
<?php
class News_model extends CI_Model {

        public function __construct()
        {
                $this->load->database();
        }
}

Try this workaround:
1. Remove the line $this->load->database();
2. Autoload database using the configuration file autoload.php
Reply


Messages In This Thread
RE: Codeigniter is stuck in some kind of nesting loop. - by ivantcholakov - 04-21-2015, 06:00 AM



Theme © iAndrew 2016 - Forum software by © MyBB