Welcome Guest, Not a member yet? Register   Sign In
Application Organization
#11

[eluser]Pygon[/eluser]
As I see that you're using Linux (LAMP), you do have one alternative.

Shared models can be placed in one folder with system links to that folder -- ala:

ln -s shared/models site1/models/shared

and in CI

$this->load->model('shared/my_model');




Theme © iAndrew 2016 - Forum software by © MyBB