Log message #4047787

# At Username Text
# Jul 4th 2017, 16:54 jarard01 thanks neon1024
# Jul 4th 2017, 16:53 neon1024 @jarard01 You need to use the table class when calling table classes from the controller, so it should be `$this->Properties->rhs()`
# Jul 4th 2017, 16:33 jarard01 my view says: Call to undefined method App\Controller\PropertiesController::rhs()
# Jul 4th 2017, 16:33 jarard01 in my Properties controller I call $this->rhs();
# Jul 4th 2017, 16:32 jarard01 i have a method in my PropertiesTable.php called 'rhs'
# Jul 4th 2017, 15:50 awi thx
# Jul 4th 2017, 15:49 WyriHaximus gotte run for now
# Jul 4th 2017, 15:44 WyriHaximus It requires a webdav client to be used with as per this example: https://flysystem.thephpleague.com/adapter/webdav/
# Jul 4th 2017, 15:43 awi just where can i find the vars for webdav?
# Jul 4th 2017, 15:42 WyriHaximus Np, anyway I can help? :)
# Jul 4th 2017, 15:41 jeremyharris summoned from the great beyond
# Jul 4th 2017, 15:41 awi didnt see you where there
# Jul 4th 2017, 15:41 neon1024 Lol, great service!
# Jul 4th 2017, 15:41 WyriHaximus =D
# Jul 4th 2017, 15:41 awi Oh...
# Jul 4th 2017, 15:41 WyriHaximus Sup?
# Jul 4th 2017, 15:41 awi any experiences?
# Jul 4th 2017, 15:41 awi https://github.com/WyriHaximus/FlyPie
# Jul 4th 2017, 15:40 awi Anyone ever worked with FlyPie?
# Jul 4th 2017, 15:40 awi hi
# Jul 4th 2017, 15:27 birdy247 I had hydrate set to false
# Jul 4th 2017, 15:26 birdy247 I am being stupid
# Jul 4th 2017, 15:25 birdy247 epxression is not allowed as default value
# Jul 4th 2017, 15:24 birdy247 doesnt*
# Jul 4th 2017, 15:24 birdy247 but that does work
# Jul 4th 2017, 15:24 birdy247 Yea, I wanted to crate from format
# Jul 4th 2017, 15:24 neon1024 Otherwise every time you run your test your Time::now() will be different
# Jul 4th 2017, 15:24 neon1024 Fixtures should have fixed data
# Jul 4th 2017, 15:24 birdy247 but doesnt like that :P
# Jul 4th 2017, 15:24 birdy247 I tried 'closing_date' => Time::now(),
# Jul 4th 2017, 15:23 birdy247 Can I make this a Time object?
# Jul 4th 2017, 15:23 birdy247 the fixture is written like this: 'closing_date' => '2017-06-01 13:00:00'
# Jul 4th 2017, 15:23 birdy247 Mainly interested in the date returning correctly
# Jul 4th 2017, 15:22 birdy247 I am making a new test, and checking a simple find
# Jul 4th 2017, 15:18 neon1024 Hah, well I’ve hit most snags once before, I tend to look out for them nowadays ;)
# Jul 4th 2017, 14:48 birdy247 gd advice as usual neon1024
# Jul 4th 2017, 14:47 birdy247 :+1:
# Jul 4th 2017, 14:47 neon1024 Be interesting to discuss if I wasn’t silo’d
# Jul 4th 2017, 14:46 neon1024 I find if I try and pre-optimise I spend time in choice paralysis as I try and cover off all the use-cases, without any clue if they are relevant or not
# Jul 4th 2017, 14:46 neon1024 I guess you have to balance it with technical debt
# Jul 4th 2017, 14:44 neon1024 You’ll be writing code which will make maintenance harder for no reason