{* Savant2_Compiler_basic *} {tpl 'header.tpl.php'}

{$varivari; $this->$varivari}

{$this->variable1; global $_SERVER;}

{$this->variable2; $obj = new StdClass;}

{$this->variable3; eval("echo 'bad guy!';")}

{$this->key0; print_r($this->_compiler);}

{$this->key1; File::read('/etc/passwd');}

{$this->key2; include "/etc/passwd";}

{$this->reference1; include $this->findTemplate('template.tpl.php') . '../../etc/passwd';}

{$this->reference2; $newvar = $this; $newvar =& $this; $newvar = & $this; $newvar = & $this; $newvar = array(&$this); }

{$this->reference3; $thisIsOk; $thisIs_OK; $function(); }

{$this->variable1; echo parent::findTemplate('template.tpl.php')}

{['form', 'start']} {['form', 'text', 'example', 'default value', 'My Text Field:']} {['form', 'end']}

{tpl 'footer.tpl.php'}