Welcome Guest, Not a member yet? Register   Sign In
Database access question
#3

Next time, please use the php button on the button bar of the forum's editor, to make your code better readable:
PHP Code:
class News_model extends CI_Model {

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


Reply


Messages In This Thread
Database access question - by ronniebel - 07-31-2019, 08:34 AM
RE: Database access question - by ronniebel - 07-31-2019, 10:10 AM
RE: Database access question - by Wouter60 - 07-31-2019, 11:23 AM



Theme © iAndrew 2016 - Forum software by © MyBB