|
General Details
|
|
PHP (Hypertext Preprocess...
|
|
Posted 69 Days Ago
|
|
223 Views
|
|
Received 1 Rating
|
|
ViewFinder
Description
ViewFinder is a object oriented PHP template engine. It's goal is to allow flexability when using templates.
Technical
Install
-------
To start using ViewFinder 0.1a, place the files so they resemble this structure:
/
../public_html
..../templates
..../vf-test.php
../ViewFinder
And you're done. Using this configuration, you can easily get ViewFinder
running on your server. Further more, you can configure ViewFinder via
/ViewFinder/config.php
Source Code
|
Download Source Code
viewfinder.zip ( 0.01Mb )
|
NEVER open a .exe, .bat, .cmd, or other executable file since that is where viruses are likely to live. Please virus scan all files you download.
|
Comments
| Please login to post comments. |
|
|
Very nice! I use kind of the same structure, just a little more in depth, on my customer sites when they want to do templated websites.
You might want to put your first couple class calls ($Template->loadTemplate();) in the try block just as a catch all though.
|
More "PHP (Hypertext Preprocessor)" Source Codes By This Author
Recently Posted "PHP (Hypertext Preprocessor)" Source Codes
Recently Rated "PHP (Hypertext Preprocessor)" Source Codes
|