10-11-2011, 10:23 PM
[eluser]Vaibhav132[/eluser]
I am working on an e-commerce project, i have completed almost 30% of project but i still haven't used any .html or .php extension anywhere in code.I am just calling one function to another function using MVC. Haven't come across using http://localhost/project/confirmation.php, instead i am just calling the function in URL
http://localhost/project/confirmation.
My question is when should i use .php and .html extensions, cause there's controller and view doing all this stuff.
I am working on an e-commerce project, i have completed almost 30% of project but i still haven't used any .html or .php extension anywhere in code.I am just calling one function to another function using MVC. Haven't come across using http://localhost/project/confirmation.php, instead i am just calling the function in URL
http://localhost/project/confirmation.
My question is when should i use .php and .html extensions, cause there's controller and view doing all this stuff.