Log message #4052849

# At Username Text
# Jul 17th 2017, 11:39 johnwayne How can I use matching on one table but using matching I want to include results from my where or orWhere on another table?
# Jul 17th 2017, 11:29 inoas $this->setConfig(collection($this->getConfig())->someCalls()->toArray())?
# Jul 17th 2017, 11:29 inoas if it is a config object you could do so but I find it to be horrible design... just set it back and be done with it?
# Jul 17th 2017, 11:23 neon1024 Or could I pass it by reference back into the config instance?
# Jul 17th 2017, 11:23 neon1024 I assume I can assign $this->getConfig() to a variable, re-order it and reset it to $this->setConfig()
# Jul 17th 2017, 11:22 neon1024 I want to process some config in my helper, but I want it to be descending order based on a priority field
# Jul 17th 2017, 11:16 neon1024 https://www.quora.com/GitHub-What-is-the-significance-of-the-Ship-It-squirrel
# Jul 17th 2017, 10:49 spencdev i genuinely don't understand how ship...it relates to squirrels though
# Jul 17th 2017, 10:48 spencdev Dropbox one worked for me. #soldierSquirrel
# Jul 17th 2017, 10:46 hmic i think that link is similarily broken as the dropbox and imageshack links are :p
# Jul 17th 2017, 10:45 braeden I'm scared
# Jul 17th 2017, 10:44 inoas our bot = https://www.youtube.com/watch?v=iqIq4B1rgl4
# Jul 17th 2017, 10:44 braeden :|
# Jul 17th 2017, 10:44 slackebot !strcmp
# Jul 17th 2017, 10:44 slackebot Command sent from Slack by braeden:
# Jul 17th 2017, 10:44 inoas our bot is last gen - but I like last gen!
# Jul 17th 2017, 10:44 braeden ship ... it
# Jul 17th 2017, 10:42 inoas that's the one
# Jul 17th 2017, 10:42 inoas ship it ;)?
# Jul 17th 2017, 10:42 inoas not the trigger word...
# Jul 17th 2017, 10:42 inoas ship ;)?
# Jul 17th 2017, 10:42 inoas Is there "common sense" semantic difference between "stack" and "queue" in CS?
# Jul 17th 2017, 10:41 braeden :)
# Jul 17th 2017, 10:41 spencdev Definitely /kb braeden. lol
# Jul 17th 2017, 10:40 hmic its a simple decision to take
# Jul 17th 2017, 10:40 hmic just by using __d() or __() in your plugin
# Jul 17th 2017, 10:40 hmic or you can ship it without and let the app prvide the translations
# Jul 17th 2017, 10:40 hmic you can ship your plugin with translations, and it does just work in the app
# Jul 17th 2017, 10:39 hmic it is like it is. and it is for a reason. - separation!
# Jul 17th 2017, 10:38 braeden ./kb braeden
# Jul 17th 2017, 10:38 braeden CakePHP sucks
# Jul 17th 2017, 10:38 MohammadSaleh it's not good at all
# Jul 17th 2017, 10:37 hmic you need to use __d() if you want the translations from the plugins .po files - thats it.
# Jul 17th 2017, 10:36 braeden :)
# Jul 17th 2017, 10:36 MohammadSaleh hmic, for those words that using __d() works good, but for words that translated by __() in plugin i18n generate default.po in plugin, but not working
# Jul 17th 2017, 10:35 MohammadSaleh so why cakephp create default.po for __() which is in plugin?
# Jul 17th 2017, 10:34 inoas we will see how reasonable it is when its done and working
# Jul 17th 2017, 10:34 hmic __d() does
# Jul 17th 2017, 10:34 hmic because you need to specify the plugin __() will not work with your plugin .po files at all.
# Jul 17th 2017, 10:34 braeden sounds reasonable to me!
# Jul 17th 2017, 10:34 MohammadSaleh hmic, yes i read it already. as is in cake document "When no group is used, then the default group is selected." but why that not working when default.po is in a plugin?