12-28-2008, 10:25 AM
|
#1 (permalink)
|
|
The Wanderer
Join Date: Dec 2008
Posts: 16
Thanks: 2
|
Template System
Hello,
I need some help i have been trying to make a template system but i am unsure on how to do it.
Like it will read all the content of a file and replace seleted things with php if,foreach etc.
EG of what i mean .tpl file
HTML Code:
<-- if $member->group == admin -->
adminCP link
<-- endif -->
<-- foreach $array as $value => $key -->
key: $key value: $value
<-- endforeach -->
i know it will need a preg_replace and eval but i am unsure on how do use them the right why to make it work.
|
|
|
|