I have two applications in codeigniter. Called App1 and App2 under application folder. i have created two App1.php and App2.php for application. Now i want to share MODEL of the App1 in App2 and vice-versa. Can you please tell me how i can share model and also library of App1 in App2 and vice-versa???
I have two applications in codeigniter. Called App1 and App2 under application folder. i
Share
Look in the user’s guide “loader class” for more info on them.