为啥不在PHP直接date_default_timezone_set('PRC'); data('Y-m-d H:i:s');
2018-04-23
$smarty->setLeftDelimiter('{'); //左定界符
$smarty->setRightDelimiter('}'); //右定界符
$smarty->setTemplateDir('tpl'); //html模板的地址
$smarty->setCompileDir('template_c'); //模板编译生成的文件
$smarty->setCacheDir('cache'); //缓存地址
$smarty->setCaching(Smarty::CACHING_LIFETIME_CURRENT);
$smarty->setCacheLifetime(300);
$smarty->setRightDelimiter('}'); //右定界符
$smarty->setTemplateDir('tpl'); //html模板的地址
$smarty->setCompileDir('template_c'); //模板编译生成的文件
$smarty->setCacheDir('cache'); //缓存地址
$smarty->setCaching(Smarty::CACHING_LIFETIME_CURRENT);
$smarty->setCacheLifetime(300);
2018-03-11
Fatal error: require_once(): Failed opening required './libs/Controller/indexController.class.php' (include_path='.;C:\php\pear') in D:\develop\wamp\www\MVC\function.php on line 3
2018-03-05