Welcome Guest, Not a member yet? Register   Sign In
Fatal error: Call to a member function insert() on a non-object in ?
#17

[eluser]Learn CodeIgniter[/eluser]
Correct way!
Code:
class Blog extends CI_Controller {

       function __construct()
       {
            parent::__construct();
            // Your own constructor code
       }
}

Check your paths in the index.php and make sure they are set to
the right folders for system and application.


Messages In This Thread
Fatal error: Call to a member function insert() on a non-object in ? - by El Forum - 11-17-2010, 01:50 PM



Theme © iAndrew 2016 - Forum software by © MyBB