Welcome Guest, Not a member yet? Register   Sign In
DB Forge user guide typo.
#1

[eluser]Adam Griffiths[/eluser]
See Initializing the Forge Class...I believe you are missing a few semi-colons.

Load the Forge Class as follows:
Quote:$this->load->dbforge();

Once initialized you will access the functions using the $this->dbforge object:
Quote:$this->dbforge->some_function();




Theme © iAndrew 2016 - Forum software by © MyBB