Home       Servicebereich  Projekte  Kontakt  

Attribute


$this->CA           current action method

$this->CP           current page template (.tpl will automatically appended)

$this->HOMEDIR      homedirectory of application

$this->CONFDIR      configdirectory ( <HOMEDIR>/configs )

$this->TPLDIR       templatedir     ( <HOMEDIR>/templates )

$this->DIR          directory of the called script

$this->FILE         filename of the called script

$this->NAME         (username)

$this->PARAMS[]     application parameters visible to the templates 

$this->RTIME        Unix timestamp

$this->SESSION      SPAFSession object

$this->SPAFError    SPAFError object

$this->SPAFMessage  SPAFMessage object



$this->tpl          Template engine object (Smarty)

$this->error        current errornumber



tpl: <errorMSG>     current error message
                    [template variable set by setError()]

tpl: <MESSAGE>      current user message (templage variable)
                    [template variable set by setError or setMessage()]



< zurück