Login   Register  
PHP Classes
elePHPant
Icontem

File: APEx.ini

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Ilya  >  APEx - Template Abstraction Layer  >  APEx.ini  >  Download  
File: APEx.ini
Role: Auxiliary data
Content type: text/plain
Description: config file
Class: APEx - Template Abstraction Layer
Flexible compiling template system
Author: By
Last change:
Date: 2003-11-23 13:19
Size: 460 bytes
 

Contents

Class file image Download
; APEx config file.

[General]
; Path to operators
OperatorsPath = _Kernel/APEx/operators/
; Path to operators
MacrosPath = _Kernel/APEx/macros/
; Path to datasources
DatasourcesPath = _Kernel/APEx/datasources/
; Path to Event Handlers
EventhandlersPath = _Kernel/APEx/eventhandlers/
; Path to compiled templates
CompiledPath = _Kernel/APEx/compiled_templates/

[EngineSettings]
;Suppress "uninitialized variable" errors
SuppressVarErrors = Yes