온라인에서 찾을 수 있는 스마트한 설정을 위한 코드 조각입니다.
처음부터 뜹니다
파싱 오류: 구문 오류, 예기치 않은 T_CONSTANT_ENCAPSED_STRING in F:phpstudyWWWsmartysconfig.php 2행
두 번째 줄이 괜찮은 것 같아 다시 입력했는데, 마찬가지야.
그런 다음
파싱 오류: 구문 오류, F:phpstudyWWWsmartysconfig.php의 예기치 않은 T_VARIABLE(4행)
매우 혼란스럽습니다. $tpl = new Smarty(); 이 문장이 잘못되었나요?
감사합니다.
<code><?php include "/smarty/libs/Smarty.class.php"; define(@#__SITE_ROOT@#, @#f:/phpstudy/WWW/smartys/smarty@#); // 最后没有斜线 $tpl = new Smarty(); $tpl->template_dir = __SITE_ROOT . "/templates/"; $tpl->compile_dir = __SITE_ROOT . "/templates_c/"; $tpl->config_dir = __SITE_ROOT . "/configs/"; $tpl->cache_dir = __SITE_ROOT . "/cache/"; $tpl->left_delimiter = @#<{@#; $tpl->right_delimiter = @#}>@#; ?></code>