[eluser]Unknown[/eluser]
Hi Everyone,
I'm thinking of using CI for a web app I'm developing but from my limited knowledge of the way MVC frameworks work I'm wondering if its possible or not.
Basically it will be a one page site/app that has 6 pods/sections on the page that each call different PHP scripts and will be updated via AJAX. One example is a pod that displays twitter feeds.
The way i would go about making each of these pods is to create a separate class for each one, that's the way i understand MVC, please correct me if any of this is wrong. Obviously doing it this way means I can't get each one of those classes to call a view on the homepage at the same time as running/calling multiple classes is against the way MVC works - or so I have read.
So i don't really know whether CI is the way to go or how I would go about doing it?
Any advice is most appreciated.
Thanks
Giles