php的内置变量-DIRECTORY_SEPARATOR
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
const DIR_SEP = DIRECTORY_SEPARATOR; private function __construct() { $this->_options = array( "template_dir" => "templates" . self::DIR_SEP, "cache_dir" => "templates" . self::DIR_SEP . "cache" . self::DIR_SEP, "auto_update" => false, "cache_lifetime" => 0, "suffix" => ".html", ); }
|
如果觉得我的文章对您有用,请随意打赏。您的支持将鼓励我继续创作!
微信支付
支付宝