# |
Aug 17th 2008, 05:54 |
foxmask |
ah ? |
# |
Aug 17th 2008, 05:54 |
foxmask |
ma femme est asthmatic et elle me fait poser un truc qui va retenir la poussiere encore plus ... |
# |
Aug 17th 2008, 05:54 |
francky06l |
Ben je me suis leve y a une heure, et la je traine avec mon cafe ... fait trop chaud dehors deja .. |
# |
Aug 17th 2008, 05:53 |
foxmask |
j'etais en mode "bricole girl" a pose un rideau filet pour mme fox |
# |
Aug 17th 2008, 05:53 |
francky06l |
ca va oui |
# |
Aug 17th 2008, 05:53 |
francky06l |
-) peut etre |
# |
Aug 17th 2008, 05:53 |
foxmask |
francky06l: ca va ? |
# |
Aug 17th 2008, 05:53 |
foxmask |
plus tetu ue moi ;) |
# |
Aug 17th 2008, 05:53 |
foxmask |
francky06l: lol |
# |
Aug 17th 2008, 05:50 |
francky06l |
J'ai trouve pour le paginate avec group :-) |
# |
Aug 17th 2008, 05:50 |
francky06l |
salut Fox |
# |
Aug 17th 2008, 05:07 |
foxmask |
ACTION se mu en bricole girl |
# |
Aug 17th 2008, 04:40 |
foxmask |
yo |
# |
Aug 16th 2008, 18:00 |
foxmask |
bn |
# |
Aug 16th 2008, 16:50 |
foxmask |
mais lol ; le dernier episode de lost |
# |
Aug 16th 2008, 16:46 |
foxmask |
mais te bile pas je m'en sors qd meme ;) |
# |
Aug 16th 2008, 16:46 |
foxmask |
comme on utilise war_id et team_id ba on a toujours plus d'un record par team |
# |
Aug 16th 2008, 16:45 |
foxmask |
ni group by |
# |
Aug 16th 2008, 16:45 |
foxmask |
on peut pas faire un distinct |
# |
Aug 16th 2008, 16:31 |
francky06l |
tu peux aussi essayer dans 'fields' => array('DISTINCT DfWar.team_id', 'other fields') .... |
# |
Aug 16th 2008, 16:25 |
francky06l |
regarde le dernier post ... ca ressemble a ce que tu cherches, juste la conditions a modifier (ceci dit la personne ne dit pas si c'est bon ) .. http://groups.google.com/group/cake-php/browse_thread/thread/119d0fdcb7caa6e7/0530f08d2a5e55d2?lnk=gstandq=paginate+and+group#0530f08d2a5e55d2 |
# |
Aug 16th 2008, 16:22 |
francky06l |
sinon reste la solutiondu unbind et bind ... mais faudra mettre un paginateCount dans le model, sinon les team qui ont plusieurs War vont etre comptees plusieurs fois |
# |
Aug 16th 2008, 16:20 |
foxmask |
possible |
# |
Aug 16th 2008, 16:20 |
francky06l |
Avec le group on devrait pouvoir |
# |
Aug 16th 2008, 16:20 |
francky06l |
il me semble que j'avais resolu ca pourtant ..... mais peut etre ca vient du modele members .. |
# |
Aug 16th 2008, 16:20 |
foxmask |
en partant des war on peut pas avoir DfTeam => Array ( DfWar=> ... |
# |
Aug 16th 2008, 16:19 |
foxmask |
ba je trouve pas ;) |
# |
Aug 16th 2008, 16:19 |
francky06l |
bizarre .... |
# |
Aug 16th 2008, 16:19 |
foxmask |
non |
# |
Aug 16th 2008, 16:19 |
francky06l |
pas mieux? |
# |
Aug 16th 2008, 16:15 |
francky06l |
en fait non je crois que cest bon .. |
# |
Aug 16th 2008, 16:15 |
foxmask |
ok |
# |
Aug 16th 2008, 16:14 |
francky06l |
mais j'ai fait une erreur, sors le "group by" au niveau du or .. |
# |
Aug 16th 2008, 16:13 |
francky06l |
http://bin.cakephp.org/view/157177565 |
# |
Aug 16th 2008, 16:13 |
foxmask |
... endforeach ; endif ; endforeach; |
# |
Aug 16th 2008, 16:13 |
foxmask |
foreach ($wars as $war): if ($war['DfTeam']['team_id'] == $team['DfTeam']['team_id']) : |
# |
Aug 16th 2008, 16:12 |
foxmask |
c'est pas gégène mais bon |
# |
Aug 16th 2008, 16:12 |
foxmask |
dans le foreach je lis les $war et je test sur team-id |
# |
Aug 16th 2008, 16:12 |
foxmask |
foreach ($Teams as $team) : |
# |
Aug 16th 2008, 16:12 |
foxmask |
$Teams = $this->requestAction('dfss/df_teams/index'); |
# |
Aug 16th 2008, 16:12 |
foxmask |
sinon ce que j'ai fait pour que ca marche autrement (mais c'est evidement pas optimum) : |