Log message #4174525

# At Username Text
# Jan 21st 2019, 17:43 jhall ok
# Jan 21st 2019, 17:43 ricksaccous there's something like that yes
# Jan 21st 2019, 17:43 jhall there has got to be an isnumeric right?
# Jan 21st 2019, 17:43 ricksaccous there is a section near the bottom that linkds to the validation methods
# Jan 21st 2019, 17:43 jhall yeah
# Jan 21st 2019, 17:43 ricksaccous @jhall Validation?
# Jan 21st 2019, 17:42 jhall obviously my zip code can't be aaa
# Jan 21st 2019, 17:42 jhall It must be Monday because I don't see anywhere in the documentation it discusses how to restrict a field to numbers like say its a zip code field
# Jan 21st 2019, 16:16 neon1024 `$unknown instanceof \App\Model\Entity\Example`
# Jan 21st 2019, 16:11 jhall ok
# Jan 21st 2019, 16:11 ricksaccous you can check if the object implements entityInterface or whatever it is
# Jan 21st 2019, 16:11 jhall ah let me check that out
# Jan 21st 2019, 16:10 ricksaccous instanceof is the basic php function you want
# Jan 21st 2019, 16:09 ricksaccous let me see
# Jan 21st 2019, 16:09 ricksaccous if you are not sure at a given time if it will be an object or not
# Jan 21st 2019, 16:09 jhall ok
# Jan 21st 2019, 16:09 a.didier basic php function but it give lots of details
# Jan 21st 2019, 16:08 jhall oh maybe
# Jan 21st 2019, 16:08 a.didier var_dump() ?
# Jan 21st 2019, 16:07 jhall if I want to see if something is an entity
# Jan 21st 2019, 16:07 jhall Is there anything built into cake to check the type of the object or is it just using basic php functions to do so?
# Jan 21st 2019, 15:18 ricksaccous cool, ye let me know if it doesn't work for you
# Jan 21st 2019, 15:16 a.didier looks good i'll test this
# Jan 21st 2019, 15:16 a.didier thx
# Jan 21st 2019, 15:16 a.didier nah i didn't look more than that, lot of stuff to do between the now and the moment i asked XD
# Jan 21st 2019, 14:44 ricksaccous i have that somewhere but at work now and can't grab it easily
# Jan 21st 2019, 14:44 ricksaccous unless you wanted the whole docker-compose
# Jan 21st 2019, 14:43 ricksaccous you probably found antoehr one by now though
# Jan 21st 2019, 14:43 ricksaccous lol
# Jan 21st 2019, 14:42 ricksaccous @a.didier https://github.com/Modicrumb/dockerfiles/blob/master/Dockerfile just change the php version there and tell me if it works, thanks in advance for being my test dummy
# Jan 21st 2019, 13:50 a.didier Cake 2.10.14 or less but with the support of PHP7.3
# Jan 21st 2019, 13:49 a.didier Hello everyone :wave: Does someone have a good dockerfile for a Cake 2.10.14 with PHP7.3 ?
# Jan 21st 2019, 12:31 spriz I feel like the other thing should work now that is’a accessible
# Jan 21st 2019, 12:30 spriz yurp :P Weird thing though :thinking_face:
# Jan 21st 2019, 12:30 neon1024 Guess that’s why! ;)
# Jan 21st 2019, 12:30 neon1024 I did wonder why I always used `$entity->set('thingies', $newEntity)`
# Jan 21st 2019, 12:26 spriz A little adjustment and it seem to work. Can’t just put it into the newEntity argument it seems :thihnk
# Jan 21st 2019, 12:22 neon1024 Yeah, I reckon that might work
# Jan 21st 2019, 12:16 spriz you mean like that @neon1024?
# Jan 21st 2019, 12:16 spriz https://gist.github.com/Spriz/9b76bcfc07785d578e3c2b8df2581753
# Jan 21st 2019, 12:08 neon1024 You could make a Company entity and assign that?