I'm trying to create a page that displays certain widgets/includes dependent on the users permissions. I'm quite new to CodeIgniter and MVC.
Example. I have a calendar. This has a controller, model and view and it needs to be included on other pages. I want this calendar and a number of other similar 'widgets' to be displayed on one page. This page currently has a controller and view.
I know I shouldn't be loading a controller from another controller, but can't see a way round it. Can you load multiple controllers from a helper, or do I need some form of template?
Thanks,
Jacqui