# |
Jun 7th 2016, 10:24 |
GuillaumeP |
essaye |
# |
Jun 7th 2016, 10:24 |
Anju |
C'est à cause de ça ? |
# |
Jun 7th 2016, 10:24 |
GuillaumeP |
as tu tenté sans 'Union' |
# |
Jun 7th 2016, 10:24 |
Anju |
Oui |
# |
Jun 7th 2016, 10:23 |
GuillaumeP |
tu as plusieurs models liés |
# |
Jun 7th 2016, 10:21 |
Anju |
http://pastebin.com/rGNrcvc4 |
# |
Jun 7th 2016, 10:21 |
GuillaumeP |
fais voir ton action dans ton cntroller |
# |
Jun 7th 2016, 10:16 |
Anju |
Ca change rien |
# |
Jun 7th 2016, 10:15 |
Anju |
C'est ça |
# |
Jun 7th 2016, 10:15 |
Skeletyon |
Mais ca c'etait une autre histoire lol |
# |
Jun 7th 2016, 10:14 |
Anju |
Je vais essayer. Mais sur un autre tableau dans un autre controller j'avais pas eu besoin de le faire |
# |
Jun 7th 2016, 10:12 |
GuillaumeP |
il faut déclarer les colonnes qui servent pour le tri |
# |
Jun 7th 2016, 10:12 |
GuillaumeP |
http://book.cakephp.org/3.0/en/controllers/components/pagination.html#control-which-fields-used-for-ordering |
# |
Jun 7th 2016, 10:12 |
Anju |
Oui |
# |
Jun 7th 2016, 10:12 |
neb19 |
tu charges bien le PaginatorComponent ? |
# |
Jun 7th 2016, 10:11 |
Anju |
Qu'est-ce que tu appelles whitelisté ? |
# |
Jun 7th 2016, 10:11 |
GuillaumeP |
as tu whitelisté les colonnes qui servent pour ton tri / pagination |
# |
Jun 7th 2016, 10:10 |
Anju |
3 |
# |
Jun 7th 2016, 10:10 |
GuillaumeP |
Anju c'est Cake 2 ou 3 |
# |
Jun 7th 2016, 10:10 |
GuillaumeP |
Anju c'est Cake 2 ou " |
# |
Jun 7th 2016, 10:09 |
Anju |
Non ça ne fonctionne pas |
# |
Jun 7th 2016, 10:08 |
neb19 |
array('contain' => array('Users', 'AttenteThemes', 'Themes')) |
# |
Jun 7th 2016, 10:08 |
neb19 |
me suis trompé sur le array |
# |
Jun 7th 2016, 10:08 |
neb19 |
; |
# |
Jun 7th 2016, 10:08 |
neb19 |
) |
# |
Jun 7th 2016, 10:08 |
neb19 |
array('Users', 'AttenteThemes', 'Themes') |
# |
Jun 7th 2016, 10:08 |
neb19 |
$contributions, |
# |
Jun 7th 2016, 10:08 |
neb19 |
$this->Paginator->paginate( |
# |
Jun 7th 2016, 10:07 |
neb19 |
et si tu fais ca |
# |
Jun 7th 2016, 10:07 |
Anju |
Quand je clique sur le titre d'une colonne, j'ai pourtant l'impression que ça devrait fonctionner, parce que l'url change |
# |
Jun 7th 2016, 10:06 |
Anju |
Il me semblait pourtant que c'était le paginate qui s'occupait du tri par colonne, non ? |
# |
Jun 7th 2016, 10:05 |
neb19 |
J'avais compris en fait donc la propriété paginate ne sert à rien |
# |
Jun 7th 2016, 10:05 |
Anju |
Je crois que je mélange les trucs en fait |
# |
Jun 7th 2016, 10:03 |
Anju |
Je veux mettre en place le tri par colonne |
# |
Jun 7th 2016, 10:03 |
Anju |
Ah j'ai du mal expliquer ce que je voulais je pense |
# |
Jun 7th 2016, 10:03 |
Skeletyon |
ca ne va pas paginer 3 resultats... |
# |
Jun 7th 2016, 10:02 |
Skeletyon |
Dans les options de ta pagination |
# |
Jun 7th 2016, 10:02 |
Anju |
Où ça ? :o |
# |
Jun 7th 2016, 10:01 |
Skeletyon |
essaie de changer le current a 1 |
# |
Jun 7th 2016, 10:01 |
Anju |
oui :/ |
# |
Jun 7th 2016, 10:00 |
neb19 |
la méthode de ton controller |