Source for file core.process_compiled_include.php
Documentation is available at core.process_compiled_include.php
* Replace nocache-tags by results of the corresponding non-cacheable
* functions and return it
* @param string $compiled_tpl
* @param string $cached_source
$_cache_including =
$smarty->_cache_including;
$smarty->_cache_including =
true;
$_return =
$params['results'];
foreach ($smarty->_cache_info['cache_serials'] as $_include_file_path=>
$_cache_serial) {
$smarty->_include($_include_file_path, true);
foreach ($smarty->_cache_serials as $_include_file_path=>
$_cache_serial) {
array(&$smarty, '_process_compiled_include_callback'),
$smarty->_cache_including =
$_cache_including;
Documentation generated on Sun, 09 Mar 2008 23:51:10 -0300 by phpDocumentor 1.4.0