Logs for #cakephp-fr

Page 11 of 3,908, showing 100 records out of 390,718 total, starting on record 1,001, ending on 1,100

# At Username Text
# Aug 19th 2008, 06:12 DrewProd faut que je les traduisent :)
# Aug 19th 2008, 06:12 foxmask ah ba tu risques d'attendre un moment ;)
# Aug 19th 2008, 06:12 DrewProd ha :o/
# Aug 19th 2008, 06:12 foxmask atta je check
# Aug 19th 2008, 06:12 DrewProd le 10/08 :)
# Aug 19th 2008, 06:12 foxmask bon ben p-e vers 17h alors ;)
# Aug 19th 2008, 06:13 foxmask le 18/08
# Aug 19th 2008, 06:13 DrewProd )
# Aug 19th 2008, 06:13 DrewProd avais mal vu ...
# Aug 19th 2008, 06:13 DrewProd font : Fixedsys
# Aug 19th 2008, 06:13 DrewProd tsss ..
# Aug 19th 2008, 06:14 DrewProd il m'impressionne francky n il parle plus anglais que français :o/
# Aug 19th 2008, 06:15 foxmask il voyage beaucoup
# Aug 19th 2008, 06:15 foxmask pi il vit pres de monaco je crois
# Aug 19th 2008, 06:15 DrewProd hum hum
# Aug 19th 2008, 06:15 foxmask donc il cotoye surment plus d'etranger que de francais
# Aug 19th 2008, 06:15 DrewProd )
# Aug 19th 2008, 06:24 DrewProd foxmask> tu ne sais pas où post francky pour ces tuto ?
# Aug 19th 2008, 06:24 DrewProd sur le groupe google ?
# Aug 19th 2008, 06:26 DrewProd ACTION à trouvé
# Aug 19th 2008, 06:36 foxmask bon encore un bug trouvé
# Aug 19th 2008, 06:37 foxmask ca fait vraiment chier
# Aug 19th 2008, 06:37 DrewProd dis-donc, tu en trouve des bugs :)
# Aug 19th 2008, 06:37 foxmask ouaais ;)
# Aug 19th 2008, 06:38 DrewProd foxmask> tu as lu ça ? http://blog.plumbr.com/12-test-unitaire-introduction-aux-assertions-en-php
# Aug 19th 2008, 06:38 foxmask nan
# Aug 19th 2008, 06:38 foxmask connais pas
# Aug 19th 2008, 06:38 DrewProd )
# Aug 19th 2008, 06:39 foxmask bon je crois que je suis saoulé je vias arrter cakephp pour mon dernier projet
# Aug 19th 2008, 06:40 DrewProd /
# Aug 19th 2008, 06:40 foxmask j'ai une table avec 3 colonnes ; toutes 3 des index
# Aug 19th 2008, 06:40 foxmask je fait un form avec ces 3 index + 1 pour avoir un des index avant son changemant
# Aug 19th 2008, 06:41 foxmask comme ca au moment de sauvegarder je sais quel id modifier
# Aug 19th 2008, 06:41 foxmask ben le 4ieme champ est occulté par cakephp
# Aug 19th 2008, 06:41 foxmask du coup je peux pas faire l'update
# Aug 19th 2008, 06:42 foxmask ben le 4ieme champ est occulté par cakephp ?!?!?
# Aug 19th 2008, 06:42 DrewProd cad ?
# Aug 19th 2008, 06:42 foxmask c'est que
# Aug 19th 2008, 06:42 foxmask dans le controller
# Aug 19th 2008, 06:42 foxmask dans mon action
# Aug 19th 2008, 06:42 foxmask un debug($this->data)
# Aug 19th 2008, 06:42 foxmask ne le montre pas
# Aug 19th 2008, 06:42 foxmask j'ai els 3 champs ; pas polus
# Aug 19th 2008, 06:42 foxmask les 3 champ correspondant à mon model
# Aug 19th 2008, 06:43 foxmask mais moi je lui est fait un echo $form->input('old_role_id',array('value'=>'xxx'))
# Aug 19th 2008, 06:43 foxmask donc j'attends de recup ce "old_role_id" pour faire :
# Aug 19th 2008, 06:43 foxmask 1) delete du ole-old-id
# Aug 19th 2008, 06:44 foxmask 2) recreation avec les 3 champs (donc le nouveau role)
# Aug 19th 2008, 06:45 foxmask donc encore un truc bien gonflant entre le $form->create('MonModel') et un champ ajouter via $form->input qui n'est pas dans le model
# Aug 19th 2008, 06:45 DrewProd hum
# Aug 19th 2008, 06:45 DrewProd et si tu spécifier le type ?
# Aug 19th 2008, 06:45 DrewProd $form->input('old_role_id',array('value'=>'xxx','typ'e=>'read-only'))
# Aug 19th 2008, 06:45 DrewProd ou un truc dans le genre ?
# Aug 19th 2008, 06:46 foxmask j'ai fait echo $form->hidden('old_role_id',array('value'=>$membre['role_id']))
# Aug 19th 2008, 06:46 foxmask vais voir si ca existe 'type'
# Aug 19th 2008, 06:46 DrewProd vi
# Aug 19th 2008, 06:46 DrewProd regarde
# Aug 19th 2008, 06:46 DrewProd echo $form->input('member_birth',array('label'=>'test','dateFormat'=>'DMY','type'=>'date'));
# Aug 19th 2008, 06:46 DrewProd c'est mon test.ctp pour hier :)
# Aug 19th 2008, 06:47 kazhar c'est pas type pour readonly
# Aug 19th 2008, 06:47 DrewProd ACTION doutait comme quoi
# Aug 19th 2008, 06:47 kazhar le second paramètre doit être un tableau qui prends les paramètres html
# Aug 19th 2008, 06:47 kazhar donc c'est $form->input('name', array('value' => 'valeur', 'readonly' => 'readonly'));
# Aug 19th 2008, 06:47 DrewProd bonjour kazhar :)
# Aug 19th 2008, 06:48 kazhar hello DrewProd
# Aug 19th 2008, 06:48 kazhar )
# Aug 19th 2008, 06:48 foxmask mais readonly c un parm html ?
# Aug 19th 2008, 06:48 kazhar valide dans les input et textarea oui
# Aug 19th 2008, 06:48 kazhar http://www.htmlcodetutorial.com/forms/_INPUT_DISABLED.html
# Aug 19th 2008, 06:48 kazhar en html, on mets readonly
# Aug 19th 2008, 06:49 foxmask c pas ce que je veux ;)
# Aug 19th 2008, 06:49 kazhar en xhtml, tout paramètre doit avoir une valeur. Donc c'est readonly="readonly"
# Aug 19th 2008, 06:49 foxmask c un champ hidden moi
# Aug 19th 2008, 06:49 foxmask qui apparait pas dans le array this->data
# Aug 19th 2008, 06:49 kazhar oh
# Aug 19th 2008, 06:49 foxmask (dans la methode de mon controller)
# Aug 19th 2008, 06:49 kazhar bah tu le nomme avec un autre modèle
# Aug 19th 2008, 06:49 kazhar gerne $this->text('Modele.Champ');
# Aug 19th 2008, 06:50 kazhar et $this->hidden('SecondModel.Champ');
# Aug 19th 2008, 06:50 kazhar et tu aura $this->data = array(
# Aug 19th 2008, 06:50 kazhar 'Model' => array('Champ' => 'valeur'),
# Aug 19th 2008, 06:50 kazhar 'SecondModel' => array('Champ' => 'valeur'),
# Aug 19th 2008, 06:50 kazhar );
# Aug 19th 2008, 06:50 kazhar donc tu a ton hidden séparé du reste et tu peut le traiter
# Aug 19th 2008, 06:51 kazhar j're d'ici 10 minutes. Y'a une part de tiramisu qui m'appelle
# Aug 19th 2008, 06:51 foxmask ca doit etre une grosse part
# Aug 19th 2008, 06:51 DrewProd kazhar :)
# Aug 19th 2008, 06:51 foxmask pour la manger en 10min
# Aug 19th 2008, 06:51 kazhar c'est une grosse part. Et il y en a encore plein
# Aug 19th 2008, 06:52 DrewProd mon gateau préférer :)
# Aug 19th 2008, 06:52 kazhar idem
# Aug 19th 2008, 06:52 foxmask ce workaround de ouf ...
# Aug 19th 2008, 06:52 DrewProd p
# Aug 19th 2008, 06:53 foxmask [DfTeamMembre] => Array
# Aug 19th 2008, 06:53 foxmask (
# Aug 19th 2008, 06:53 foxmask [user_id] => 3
# Aug 19th 2008, 06:53 foxmask [team_id] => 2
# Aug 19th 2008, 06:53 foxmask [role_id] => 6
# Aug 19th 2008, 06:53 foxmask )
# Aug 19th 2008, 06:53 foxmask [XXX] => Array