I recently joined a friend of mine in developing his web app. He built it from scratch using the MVC pattern.
Now I m trying to make a new (and separated in a sub domain) mobile site that s based on CodeIgniter, but I have no idea how to utilize the models my friend made, especially considering they don t follow CodeIgniter s rules, plus they have includes and dependencies on other files in them.
Any suggestions on how I could approach this?
Your help is much appreciated :)