Hi
I am using MVC based framework, Codeigniter. I want to ask if it is possible to create .html files under "view" folder. As we generally create .php files under "view" folder to maintain relationship between controller and models.
All I need to avoid the html tags/variables to be used in php files under view folder. Is there any option to do so under Codeigniter?
TIA
-- Anuj