# |
Oct 5th 2016, 09:57 |
gpapkala |
so you can split in into hasMany relations from both sides orders hasMany orderProduct and products hasMany orderProduct and the join table can be itâ??s own entity then (with belongsTo relations to orders and products) |
# |
Oct 5th 2016, 09:55 |
wouter0100 |
gpapkala, that's correct. And I want a relation from another table to that many-to-many join table. |
# |
Oct 5th 2016, 09:54 |
gpapkala |
if I understand you correctly, you have many-to-many relation between products and orders? |
# |
Oct 5th 2016, 09:53 |
wouter0100 |
gpapkala, oh, wait. let out a part: when you want to setup a relation to the join table. How would you call that? |
# |
Oct 5th 2016, 09:52 |
wouter0100 |
gpapkala, ehhm, wait. True |
# |
Oct 5th 2016, 09:51 |
gpapkala |
id? |
# |
Oct 5th 2016, 09:49 |
wouter0100 |
What's the "cake" convension to name a id primary key in a join table for a belongsToMany? For example, products and orders are joined together using the orders_products table, how would I call the primary key? order_product_id or orders_product_id? |
# |
Oct 5th 2016, 09:47 |
flangofas |
You are welcome. |
# |
Oct 5th 2016, 09:46 |
dariolap |
Ok thanks @ndm @flangofas |
# |
Oct 5th 2016, 09:43 |
ndm |
https://github.com/cakephp/cakephp/issues/9438 |
# |
Oct 5th 2016, 09:42 |
ndm |
No, you can't. |
# |
Oct 5th 2016, 09:42 |
dariolap |
Then, i can't ignore it when i save entity? |
# |
Oct 5th 2016, 09:42 |
flangofas |
@ndm thanks :slightly_smiling_face: |
# |
Oct 5th 2016, 09:41 |
flangofas |
@dariolap Sry, I thought you meant accessible fields :slightly_smiling_face: |
# |
Oct 5th 2016, 09:39 |
ndm |
@dariolap @flangofas accessors and accessibility are two different things... you can't disable accessors, if your entity has them defined, then they are being used. |
# |
Oct 5th 2016, 09:38 |
Speud |
why when we try to save (edit) associative model, the validator rule is running, it should not ? |
# |
Oct 5th 2016, 09:37 |
flangofas |
after patchEntity if you set the field to be not accessible, then you shouldn't see it in the dirty fields. |
# |
Oct 5th 2016, 09:26 |
dariolap |
flangofas, I do it. But after patchEntity I have same result: accessor is called |
# |
Oct 5th 2016, 09:21 |
jay |
Tyvm :slightly_smiling_face: |
# |
Oct 5th 2016, 09:20 |
jay |
haha i'm so confused |
# |
Oct 5th 2016, 09:19 |
wyrihaximus |
Yeah I do :P |
# |
Oct 5th 2016, 09:19 |
jay |
Anyone here used this with cake x.3 https://github.com/WyriHaximus/Ratchet ? |
# |
Oct 5th 2016, 09:17 |
flangofas |
sry first the * then the field :slightly_smiling_face:, see example here: https://github.com/CakeDC/users/blob/master/src/Model/Entity/User.php#L31 |
# |
Oct 5th 2016, 09:15 |
flangofas |
if you say 'myField' => false and then * => true then all the fields are accessible apart from myField |
# |
Oct 5th 2016, 09:15 |
flangofas |
if you have *, the all the fields are accessible |
# |
Oct 5th 2016, 09:14 |
dariolap |
and after patchEntity, my field is changed |
# |
Oct 5th 2016, 09:13 |
dariolap |
flangofas, I have '*' => true |
# |
Oct 5th 2016, 09:11 |
flangofas |
@dariolap $entity->accessible('fieldname', true); |
# |
Oct 5th 2016, 09:07 |
wrksx |
What technique are you guys using to deploy efficiently? |
# |
Oct 5th 2016, 09:05 |
Neon1024 |
Hah, typo, missed the t |
# |
Oct 5th 2016, 08:57 |
Neon1024 |
O_o |
# |
Oct 5th 2016, 08:57 |
Neon1024 |
Error: Call to undefined method TableShellHelper::ouput() |
# |
Oct 5th 2016, 08:57 |
Neon1024 |
http://book.cakephp.org/2.0/en/console-and-shells/helpers.html#built-in-helpers |
# |
Oct 5th 2016, 08:56 |
wrksx |
hey guys |
# |
Oct 5th 2016, 08:55 |
Speud |
hello ;) |
# |
Oct 5th 2016, 08:51 |
dariolap |
How i can to ignore accessor in patchEntity? |
# |
Oct 5th 2016, 08:44 |
jay |
What about Helpers? Is it possible to load helpers from vendor from controller? |
# |
Oct 5th 2016, 08:32 |
dariolap |
Hi all. I use cakephp 3.2. How i can to avoid to call accessor method when i save entity? I have _getCompany in entity model, but when i save I don't want to modify this field. |
# |
Oct 5th 2016, 08:27 |
jay |
Ah it's the helper that's failing, not the plugin \o/ |
# |
Oct 5th 2016, 08:23 |
bernat1 |
) |
# |
Oct 5th 2016, 08:16 |
jay |
my bad. slow morning. |