I saw a project, in which they are doing a Dynamic build script in php that will build static html pages out of php pages. That is the html file will look exactly like the php file. The idea behind this is all the html pages will load faster and the datas will be retrieved from Webserviceses..
Also the build script will be capable of taking build for production environment tat is with min files for other environments without min files. Same with JS unit test scripts.
My Question is, is there any specific PHP framework to achieve this functionality i.e Build architecture, php to html conversion etc... Sorry if my question is so basic, I am practically little new to PHP.
Thanks in advance..