Welcome Guest, Not a member yet? Register   Sign In
file extensions
#2

[eluser]Sumon[/eluser]
i think, .php for model and controller, .html,.php for view. From my point of view, it's not limitation as Microsoft word file save with extension .doc

one further point is that, model and view extension never shows to visitors. instead they only view the URL. CI have an excellent feature in application/config/config.php file
Code:
$config['url_suffix'] = ".jsp";

this line of code automatically add .jsp at the end of URL.


Messages In This Thread
file extensions - by El Forum - 11-15-2008, 09:46 PM
file extensions - by El Forum - 11-15-2008, 10:25 PM
file extensions - by El Forum - 11-15-2008, 11:35 PM
file extensions - by El Forum - 11-16-2008, 12:33 AM



Theme © iAndrew 2016 - Forum software by © MyBB