Variables | |
$domain = 'http://localhost/TIDengine/' | |
$root_cache = 'cache/' | |
$pages_cache = 'pages/' | |
$css_cache = 'css/' | |
$js_cache = 'javascript/' | |
$javascript_source = 'javascript/native/source/' | |
$javascript_minified = 'javascript/native/minified/' | |
$frameworks_source = 'javascript/frameworks/' | |
$css_source = 'css/' |
TIDEngine different paths setting for source and cached files.
If you do not change TIDEngine structure you can use default paths if not you must define your own.
$domain = 'http://localhost/TIDengine/' [inherited] |
You can define root domain if for some reason you have problems with Javascript and/or CSS Cache Files Paths.
If you have no problems you can leave it empty.
string | $domain |
Definition at line 26 of file TIDEngine.php.
$root_cache = 'cache/' [inherited] |
Cache directory root path. If you do not change orginal TIDEngine structure, Default : 'cache/'
If you have your own structure set path depending of your needs.
string | $root_cache |
Definition at line 35 of file TIDEngine.php.
$pages_cache = 'pages/' [inherited] |
Cached Templates/Pages cache directory name. Default : 'pages/'
string | $pages_cache |
Definition at line 42 of file TIDEngine.php.
$css_cache = 'css/' [inherited] |
Css cache directory name. Default : 'css/'
string | $css_cache |
Definition at line 49 of file TIDEngine.php.
$js_cache = 'javascript/' [inherited] |
Javascript cache directory name. Default : 'javascript/'
string | $js_cache |
Definition at line 56 of file TIDEngine.php.
$javascript_source = 'javascript/native/source/' [inherited] |
Javascript source files directory path. Default : 'javascript/native/source/'
string | $javascript_source |
Definition at line 63 of file TIDEngine.php.
$javascript_minified = 'javascript/native/minified/' [inherited] |
Javascript minified files directory path. Default : 'javascript/native/minified/'
string | $javascript_minified |
Definition at line 70 of file TIDEngine.php.
$frameworks_source = 'javascript/frameworks/' [inherited] |
Javascript Frameworks source files directory path. Default : 'javascript/frameworks/'
string | $frameworks_source |
Definition at line 77 of file TIDEngine.php.
$css_source = 'css/' [inherited] |
CSS source files directory path. Default : 'css/'
string | $css_source |
Definition at line 84 of file TIDEngine.php.