Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
Classes of Ilya | > | APEx - Template Abstraction Layer | > | APEx.ini | > | Download | ||
|
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 |