回答編集履歴

1

改善

2015/08/20 09:02

投稿

icham
icham

スコア559

test CHANGED
@@ -1,8 +1,10 @@
1
- $this->UrlPath->findByUrlAndPathが記述されているModelには
1
+ $this->UrlPath->findByUrlAndPathが記述されているModel
2
2
 
3
3
  UrlPathというModelは読み込んでるのでしょうか?
4
4
 
5
5
 
6
+
7
+ 読み込んでないのであれば下記のように対象Modelを読み込んでください。
6
8
 
7
9
  ```PHP
8
10
 
@@ -12,4 +14,4 @@
12
14
 
13
15
  ```
14
16
 
15
- 読み込んでないのであれば上記を参考に読み込んでください。
17
+