Overview   Package   Tree   Index 
Tv2 documentation
PREV  NEXT FRAMES  NO FRAME 
SUMMARY:  FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

tv2-engine
Class tv2App

tv2Client
  |
  +--tv2App

class tv2App
extends tv2Client

Abstract class for Tv2 applications

Authors:
Emilis Dambauskas (emilis@gildija.lt)
Version:
$Id: tv2App.class.php,v 1.1 2003/07/05 09:46:53 lunaticlt Exp $
Copyright:
2002–2003 Emilis Dambauskas under Artistic license

Field Summary
private array$config
Configuration parameters
private string$dir
Directory where application files are kept
private string$tpl_dir
Directory where application templates are kept

Constructor Summary
object& tv2App()
 

Method Summary
void dispatch(mixed $url)
You should implement this method in your own apps yourself.
private void loadSecurity()
Loads security object and connects to it

Methods inherited from class tv2Client and not overridden
error, loadFileHelper, loadXdb


Field Detail

config

private array $config

Configuration parameters


dir

private string $dir

Directory where application files are kept


tpl_dir

private string $tpl_dir

Directory where application templates are kept


Constructor Detail

tv2App()

object& tv2App()

Returns:
object
Uses the global variables:
$apps, vs

Method Detail

dispatch()

void dispatch(mixed $url)

You should implement this method in your own apps yourself.

Parameters:
url - URL array or string from mapper

loadSecurity()

private void loadSecurity()

Loads security object and connects to it

Uses the global variables:
security, ENGINE_DIR, protocol

 Overview   Package   Tree   Index 
Tv2 documentation
PREV  NEXT FRAMES  NO FRAME 
SUMMARY:  FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

Submit a bug

This document was generated by phpdocgen 0.17-rc3.
Copyright © 2002-03 Stéphane GALLAND (under the GNU General Public License)