Page 40 of 3,908, showing 100 records out of 390,718 total, starting on record 3,901, ending on 4,000
# | Username | Text | |
---|---|---|---|
# | Jun 13th 2016, 12:09 | Skeletyon | Ca a surement change en cake3 |
# | Jun 13th 2016, 12:09 | Skeletyon | Faut pas le declarer dans les uses? |
# | Jun 13th 2016, 12:09 | Anju | Donc ça devrait fonctionner non ? |
# | Jun 13th 2016, 12:09 | Anju | Bah dans mon appController j'ai un debug($this->loadModel('Environnements'); |
# | Jun 13th 2016, 12:08 | Skeletyon | Anju, bha que tu ne l'utilise pas ou ne passe carrement pas dans le model |
# | Jun 13th 2016, 12:08 | Skeletyon | J'avais fais un mailer de masse en VB.net comme ca |
# | Jun 13th 2016, 12:07 | Skeletyon | Tant que ton script a des params correctes au niveau de la config pour l'envoi d email, tu peux specifier l'expediteur que tu veux |
# | Jun 13th 2016, 12:07 | Skeletyon | Bha suffit de changer le sender du mail dans la declaration de la fonction d'envoi de mail |
# | Jun 13th 2016, 12:06 | Anju | Bizarre |
# | Jun 13th 2016, 12:03 | kitcat711 | qu'il ne soit pas utilisé |
# | Jun 13th 2016, 12:02 | Anju | C'est la première fois que je suis confrontée à ce problème |
# | Jun 13th 2016, 12:02 | Anju | Quelle pourrait être la raison de ne pas entrer dans un initialize d'un model ? |
# | Jun 13th 2016, 11:54 | kitcat711 | j'aurais voulu l'expertise du spammer en chef :) |
# | Jun 13th 2016, 11:54 | kitcat711 | j'envoies un mail a toto est l'expéditeur est skeletyon@skeletword.com |
# | Jun 13th 2016, 11:53 | Skeletyon | L'envoi de mail pour le compte d'autrui? |
# | Jun 13th 2016, 11:53 | Anju | WTF* |
# | Jun 13th 2016, 11:53 | Anju | WT |
# | Jun 13th 2016, 11:53 | Anju | Bon... Je ne rentre pas dans le initialize de mes deux tables |
# | Jun 13th 2016, 11:50 | Anju | Apparemment xD |
# | Jun 13th 2016, 11:46 | kitcat711 | bon visiblement c la sieste: tout le monde roupille |
# | Jun 13th 2016, 11:42 | kitcat711 | quelq'un utilise l'envoi de mail pour le comtpe d'autrui? |
# | Jun 13th 2016, 11:25 | Anju | Pareil pour mon model TypeEnvironnements |
# | Jun 13th 2016, 11:24 | Anju | Mais je ne sais pas où ça se corrige :x |
# | Jun 13th 2016, 11:24 | Anju | Ch0c4: j'ai compris d'où venait l'erreur mais je ne sais pas comment la corriger. Quand je debuge le model Environnement, j'ai ça : 'entityClass' => '\Cake\ORM\Entity', au lieu de ça : 'entityClass' => 'CentralisationUrl\Model\Entity\Environnement', |
# | Jun 13th 2016, 11:18 | kitcat711 | bon j'ai pas tout saisi |
# | Jun 13th 2016, 11:18 | kitcat711 | re |
# | Jun 13th 2016, 11:07 | Anju | Re ! |
# | Jun 13th 2016, 10:58 | Ch0c4 | http://book.cakephp.org/3.0/en/orm/table-objects.html#beforesave |
# | Jun 13th 2016, 10:50 | kitcat711 | c'est bien cela? |
# | Jun 13th 2016, 10:50 | kitcat711 | dans le Model et le Controller |
# | Jun 13th 2016, 10:50 | kitcat711 | use Cake\Event\Event; |
# | Jun 13th 2016, 10:49 | kitcat711 | use Cake\ORM\Entity; |
# | Jun 13th 2016, 10:49 | kitcat711 | donc si j'ai bien compris: je mets |
# | Jun 13th 2016, 10:47 | kitcat711 | pas find |
# | Jun 13th 2016, 10:47 | kitcat711 | s13: beforsave |
# | Jun 13th 2016, 10:45 | Ch0c4 | donc enfaite le set et get et le has sont pas obligatoire |
# | Jun 13th 2016, 10:44 | Ch0c4 | extends ArrayAccess |
# | Jun 13th 2016, 10:44 | Ch0c4 | oups désolé je n'avais pas vu ça |
# | Jun 13th 2016, 10:44 | Ch0c4 | j'invente rien |
# | Jun 13th 2016, 10:43 | kitcat711 | je lis |
# | Jun 13th 2016, 10:43 | Ch0c4 | http://api.cakephp.org/3.2/class-Cake.Datasource.EntityInterface.html |
# | Jun 13th 2016, 10:43 | Ch0c4 | et pour savoir si $entity a 'username' tu peux faire un $entity->has('username'); |
# | Jun 13th 2016, 10:42 | kitcat711 | tain mais j'ai jamais fait cela dans mes beforesave et j'avaais aps de warning avant |
# | Jun 13th 2016, 10:41 | Ch0c4 | et pour le modifier c'est $entity->set('userName', $entity->get('email'); |
# | Jun 13th 2016, 10:41 | Ch0c4 | ensuite pour répurer le userName c'est $entity->get('username'); |
# | Jun 13th 2016, 10:41 | Ch0c4 | non tu laisse le second |
# | Jun 13th 2016, 10:41 | kitcat711 | c'est vraiment pas limpide pour moi |
# | Jun 13th 2016, 10:40 | kitcat711 | et je vire l'autre? |
# | Jun 13th 2016, 10:40 | Ch0c4 | use Cake\Datasource\EntityInterface; |
# | Jun 13th 2016, 10:40 | kitcat711 | use App\Model\Entity; devient use App\Model\EntityInterface; ? |
# | Jun 13th 2016, 10:39 | kitcat711 | oui c le but |
# | Jun 13th 2016, 10:38 | Ch0c4 | le beforeSave va faire des modif avant la sauvegarde en bdd |
# | Jun 13th 2016, 10:36 | kitcat711 | du coup pour corriger je dois changer quoi |
# | Jun 13th 2016, 10:36 | kitcat711 | ben si: en prod ca s'affiche mechamment a l'écran |
# | Jun 13th 2016, 10:36 | kitcat711 | c pas clair pour moi |
# | Jun 13th 2016, 10:36 | Ch0c4 | enfaite ça change rien mais bon |
# | Jun 13th 2016, 10:35 | Ch0c4 | Entity -> EntityInterface |
# | Jun 13th 2016, 10:34 | kitcat711 | et je trouve pas -20minutes que je changed es trucs et j'ai du mettre le souk |
# | Jun 13th 2016, 10:33 | kitcat711 | un souci d'entity passé dans un before save qui n'est aps du bon type |
# | Jun 13th 2016, 10:33 | kitcat711 | http://pastie.org/private/9wnw0odymq3ui7utpge5q |
# | Jun 13th 2016, 10:33 | kitcat711 | hello |
# | Jun 13th 2016, 10:31 | Anju | Je vous dis bon appétit ! A toute ! |
# | Jun 13th 2016, 10:30 | Anju | Mince je dois aller manger |
# | Jun 13th 2016, 10:29 | Anju | Non non, ma faute, j'ai mal compris ta question. Il y a bien deux tables : type_environnements, et environnements |
# | Jun 13th 2016, 10:28 | Ch0c4 | car moi j'ai type, environnement et type_environnement |
# | Jun 13th 2016, 10:28 | Anju | Désolée |
# | Jun 13th 2016, 10:28 | Anju | Ah, ma faute, j'avais mal compris ta question |
# | Jun 13th 2016, 10:28 | Ch0c4 | euh on parle de 2 tables ou 3 |
# | Jun 13th 2016, 10:27 | Anju | De la même façon qu'on aurait une table livres et une table auteurs. Un livre a un auteur |
# | Jun 13th 2016, 10:27 | Ch0c4 | beh non tu m'as dit qu'il y avait type en plus de environnement et types_environnements |
# | Jun 13th 2016, 10:27 | Anju | Une table type et une table environnements |
# | Jun 13th 2016, 10:27 | Anju | Mais j'ai que deux tables ! |
# | Jun 13th 2016, 10:27 | Ch0c4 | paint ou autre |
# | Jun 13th 2016, 10:27 | Ch0c4 | fais moi un schéma sur paint de tes 3 tables |
# | Jun 13th 2016, 10:26 | Ch0c4 | comprend pas |
# | Jun 13th 2016, 10:26 | Anju | Ah mais non, c'est pas une table de liaison hein |
# | Jun 13th 2016, 10:26 | Ch0c4 | http://book.cakephp.org/3.0/en/orm/associations.html#belongstomany-associations |
# | Jun 13th 2016, 10:25 | Ch0c4 | sauf si j'ai louper un chapitre |
# | Jun 13th 2016, 10:25 | Ch0c4 | normalement |
# | Jun 13th 2016, 10:25 | Ch0c4 | c'est types_environnement (id, type_id, environnement_id), types (id, name, etc...) et environnement(id, name, ....) |
# | Jun 13th 2016, 10:23 | Ch0c4 | donc c'est hasbelong to many |
# | Jun 13th 2016, 10:23 | Anju | Oui |
# | Jun 13th 2016, 10:23 | Anju | Surtout que j'ai deux autres tables (Opérations, TypeOpérations) qui sont reliées de la même manière et qui fonctionnent très bien |
# | Jun 13th 2016, 10:23 | Ch0c4 | mais attend donc tu as une table type alors |
# | Jun 13th 2016, 10:20 | Anju | Un environnement a un type |
# | Jun 13th 2016, 10:19 | Ch0c4 | ok my bad |
# | Jun 13th 2016, 10:19 | Anju | type_id de Environnements faisant référence à id de Type_environnements |
# | Jun 13th 2016, 10:18 | Anju | Dans ma BDD j'ai type_environnements [id, name], et environnements [id, type_id, etc] |
# | Jun 13th 2016, 10:18 | Ch0c4 | ? |
# | Jun 13th 2016, 10:18 | Ch0c4 | dans la BDD tu as TypeEnvironnements.type_id |
# | Jun 13th 2016, 10:17 | Ch0c4 | donc il faut résumer |
# | Jun 13th 2016, 10:16 | Anju | Ces deux tables ne prennent pas en compte leur association :/ |
# | Jun 13th 2016, 10:16 | Anju | Mais ça ne change rien |
# | Jun 13th 2016, 10:15 | Anju | J'ai modifié type en type_id |
# | Jun 13th 2016, 10:14 | Ch0c4 | avec ça dans l'autre classe $this->primaryKey('id'); |
# | Jun 13th 2016, 10:14 | Ch0c4 | je vois ça qui me gène $this->belongsTo('TypeEnvironnements', [ 'foreignKey' => 'type', |
# | Jun 13th 2016, 10:10 | Anju | Ca me bloque totalement... |
# | Jun 13th 2016, 10:10 | Anju | Personne pour m'aider ? :( |
# | Jun 13th 2016, 09:43 | Anju | Oui |
# | Jun 13th 2016, 09:40 | Nicolas13860 | initialize s'execute bien ? |