[eluser]Unknown[/eluser]
Hi all,
I'm new to CodeIgniter. I've watched a few of the video tutorials but as they seem to deal only with the creation of a single application there's a few questions left unanswered for me.
Basically, if I have a site with a wide number of applications, how best do I structure that within CodeIgniter?
Do I create an overall 'application' that acts as the base website, and then each sub-application has its own directory within the view, controller and model of the CI install?
To simplify, I have a site that contains a bunch of popups that each provide a different service. If I were to convert the site to CI, what would be the best way of structuring it to aid in the speed of development of future popup applications? (They tend to share certain aspects such as CSS and some PHP.)
I hope I've got that across clearly enough! Apologies for the lack of specifics.