Registriert seit: 22. Mär 2005
Ort: Dingolfing
4.129 Beiträge
Turbo Delphi für Win32
|
Re: [PHP] Parsen mit Regex
20. Sep 2006, 18:12
Habs jetzt selber rausgefunden:
Code:
function parse($template) {
return preg_replace('#{[A-Za-z0-9_]*}#ise', '$this->variables[substr("\\0", 1,
strlen("\\0")-2)]', implode(file(TEMPLATE_DIR.$template.TEMPLATE_EXT)));
}
War ja ne schwere Geburt...
Ich bin manchmal so begriffsstutzig.
Manuel Eberl „The trouble with having an open mind, of course, is that people will insist on coming along and trying to put things in it.“
- Terry Pratchett
|