Loops in Templates

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #31
    Code:
    $text = preg_replace(	'#\{([a-z0-9_]+)\}#e',
    					'$this->content[\\'\1\\']',
    					$text);
    der Platzhalter {abc} wird durch den Inhalt der Variablen $this->content['abc'] getauscht
    TBT

    Die zwei wichtigsten Regeln für eine berufliche Karriere:
    1. Verrate niemals alles was du weißt!


    PHP 2 AllPatrizier II Browsergame

    Comment


    • #32
      Okay, danke...
      Und das mit dem (?R) ???
      Die Musikreview Seite

      hi, i'm a signature virus. copy me into your signature to help me spread.

      Comment

      Working...
      X