[eluser]PhilTem[/eluser]
I don't think that was what @term25 was referring to
He wanted to know what everybody in here has set up for
Code:
$config['default_controller'] = "what_do_you_have_here";
For me there is no straight answer, since my default_controller sometimes refers to 'display' (like for a static page display controller) or to 'welcome' or 'dashboard' depending on what application I'm working on.
However, sometimes it's also set to 'bootstrap' since I do some custom bootstraping/routing and controller instantiation
Anyway, most common for default_controller is 'display'