Welcome Guest, Not a member yet? Register   Sign In
What is the best practice to name the default controller and default model?
#3

[eluser]PhilTem[/eluser]
I don't think that was what @term25 was referring to Wink

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 Wink

Anyway, most common for default_controller is 'display'


Messages In This Thread
What is the best practice to name the default controller and default model? - by El Forum - 06-14-2012, 10:57 AM



Theme © iAndrew 2016 - Forum software by © MyBB