phpDocumentor spunq-frontend
[ class tree: spunq-frontend ] [ index: spunq-frontend ] [ all elements ]

Class: ssmarty

Source Location: /frontend/classes/ssmarty.class.php

Class ssmarty

Property Summary
mixed   $timer  

[ Top ]
Method Summary
void   ssmarty()   ssmarty::ssmarty()
void   __construct()   ssmarty::__construct()
void   assignDefaults()   ssmarty::assignDefaults()
void   display()   ssmarty::display()
void   init_smarty()   ssmarty::init_smarty()
void   startTiming()   ssmarty::startTiming()
float   stopTiming()   ssmarty::stopTiming()

[ Top ]
Properties
mixed   $timer [line 27]

[ Top ]
Methods
Constructor ssmarty  [line 49]

  void ssmarty( [string $tdir = 'templates_c'], [string $cdir = 'cache']  )

ssmarty::ssmarty()

// purpose: general class constructor

Parameters:
string   $tdir: 
string   $cdir: 


[ Top ]
Constructor __construct  [line 36]

  void __construct( [string $tdir = 'templates_c'], [string $cdir = 'cache']  )

ssmarty::__construct()

// purpose: general class constructor for php 5

Parameters:
string   $tdir: 
string   $cdir: 


[ Top ]
assignDefaults  [line 133]

  void assignDefaults( )

ssmarty::assignDefaults()

// purpose: assign default values to global vars



[ Top ]
display  [line 122]

  void display( string $template, [string $cacheid = ""]  )

ssmarty::display()

// purpose: wrapper of the original function to set global variables

Parameters:
string   $template: 
string   $cacheid: 


[ Top ]
init_smarty  [line 62]

  void init_smarty( string $tdir, string $cdir  )

ssmarty::init_smarty()

// purpose: initializes smarty

Parameters:
string   $tdir: 
string   $cdir: 


[ Top ]
startTiming  [line 147]

  void startTiming( )

ssmarty::startTiming()

// purpose: Start the page generation timer



[ Top ]
stopTiming  [line 161]

  float stopTiming( )

ssmarty::stopTiming()

// purpose: Stop the page generation timer



[ Top ]

Documentation generated on Fri, 09 Feb 2007 19:18:02 +0100 by phpDocumentor 1.3.1
js@strg.at