tangra logo
   
[ class tree: tangra_lib ] [ index: tangra_lib ] [ all elements ]
 

Procedural File: tangra_simple_tple.class.php

Source Location: /core/tangra_simple_tple.class.php

Page Details

Contains class Tangra_Simple_Tple

Filesource:  Source Code for this file
Classes
Class Description
Tangra_Simple_Tple Very basic template engine.
Includes
require_once (TANGRA_MAIN_DIR.'exceptions/te_tple_path_not_exists.class.php') [line 42]
[ Top ]

Loading interface

[ Top ]

Loading parent class

[ Top ]

require_once (TANGRA_MAIN_DIR.'exceptions/te_tple_file_not_exists.class.php') [line 43]
[ Top ]

require_once (TANGRA_MAIN_DIR.'exceptions/te_var_already_exists.class.php') [line 44]
[ Top ]


Constants
TANGRA_MODULE_SIMPLE_TPLE  [line 26]

TANGRA_MODULE_SIMPLE_TPLE = '1.0'

Tangra Simple_Tple version


[ Top ]

TANGRA_MODULE_SIMPLE_TPLE_DIR  [line 32]

TANGRA_MODULE_SIMPLE_TPLE_DIR = dirname(__FILE__).'/'

Contains detected value for Tangra_Simple_Tple directory.


[ Top ]

TANGRA_MODULE_SIMPLE_TPLE_MIN_TANGRA_VERSION  [line 39]

TANGRA_MODULE_SIMPLE_TPLE_MIN_TANGRA_VERSION = '2.0.0'

Minimal version of Tangra_Lib that is required by Tangra_Simple_Tple.

This may become deprecated - it was inteded to be used if Tangra_Simple_Tple is separate module.


[ Top ]