I'm using CodeIgniter, and I need to create an admin side (back-end) and a client side (front-end). I followed this tutorial.
Controllers, models folders are in both admin folder and front folder, but I wonder if I do it in this way, how am I going to share commonly used functions in models?
Do you have any suggestions?