質問編集履歴
3
誤字修正
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
cakephpでログアウト機能を実する方法を教えて下さい。
|
1
|
+
cakephpでログアウト機能を実装する方法を教えて下さい。
|
test
CHANGED
File without changes
|
2
誤字修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
|
11
11
|
|
12
12
|
|
13
|
-
```
|
13
|
+
```basecontroller
|
14
14
|
|
15
15
|
<?php
|
16
16
|
|
@@ -118,7 +118,7 @@
|
|
118
118
|
|
119
119
|
```
|
120
120
|
|
121
|
-
```
|
121
|
+
```samplecontoroller
|
122
122
|
|
123
123
|
<?php
|
124
124
|
|
@@ -150,7 +150,7 @@
|
|
150
150
|
|
151
151
|
|
152
152
|
|
153
|
-
```
|
153
|
+
```index
|
154
154
|
|
155
155
|
<h2>この下にボタン作りたい</h2>
|
156
156
|
|
1
誤字修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -150,7 +150,7 @@
|
|
150
150
|
|
151
151
|
|
152
152
|
|
153
|
-
```cakephp
|
153
|
+
```cakephp index.php
|
154
154
|
|
155
155
|
<h2>この下にボタン作りたい</h2>
|
156
156
|
|