public
compileCode : private -> public
*/
namespace Hura8\System;
class RainTPLChecker{
// -------------------------
// CONFIGURATION
// -------------------------
/**
* Template directory
*
* @var string
*/
static $tpl_dir = "tpl/";
/**
* Cache directory. Is the directory where RainTPL will compile the template and save the cache
*
* @var string
*/
static $cache_dir = "tmp/";
/**
* Template base URL. RainTPL will add this URL to the relative paths of element selected in $path_replace_list.
*
* @var string
*/
static $base_url = null;
/**
* Template extension.
*
* @var string
*/
static $tpl_ext = "html";
/**
* Path replace is a cool features that replace all relative paths of images (), stylesheet (), script (