|
General Details
|
|
PHP (Hypertext Preprocess...
|
|
Posted 90 Days Ago
|
|
551 Views
|
|
Received 1 Rating
|
|
Template Class (no evals or str_replace functions)
Description
Self explanatory - allows you to create template(s) for your site to use.
Didn't bother commenting it because it's so short and simple!
Technical
Remember to protect public access of the .tpl files possibly using a .htaccess file. Otherwise you could name them as .php and check to see if a definition is defined (frame the page calling it), if it's not defined then kill page execution - that would protect the script from direct access from people on the web but will still allow your php code to use it.
Source Code
Comments
| Please login to post comments. |
More "PHP (Hypertext Preprocessor)" Source Codes By This Author
Recently Posted "PHP (Hypertext Preprocessor)" Source Codes
Recently Rated "PHP (Hypertext Preprocessor)" Source Codes
|