# |
May 26th 2016, 19:07 |
AlexMax |
but it looks like the merging of component arrays happens in _mergeControllerVars and then immediately thereafter init the component |
# |
May 26th 2016, 19:06 |
AlexMax |
in Cake 2 |
# |
May 26th 2016, 19:06 |
admad |
@bravo-kernel: 3.x uses APCu btw |
# |
May 26th 2016, 18:52 |
bravo-kernel |
Feels like a bug |
# |
May 26th 2016, 18:52 |
bravo-kernel |
Just creating the ticket... 3.2.10 |
# |
May 26th 2016, 18:50 |
admad |
bravo-kernel: are you using latest core? |
# |
May 26th 2016, 18:21 |
bravo-kernel |
Debuggin `ApcEngine.php` confirms the extension is loaded as well |
# |
May 26th 2016, 18:13 |
bravo-kernel |
Anybody have any suggestions? Google ran dry on this one |
# |
May 26th 2016, 18:13 |
bravo-kernel |
the weird thing is running `ini_get` from within the shell tells me both `apc.enabled` and `apc.enable_cli` are true/on |
# |
May 26th 2016, 18:12 |
bravo-kernel |
My ClearCacheShell throws "Class 'APCUIterator' not found in /vendor/cakephp/cakephp/src/Cache/Engine/ApcEngine.php on line 145" when I call `Cache::clear()` |
# |
May 26th 2016, 17:31 |
royalty |
can anyone tell me why baking migrations only takes one argument now? |
# |
May 26th 2016, 16:52 |
Eax |
What can cause a cookie to not be set in cake3? I have made a test project, where it works, but in my "main" project - it is simply not saved (I cannot see it in the Chrome dev tool) |
# |
May 26th 2016, 16:30 |
nemmons |
then after the form is submitted, just to be safe i would run validation on the sponsor / account type combination to make sure it's valid |
# |
May 26th 2016, 16:30 |
nemmons |
what i might do is whever someone change the account type/sponsor, use ajax to send a request to the server with the account type and have it return a required sponsor if necessary. if a sponsor is returned, update the sponsor select list accordingly |
# |
May 26th 2016, 16:28 |
nemmons |
greemanspirit even if you disable a field, someone can edit the html and enable it again. So that's not a reliable way enforce business logic. |
# |
May 26th 2016, 16:26 |
fly2279 |
Looking for a good resource for unit testing for cake. Any good books, blogs, etc? Or can anyone think of a good repo that would have some good real world examples of tests written that I can learn from? |
# |
May 26th 2016, 16:20 |
MarcosDantas |
on brazil developers like Rais and Larave. |
# |
May 26th 2016, 16:16 |
MarcosDantas |
but, i like very much cake |
# |
May 26th 2016, 16:15 |
MarcosDantas |
and cakephp community its slow from here! |
# |
May 26th 2016, 16:15 |
nemmons |
I'm sorry, that must be difficult |
# |
May 26th 2016, 16:15 |
MarcosDantas |
im from brazilian, and cakephp not have documments in my language |
# |
May 26th 2016, 16:14 |
MarcosDantas |
sorry for my english |
# |
May 26th 2016, 16:12 |
nemmons |
i'm sorry, i don't understand what you're asking. if you have an entity object called $entity and you want to unlock the 'users_id' field, you can call `$entity->accessible('users_id);`. if you want to mass-set properties to an entity, bypassing guarded fields, then you call `$entity->set($properties, ['guard' => false]);` (where $properties is an array of key-value pairs of the data you want to set) |
# |
May 26th 2016, 16:09 |
MarcosDantas |
whats correct form? |
# |
May 26th 2016, 16:09 |
MarcosDantas |
or view. |
# |
May 26th 2016, 16:09 |
MarcosDantas |
wan'ted to set this on controller |
# |
May 26th 2016, 16:08 |
MarcosDantas |
slackebot i use behavior for set users_id on relationship |
# |
May 26th 2016, 16:06 |
MarcosDantas |
ok, but i used bake for code, and i try edit one 4 one. |
# |
May 26th 2016, 16:05 |
Neon1024x |
Will disable the mass assignment protection |
# |
May 26th 2016, 16:05 |
Neon1024x |
MarcosDantas, If you just set the $_accessible array to include the field as 'field' => false |
# |
May 26th 2016, 16:05 |
MarcosDantas |
but not working... |
# |
May 26th 2016, 16:05 |
MarcosDantas |
when save date, behavior disable guard and set users_id for company entity |
# |
May 26th 2016, 16:05 |
Neon1024x |
greenmanspirit, Yes it is, that's the form tampering protection |
# |
May 26th 2016, 16:04 |
nemmons |
the guard option is for when you're doing $entity->set() if you want to set data to a guarded field |
# |
May 26th 2016, 16:04 |
nemmons |
http://book.cakephp.org/3.0/en/orm/entities.html#modifying-the-guarded-fields-at-runtime i don't think you need to pass the option array there |
# |
May 26th 2016, 16:02 |
MarcosDantas |
hi guys |
# |
May 26th 2016, 15:57 |
MarcosDantas |
$entity->accessible('users_id', ['guard' => false]); |
# |
May 26th 2016, 15:56 |
MarcosDantas |
its possible? |
# |
May 26th 2016, 15:56 |
MarcosDantas |
i cannot disable guard in behavior |
# |
May 26th 2016, 15:32 |
Neon1024x |
Guest92387, Perhaps! |
# |
May 26th 2016, 15:29 |
hmic |
!tell Guest92387 about ask |