# |
Jun 20th 2018, 09:54 |
portilloster |
thanks @josbeir |
# |
Jun 20th 2018, 09:47 |
josbeir |
@portilloster if you want to avoid explicit query building check out updateAll => https://book.cakephp.org/3.0/en/orm/saving-data.html#bulk-updates |
# |
Jun 20th 2018, 09:43 |
portilloster |
ok! thanks!! |
# |
Jun 20th 2018, 09:43 |
tim |
`->set(['aceptado' => $aceptado, 'fechaCreacion' => $fecha])` |
# |
Jun 20th 2018, 09:41 |
portilloster |
@tim like this? `->set(['aceptado' => $aceptado],['fechaCreacion' => $fecha])` |
# |
Jun 20th 2018, 09:37 |
tim |
It's an array, just set multiple key => value pairs |
# |
Jun 20th 2018, 09:34 |
portilloster |
File uploaded https://cakesf.slack.com/files/U9CUM170B/FBBQ9SA9M/-.php / https://slack-files.com/T053DPNCM-FBBQ9SA9M-1820140557 |
# |
Jun 20th 2018, 09:34 |
portilloster |
Morning guys!! I found on the documentation how to update data but the example that appears is just with one field. Anyone knows how to update multiple fields using this example below? |
# |
Jun 20th 2018, 09:28 |
josbeir |
i think this should probably be ported to EntityContext too |
# |
Jun 20th 2018, 09:27 |
josbeir |
there was still an issue when creating new nested entities with validation errors as the entity is not available in the parent document, this fixes that too :slightly_smiling_face: |
# |
Jun 20th 2018, 09:25 |
lorenzo |
cool! |
# |
Jun 20th 2018, 09:25 |
josbeir |
@lorenzo i improved the nested validation error checking in documentcontext => https://github.com/cakephp/elastic-search/pull/175 but best to merge after the 3.6.6. rls :slightly_smiling_face: |
# |
Jun 20th 2018, 08:09 |
sadf |
okay thanks, I will look into that |
# |
Jun 20th 2018, 08:09 |
neon1024 |
https://github.com/cakephp/orm |
# |
Jun 20th 2018, 08:09 |
neon1024 |
Yes |
# |
Jun 20th 2018, 08:08 |
sadf |
can I use the cakephp tableRegistry and models as a database library without using the entire cakephp framework ? |
# |
Jun 20th 2018, 07:56 |
josbeir |
morning all |
# |
Jun 20th 2018, 07:50 |
neon1024 |
Well cs-CZ seems to be a valid code |
# |
Jun 20th 2018, 07:48 |
neon1024 |
Locale codes should be listed in the Intl docs on php.net |
# |
Jun 20th 2018, 06:21 |
pidlo |
with fra config language and fra directtory is this ok.. whitch pair is for czech? or when i find this definition of locales? |
# |
Jun 20th 2018, 06:19 |
pidlo |
i am using czech locale in appcontroller i have config language cze and dir name cs_CZ but no effect .. |
# |
Jun 20th 2018, 06:18 |
pidlo |
hello all i have some troubles with locales in cakephp 2.8 when i migrate from 2.6 (php 5.2 to 7.0).. |
# |
Jun 19th 2018, 19:05 |
dwms |
@lorenzo: 2012 |
# |
Jun 19th 2018, 19:02 |
lorenzo |
what version of sqlserver do you use @dwms |
# |
Jun 19th 2018, 18:47 |
mikesmoniker |
Any ideas why prefix() doesn’t seem to be looking for my controller within the sub-namespace like I’d expect it to? https://gist.github.com/themrwilliams/7924f200ed93a786ac69843f11e6657d |
# |
Jun 19th 2018, 18:42 |
slackebot |
works $table->patchEntity($entity, $data); $table->save($entity);``` |
# |
Jun 19th 2018, 18:42 |
pekka_slack |
Hi, I encountered an issue that I don't recall seeing, but assume it's just my lack of experience. This is regarding saving an entity with a boolean value. The MySQL DB column is set to tinyint. Setting a value to true doesn't work, but setting it to a numeric 1 works. Just curious what could be going on? ```$data[error] = true; // this doesn't work $table->patchEntity($entity, $data); $table->save($entity); $data[error] = 1; // this |
# |
Jun 19th 2018, 16:43 |
dwms |
????????????????????? |
# |
Jun 19th 2018, 16:34 |
dwms |
top 100 |
# |
Jun 19th 2018, 16:34 |
dwms |
example |
# |
Jun 19th 2018, 16:34 |
dwms |
how to add top in selects |
# |
Jun 19th 2018, 16:34 |
dwms |
my select is slow because cakephp 3 uses offset rather than top |
# |
Jun 19th 2018, 16:33 |
dwms |
I use sqlserver with cakephp 3 |
# |
Jun 19th 2018, 16:33 |
dwms |
help |
# |
Jun 19th 2018, 16:17 |
neon1024 |
https://github.com/cakephp/phinx/blob/master/.travis.yml#L38 |
# |
Jun 19th 2018, 16:17 |
neon1024 |
So it could be entirely possible that there are no issues to fix |
# |
Jun 19th 2018, 16:17 |
neon1024 |
PHP CS is run by Travis for Phinx also |
# |
Jun 19th 2018, 16:16 |
neon1024 |
So that specific case is already in the ruleset it would seem |
# |
Jun 19th 2018, 16:15 |
neon1024 |
File uploaded https://cakesf.slack.com/files/U1BT622HW/FBB5X3VDL/screen_shot_2018-06-19_at_17.15.32.png / https://slack-files.com/T053DPNCM-FBB5X3VDL-a94de446a5 |
# |
Jun 19th 2018, 16:15 |
josbeir |
i just use the cake one |
# |
Jun 19th 2018, 16:15 |
neon1024 |
However, that might be phpcs, or phpmd, I have a bunch of stuff running in PHP Storm |