We've expanded our news coverage and improved our search! Visit
oreilly.com for the latest or search for all things across O'Reilly!
Article:
 |
|
Modular PHP Development with FastTemplate
|
| Subject: |
|
Do your own :) |
| Date: |
|
2003-11-01 19:18:58 |
| From: |
|
anonymous2
|
|
|
|
Make your own class to define variables for a specific(data-wise) template, includes the template from a proper php file and let the class function to parse it using preg_replace(). This is what i am doing. You can also make a simple class which simply does the parsing only. :) |