Source for file i_tple_advanced.class.php
Documentation is available at i_tple_advanced.class.php
// Tangra (Application Framework and Tools for PHP)
* Contains interface I_TPLE_Advanced
require_once(TANGRA_MAIN_DIR. 'interfaces/i_tple.inc.php');
* Shows that class is Advanced TPLE
* Advanced TPLE is TPLE that provides caching and multiple compiled templates per one source template.
* @param unknown_type $cache_id ID of cache that will be used
* @param unknown_type $compile_id ID of compiled template that will be used
public function display_adv($tpl, $cache_id = null, $compile_id = null);
public function fetch_adv($tpl, $cache_id = null, $compile_id = null);
|