Log message #4202252

# At Username Text
# Sep 6th 2019, 20:23 alexdd55976 corrected.. we used a couple of external libs, that took a loot lines of codes, like pdf and srudd
# Sep 6th 2019, 20:23 ricksaccous :0
# Sep 6th 2019, 20:22 alexdd55976 2.3 million lines of code
# Sep 6th 2019, 20:22 alexdd55976 wow
# Sep 6th 2019, 20:22 ricksaccous but that's awesome that you have something like that chugging along successfully
# Sep 6th 2019, 20:21 ricksaccous hopefully that's just one lib you can upgrade/update
# Sep 6th 2019, 20:20 alexdd55976 but it has a ERP integrated :)
# Sep 6th 2019, 20:20 alexdd55976 almost none
# Sep 6th 2019, 20:18 ricksaccous do you have a lot of JS magic?
# Sep 6th 2019, 20:18 ricksaccous lol
# Sep 6th 2019, 20:18 ricksaccous pretty much a rewrite
# Sep 6th 2019, 20:18 ricksaccous might not be too bad, but it might also be bad
# Sep 6th 2019, 20:18 ricksaccous depending on how big it is
# Sep 6th 2019, 20:17 alexdd55976 :exploding_head:
# Sep 6th 2019, 20:17 alexdd55976 migrate to 4.0
# Sep 6th 2019, 20:17 alexdd55976 LOL
# Sep 6th 2019, 20:17 ricksaccous just so you can upgrade php version
# Sep 6th 2019, 20:17 ricksaccous lol
# Sep 6th 2019, 20:17 ricksaccous you should upgrade one day
# Sep 6th 2019, 20:17 ricksaccous dang dude that's awesome
# Sep 6th 2019, 20:15 alexdd55976 cake1.3 is still a beast
# Sep 6th 2019, 20:15 alexdd55976 12k products
# Sep 6th 2019, 20:15 alexdd55976 10k customers
# Sep 6th 2019, 20:14 alexdd55976 almost 4 million orders, stills super fast
# Sep 6th 2019, 20:14 alexdd55976 i am seriously happy with that shop
# Sep 6th 2019, 20:13 alexdd55976 yes
# Sep 6th 2019, 20:13 ricksaccous i mean exists
# Sep 6th 2019, 20:13 ricksaccous in 1.3
# Sep 6th 2019, 20:13 ricksaccous i'm so glad contain still exists
# Sep 6th 2019, 20:12 alexdd55976 all made by myself
# Sep 6th 2019, 20:12 alexdd55976 online shop
# Sep 6th 2019, 20:12 alexdd55976 its not too bad
# Sep 6th 2019, 20:12 ricksaccous lol
# Sep 6th 2019, 20:12 ricksaccous you enjoy it? @alexdd55976
# Sep 6th 2019, 20:11 alexdd55976 cake1.x :)
# Sep 6th 2019, 20:11 alexdd55976 oh.. finally working on an old project again…
# Sep 6th 2019, 19:59 ricksaccous TableClass->setConnection('connectionName');
# Sep 6th 2019, 19:55 itmpls a table's `defaultConnectionName` method returns the schema to use, but what if im looping through multiple ones? what's a recommended way to set that dynamically?
# Sep 6th 2019, 19:34 emiliano ok, I will test, thanks a lot
# Sep 6th 2019, 19:30 ndm ``` $this->removeBehavior('AwsCognito'); $this->addBehavior('CognitoUsers'); ```
# Sep 6th 2019, 19:29 ndm The `implementedMethods` option will just create an alias that you can call via the table object where the behavior is attached to, it won't change any implementation details. Extending the behavior is OK if you need to change what it does, just unload the original behavior first.