gulp-php2html icon indicating copy to clipboard operation
gulp-php2html copied to clipboard

Variations of compiled HTML files

Open stefanlesik opened this issue 8 years ago • 2 comments

I have a simple PHP application, with Company A branding, this is converted to HMTL into a directory with this module. I want to be able to generate a second version of HTML files and distribute to a new directory, with Company B branding, using the same PHP codebase. Is this possible?

stefanlesik avatar Jan 17 '17 11:01 stefanlesik

@stefanlesik: What about parameterizing your application with $_GET params? See: https://github.com/bezoerb/php2html#getdata

bezoerb avatar Jan 19 '17 13:01 bezoerb

Looks interesting @bezoerb. could you please show me an example of how this might work?

stefanlesik avatar Jan 23 '17 13:01 stefanlesik