# |
Jun 13th 2016, 16:33 |
kitcat711 |
c bizarre que |
# |
Jun 13th 2016, 16:33 |
kitcat711 |
dites |
# |
Jun 13th 2016, 16:32 |
SpoutBE |
Sinon tu mets: $this->Form->create('MonModel', ['url' => ['controller' .....]]); |
# |
Jun 13th 2016, 16:31 |
SpoutBE |
@Nicolas13860: ça a tjs été comme ça non ? |
# |
Jun 13th 2016, 16:23 |
Skeletyon |
Jigot moi! |
# |
Jun 13th 2016, 16:11 |
Nicolas13860 |
pk c'est pas <form action ='/MonModel/add' |
# |
Jun 13th 2016, 16:11 |
Nicolas13860 |
en html <form action ='/url_courante/' |
# |
Jun 13th 2016, 16:10 |
Nicolas13860 |
ca génère url = url courante et non '/MonModel/add' |
# |
Jun 13th 2016, 16:10 |
Nicolas13860 |
echo $this->Form->create('MonModel'); |
# |
Jun 13th 2016, 16:09 |
Nicolas13860 |
j'ai un souci sur les forms qui utilisent un autre modele |
# |
Jun 13th 2016, 16:09 |
Nicolas13860 |
Depuis le passage en 2.8 |
# |
Jun 13th 2016, 15:31 |
Nicolas13860 |
je suis passé en 2.8 il y a des adaptations à faire par rapport à la 2.7 |
# |
Jun 13th 2016, 15:18 |
Anju |
Bonne soirée à tous ! |
# |
Jun 13th 2016, 15:11 |
Nicolas13860 |
ok c la taille du varchar de la bd qui est utilisée |
# |
Jun 13th 2016, 15:05 |
Nicolas13860 |
dans un form j'ai le maxlenght = 250 alors que dans le model la taille max = 70 |
# |
Jun 13th 2016, 14:58 |
kitcat711 |
ok je pars la dessus |
# |
Jun 13th 2016, 14:56 |
Ch0c4 |
c'est pas idiot |
# |
Jun 13th 2016, 14:56 |
Ch0c4 |
non pas du tout |
# |
Jun 13th 2016, 14:54 |
kitcat711 |
un post c crade pour cela? |
# |
Jun 13th 2016, 14:54 |
Ch0c4 |
je pense qu'il faut faire quelque chose qui fonctionne XD |
# |
Jun 13th 2016, 14:54 |
kitcat711 |
mais il y a pas de donnée endehors de l'id |
# |
Jun 13th 2016, 14:53 |
kitcat711 |
en fait c'est une api qui déclence un envoie de mail |
# |
Jun 13th 2016, 14:53 |
kitcat711 |
ben j'envoie juste un id |
# |
Jun 13th 2016, 14:51 |
Ch0c4 |
si tu veux récupérer non |
# |
Jun 13th 2016, 14:51 |
Ch0c4 |
beh si tu veux envoyé des infos oui |
# |
Jun 13th 2016, 14:50 |
kitcat711 |
? |
# |
Jun 13th 2016, 14:50 |
kitcat711 |
ce serait propre cela |
# |
Jun 13th 2016, 14:50 |
kitcat711 |
sinon, je peux tenter un POST /notices/sendNotices.json, $notice_id |
# |
Jun 13th 2016, 14:49 |
kitcat711 |
et pas /notices/26/senNotices.json |
# |
Jun 13th 2016, 14:49 |
kitcat711 |
ben la il comprend un truc du genre /notices/sendNotices.json |
# |
Jun 13th 2016, 14:46 |
Ch0c4 |
ton pastie il est bon normalement |
# |
Jun 13th 2016, 14:43 |
kitcat711 |
tu dis cela par rapport a ma demande la ? |
# |
Jun 13th 2016, 14:42 |
kitcat711 |
dans quoi mon bon? |
# |
Jun 13th 2016, 14:38 |
kitcat711 |
http://pastie.org/private/7bx9ud0ef4srsintbfavw |
# |
Jun 13th 2016, 14:38 |
kitcat711 |
dans mon router j'ai cela aussi |
# |
Jun 13th 2016, 14:36 |
Ch0c4 |
oué mais la |
# |
Jun 13th 2016, 14:36 |
kitcat711 |
Ch0c4: tu es bon aussi la dedans je crois |
# |
Jun 13th 2016, 14:35 |
kitcat711 |
http://sandbox.com/api/companies/120/leases/241/notices/26.json |
# |
Jun 13th 2016, 14:35 |
kitcat711 |
il connecte bien qq chose comme |
# |
Jun 13th 2016, 14:35 |
kitcat711 |
seule la partie /notices/connectes pas |
# |
Jun 13th 2016, 14:35 |
kitcat711 |
$routes->connect('notices/:notice_id/sendNotice/', ['controller' => 'Notices','action' => 'sendNotices'],['notice_id' => '\d+', 'pass' => ['notice_id']]); |