Log message #4018214

# At Username Text
# Apr 20th 2017, 08:24 voycey ah ok - learn something every day :slightly_smiling_face:
# Apr 20th 2017, 08:24 admad @voycey webserver never receives the URL fragment, so no server side lang can help you
# Apr 20th 2017, 08:01 Neon1024 Haha
# Apr 20th 2017, 08:00 voycey because Australia sucks at doing any of those things
# Apr 20th 2017, 08:00 voycey In order I am doing: Fish and Chips, Balti, Jamican Food, Fry up
# Apr 20th 2017, 08:00 voycey Im just coming back for some work and to visit family
# Apr 20th 2017, 08:00 voycey Im drinking a cup of Yorkshire right now - got my mate to smuggle 400 back for me last time :,)
# Apr 20th 2017, 07:59 Neon1024 ;)
# Apr 20th 2017, 07:59 Neon1024 Oh wow, your work visa run out or just missing proper tea?
# Apr 20th 2017, 07:58 voycey I fly back to the motherland on Monday Neon1024
# Apr 20th 2017, 07:57 voycey :maybe:thesethings?
# Apr 20th 2017, 07:56 Neon1024 ;)
# Apr 20th 2017, 07:56 Neon1024 I wasn’t sure what a fragment was anyway
# Apr 20th 2017, 07:56 voycey ill fudge it in JS
# Apr 20th 2017, 07:56 voycey dosent catch it :(
# Apr 20th 2017, 07:56 Neon1024 https://github.com/zendframework/zend-diactoros/blob/master/src/Uri.php#L213
# Apr 20th 2017, 07:55 Neon1024 Perhaps
# Apr 20th 2017, 07:55 Neon1024 $this->request->getUri()->getFragment()
# Apr 20th 2017, 07:55 Neon1024 Yes, fragment it seems
# Apr 20th 2017, 07:54 Neon1024 $this->request->getUrl()->
# Apr 20th 2017, 07:54 Neon1024 Wellif you’re on Cake 3, using Middleware, then you could check the Url class in PSR7
# Apr 20th 2017, 07:52 voycey Is there anything built into cake to get the #in the URL?
# Apr 20th 2017, 07:46 birdy247 he is a laravell man. But I am "converting" him to cake :)
# Apr 20th 2017, 07:46 birdy247 We shall see
# Apr 20th 2017, 07:45 Neon1024 Ah cool, good luck, hope it all works out
# Apr 20th 2017, 07:42 birdy247 Southampton
# Apr 20th 2017, 07:42 birdy247 Taking on someone who is originally from your neck of the woods :slightly_smiling_face:
# Apr 20th 2017, 07:41 birdy247 Trying to grow the business
# Apr 20th 2017, 07:41 birdy247 Bit if a dautning time
# Apr 20th 2017, 07:41 birdy247 Yea not too bad thanks
# Apr 20th 2017, 07:40 Neon1024 How’s things with you dude? Hope all is well
# Apr 20th 2017, 07:38 birdy247 Morning Neon1024
# Apr 20th 2017, 07:37 Neon1024 Hey birdy247
# Apr 20th 2017, 07:27 birdy247 morning
# Apr 20th 2017, 06:25 voycey and as a big change to something which for the past several cakephp versions has been much simpler it will help out - ill update the docs shorty
# Apr 20th 2017, 06:23 voycey I know - all of the other ->having ->where etc has it, it's the first time I have come across this so far
# Apr 20th 2017, 06:23 admad @voycey well we can't go about about document basic PHP features in the cakephp manual. `function ($foo) use ($var)` usage is standard PHP.
# Apr 20th 2017, 06:11 voycey yeah just wondering why this isnt documenteD?
# Apr 20th 2017, 05:40 hiromi2424 @voycey function ($q) use ($id) {
# Apr 20th 2017, 05:33 voycey so yes I do apparantly
# Apr 20th 2017, 05:31 slackebot5 $q->where(['Locations.retailer_id' = $id]);``` im getting $id not found here