# |
Feb 8th 2018, 14:11 |
sugitime |
https://pastebin.com/MyJM5H0y |
# |
Feb 8th 2018, 14:10 |
k4t |
can I nest contain inside of matching? Is it valid? |
# |
Feb 8th 2018, 14:10 |
sugitime |
or… let me double check... |
# |
Feb 8th 2018, 14:10 |
sugitime |
oh my mistake, sorry, I am using patchEntity |
# |
Feb 8th 2018, 14:10 |
hmic |
not on save |
# |
Feb 8th 2018, 14:09 |
hmic |
sugitime: validation happens on new/patchEntity |
# |
Feb 8th 2018, 14:09 |
sugitime |
I have a validation to ensure that the passwords match and that they are atleast 8 characters, but I can easily submit a 2 character password, both passwords different. |
# |
Feb 8th 2018, 14:09 |
sugitime |
so I’m trying to get data validation to work on my Users table. I setup validatorDefault in my UserTable.php, then I call the save command from my controller, but the validation set never gets used |
# |
Feb 8th 2018, 14:08 |
k4t |
elo |
# |
Feb 8th 2018, 13:57 |
raju |
How to Dynamically create |
# |
Feb 8th 2018, 13:55 |
slackebot |
'dir' => 'image_dir', //'size' => 'size_dir', 'type' => 'image_type', ], //// ``` |
# |
Feb 8th 2018, 13:55 |
saeideng |
``` $this->addBehavior('Josegonzalez/Upload.Upload', [ 'image' => [ 'path' => .... 'fields' => [ 'dir' => 'image_dir', //'size' => 'size_dir', 'type' => 'image_type', ], /// 'image2' => [ 'path' => .... 'fields' => [ |
# |
Feb 8th 2018, 13:53 |
raju |
using Jose Diaz-Gonzalez plug in |
# |
Feb 8th 2018, 13:53 |
raju |
HOw to upload cakephp3 multiple files |
# |
Feb 8th 2018, 13:53 |
raju |
Hi Guys |
# |
Feb 8th 2018, 13:53 |
saeideng |
`/path/` -> `/path` |
# |
Feb 8th 2018, 13:40 |
alysson-azevedo |
i mean, a case like ``` |
# |
Feb 8th 2018, 13:40 |
alysson-azevedo |
Hi. Does `Router::prefix` inside a `Router::scope`? |
# |
Feb 8th 2018, 13:27 |
hmic |
can all your supported browsers use require()? |
# |
Feb 8th 2018, 13:25 |
birdy247 |
require('eonasdan-bootstrap-datetimepicker'); |
# |
Feb 8th 2018, 13:25 |
birdy247 |
@neon1024 I am doing things like this |
# |
Feb 8th 2018, 13:20 |
pedrorocha |
I'm afraid of compatibility issues, because this app is gonna be an extension to another two cakephp applications running 3.1.6 version |
# |
Feb 8th 2018, 13:18 |
saeideng |
and `composer install ` |
# |
Feb 8th 2018, 13:17 |
admad |
that said it's a bad idea making a new project with older version |
# |
Feb 8th 2018, 13:17 |
saeideng |
chnage composer.json |
# |
Feb 8th 2018, 13:17 |
saeideng |
composer cakephp/app |
# |
Feb 8th 2018, 13:17 |
pedrorocha |
Thanks |
# |
Feb 8th 2018, 13:17 |
pedrorocha |
I'll try and I'll get back to you |
# |
Feb 8th 2018, 13:16 |
admad |
@pedrorocha `composer create-project --prefer-dist cakephp/app:"3.1.*" app_name` |
# |
Feb 8th 2018, 13:16 |
dereuromark |
all there: https://github.com/cakephp/app/releases - but why do you need to? |
# |
Feb 8th 2018, 13:16 |
saeideng |
there is another way |
# |
Feb 8th 2018, 13:15 |
dereuromark |
just download an older app zip file |
# |
Feb 8th 2018, 13:15 |
pedrorocha |
Hey guys, is there any way to create a new project using older versions of cakephp? I've tried `composer create-project --prefer-dist cakephp/app app_name 3.1.*` but it doesnt work |
# |
Feb 8th 2018, 13:02 |
saeideng |
I see this problem with contain() .. |
# |
Feb 8th 2018, 13:01 |
saeideng |
you can do some OP on table that has `null` |
# |
Feb 8th 2018, 13:01 |
saeideng |
>So it doesn’t seem possible to find associations optionally and sort on the optional association |
# |
Feb 8th 2018, 13:00 |
neon1024 |
Inspired by, https://twitter.com/fhinkel/status/958653179889180673 |
# |
Feb 8th 2018, 12:59 |
neon1024 |
The Alf to your Gandalf, if you will :P |
# |
Feb 8th 2018, 12:59 |
neon1024 |
At least, that’s how I understand it. I should say |
# |
Feb 8th 2018, 12:59 |
neon1024 |
The `node_modules` folder is to Node what your `vendors` folder is to Composer |
# |
Feb 8th 2018, 12:56 |
neon1024 |
Because that’s what it’s for ;) |