Welcome Guest, Not a member yet? Register   Sign In
Datamapper - what's with non-datamapper models?
#1

Hi,

The Datamapper installation guide says I should leave the $autoload['models'] array blank, because Datamapper automatically loads these. Does this mean I can't use regular CI models anymore, because models are reserved for Datamapper? Should I use libraries and helpers as replacement for models?

Thank you.
Reply
#2

No, you can still use regular CI models just call it in any controller functions:

PHP Code:
$this->load->model("my_model"); 
Reply




Theme © iAndrew 2016 - Forum software by © MyBB