質問編集履歴
1
debugを追加
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -4,6 +4,23 @@
|
|
|
4
4
|
'conditions'条件に入れたいのですが、
|
|
5
5
|
上手く行かず困っています。
|
|
6
6
|
|
|
7
|
+
$all_followのdebug結果
|
|
8
|
+
array(
|
|
9
|
+
(int) 0 => array(
|
|
10
|
+
'Follow' => array(
|
|
11
|
+
'follow' => 'tera'
|
|
12
|
+
)
|
|
13
|
+
),
|
|
14
|
+
(int) 1 => array(
|
|
15
|
+
'Follow' => array(
|
|
16
|
+
'follow' => 'terarail'
|
|
17
|
+
)
|
|
18
|
+
)
|
|
19
|
+
)
|
|
20
|
+
|
|
21
|
+
$all_follow[1]['Follow']['follow']とすれば、表示されるのですが、
|
|
22
|
+
findの配列に入っている条件によってPaginatorの表示を変えたい
|
|
23
|
+
|
|
7
24
|
```PHP
|
|
8
25
|
public function index($data_name=NULL){
|
|
9
26
|
$this->loadModel('Tweet');
|