CodeIgniter Forums
How To Use Model Of Another Application - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: How To Use Model Of Another Application (/showthread.php?tid=43674)



How To Use Model Of Another Application - El Forum - 07-19-2011

[eluser]Unknown[/eluser]
Hi,
I am working on a project where I create Two Application hosted in same site.
My structure is given below...

SITE
--SYSTEM

--APPLICATION
--font_end
--back_end

Now my question is,is it possible to access model of one application from another application.
As example, I have a model named 'User_model' in font_end application. Is it possible to use this model from back_end application.

Thanks.