Skip to content

RSully/render.php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

This script renders a folder of .php files to another folder of .html files.
Useful for those who want the ability of PHP but only need to produce static output. Makes development easier and publishing faster. 
(We run each file through the PHP parser and output its file as static HTML)

Usage:
	Whole directory:
		php render.php
	Single file:
		php render.php test.php

Initial setup:
	Configure directories for input/output on lines 2 and 3 of render.php

About

PHP -> HTML rendering script (Written in PHP)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages