Log message #4156579

# At Username Text
# Jul 6th 2018, 13:40 itmpls they seem like they play a full team
# Jul 6th 2018, 13:40 josbeir i hope we win, 4h to go !
# Jul 6th 2018, 13:40 itmpls even Croatia, @tim?
# Jul 6th 2018, 13:40 tim Whereas other teams have a few star players and a lot of selfish ones
# Jul 6th 2018, 13:40 josbeir japan played very good but you cant overlook that comeback
# Jul 6th 2018, 13:40 tim Although imo I think Belgium's teamplay is the best of any team atm
# Jul 6th 2018, 13:40 itmpls so moreso underdogs I think, although they might not be
# Jul 6th 2018, 13:39 itmpls i'm going for belgium in my next bet, even though I was for japan in the previous game
# Jul 6th 2018, 13:39 josbeir indeed
# Jul 6th 2018, 13:39 tim @josbeir I can see it go either way tbh. It would be nice if they win, but Belgium's defence has had some big mishaps before
# Jul 6th 2018, 13:33 braeden I typically go for the underdog because it's more exciting, both of my teams are out (Australia and Germany)
# Jul 6th 2018, 13:33 james.phillips me too
# Jul 6th 2018, 13:33 braeden I hope Uruguay wins, no offense to any Frenchmen/women
# Jul 6th 2018, 13:31 james.phillips has anyone used cakephp3 with sphinx search?
# Jul 6th 2018, 13:31 neon1024 Anyone implemented a thumbnail transformer into the FriendsOfCake/Upload plugin?
# Jul 6th 2018, 13:28 magiq slackebot4: are you insane?
# Jul 6th 2018, 13:28 itmpls yeah I suppose
# Jul 6th 2018, 13:28 josbeir but it will probably be faster to just make a new migration for your extended table
# Jul 6th 2018, 13:28 itmpls if there is a plugin in cakephp, another plugin can't have the same name, right? so if I have 'Users' in vendor/meder/users then if someone wants to extend, they have to name theirs something different.. in app/plugins/MyUsers for example
# Jul 6th 2018, 13:27 josbeir so if you want to make that dynamic you would need to write some code inside the migration to handle the dynamic table name
# Jul 6th 2018, 13:27 josbeir everything inside a migration is hardcoded
# Jul 6th 2018, 13:27 itmpls i want to create a plugin and have the ability for someone to extend it + extend the migration
# Jul 6th 2018, 13:26 josbeir i think i'm just not following what you want to do :)
# Jul 6th 2018, 13:26 itmpls no, I mean have it read from somewhere dynamic or override it somehow
# Jul 6th 2018, 13:25 josbeir or what do you mean ?
# Jul 6th 2018, 13:25 josbeir $this->setTable('mytable')
# Jul 6th 2018, 13:25 itmpls i mean is there anyway to make the table name dynamic?
# Jul 6th 2018, 13:25 josbeir @tim what is your take on the match this evening?
# Jul 6th 2018, 13:24 josbeir migrations doesn't use cake tables
# Jul 6th 2018, 13:23 itmpls has anyone had to extend a plugin that had migrations (extend the table etc)? would the migration be dynamic enough to handle the table name change, or how does that work?
# Jul 6th 2018, 13:23 josbeir 100% for sure
# Jul 6th 2018, 13:23 tim @josbeir Do I have to lock oujt my GF again for the match tonight=
# Jul 6th 2018, 13:22 josbeir which one ? :P
# Jul 6th 2018, 13:15 braeden I feel sorry for whoever had to build those regexes for the date() method
# Jul 6th 2018, 12:55 josbeir would be cool :slightly_smiling_face:
# Jul 6th 2018, 12:55 neon1024 Well @lorenzo might change that soon! :P
# Jul 6th 2018, 12:55 josbeir but what you are pointing out is actually true
# Jul 6th 2018, 12:54 josbeir i'm not asking questions about that, as this hasn't changed since the cake 1 days
# Jul 6th 2018, 12:54 josbeir https://book.cakephp.org/3.0/en/core-libraries/validation.html#core-validation-rules
# Jul 6th 2018, 12:53 josbeir if rule is an array, the first arg is the method and the following the arguments
# Jul 6th 2018, 12:53 neon1024 Especially as the Validator doesn’t implement a direct rule