質問編集履歴

3

課室

2018/01/26 09:46

投稿

annderber
annderber

スコア98

test CHANGED
File without changes
test CHANGED
@@ -13,6 +13,28 @@
13
13
  Warning: touch(): Utime failed: そのようなファイルやディレクトリはありません ~/smarty/sysplugins/smarty_internal_template.php on line 192
14
14
 
15
15
  ```
16
+
17
+
18
+
19
+ smartyの設定は以下になります
20
+
21
+ ```php
22
+
23
+ $smarty = new Smarty();
24
+
25
+ $smarty->force_compile = true;
26
+
27
+ $smarty->caching = false;
28
+
29
+ $smarty->debugging = false;
30
+
31
+ $smarty->use_sub_dirs = true;
32
+
33
+ $smarty->compile_check = false;
34
+
35
+ ```
36
+
37
+
16
38
 
17
39
 
18
40
 

2

asd

2018/01/26 09:46

投稿

annderber
annderber

スコア98

test CHANGED
File without changes
test CHANGED
@@ -26,7 +26,7 @@
26
26
 
27
27
  CentOS7
28
28
 
29
- apache: 2.0
29
+ apache: 2.4.6
30
30
 
31
31
  php: 5.6.16
32
32
 

1

asd

2018/01/26 09:36

投稿

annderber
annderber

スコア98

test CHANGED
File without changes
test CHANGED
@@ -8,7 +8,11 @@
8
8
 
9
9
 
10
10
 
11
+ ```ここに言語を入力
12
+
11
13
  Warning: touch(): Utime failed: そのようなファイルやディレクトリはありません ~/smarty/sysplugins/smarty_internal_template.php on line 192
14
+
15
+ ```
12
16
 
13
17
 
14
18