Go to the source code of this file.
Variables | |
| $cache_options | |
| if(!file_exists($cache_options['cacheDir'])) | $Cache_LiteCLCALDIGEST = new Cache_Lite($cache_options) |
| $courseDigestList | |
| if (!file_exists($cache_options['cacheDir'])) $Cache_LiteCLCALDIGEST = new Cache_Lite($cache_options) |
Definition at line 37 of file index_mydigest.inc.php.
| $cache_options |
array( 'cacheDir' => get_path('rootSys') . 'tmp/cache/CLCALdigest/', 'lifeTime' => get_conf('cache_lifeTime', 10), 'automaticCleaningFactor' =>get_conf('cache_automaticCleaningFactor', 50), )
Definition at line 25 of file index_mydigest.inc.php.
| $courseDigestList |
array('courseSysCode' => array(), 'courseOfficialCode' => array(), 'toolLabel' => array(), 'date' => array(), 'content' => array())
Definition at line 39 of file index_mydigest.inc.php.
1.6.3