Log message #4046777

# At Username Text
# Jun 30th 2017, 15:51 neon1024 Perhaps I misunderstood
# Jun 30th 2017, 15:51 neon1024 https://3v4l.org/IAq7H
# Jun 30th 2017, 15:50 neon1024 I’m not sure it would @jeremyharris as it would be numerically indexed
# Jun 30th 2017, 15:49 jeremyharris @alexlambson hash usually expects multidimensional arrays. In your example, a simple isset would work
# Jun 30th 2017, 15:47 phpnut What defines traditional?
# Jun 30th 2017, 15:46 phpnut Yes but there was an issue with some OS and public
# Jun 30th 2017, 15:46 tariquesani @phpnut If I remember right 'webroot' was considered more semantic when compared to public
# Jun 30th 2017, 15:45 alexlambson Does anyone know how to check for a value with hash? eg. ``` $array = [ 'role', 'district' ]; Hash::check($array, 'role); ``` The above doesn't work for me. 'role' is being treated as a value because PHP makes it into a `int => string` array.
# Jun 30th 2017, 15:05 phpnut But it shows how easy CakePHP is to modify to fit a specific need
# Jun 30th 2017, 15:04 phpnut We did use public for webroot back in the early days but it causes some issues, I don't remember why I changed it for sure.
# Jun 30th 2017, 15:02 phpnut @joepferguson yes it is. Glad to see you like it
# Jun 30th 2017, 15:02 irongomme @dereuromark but beforeRules is triggered after validate , does it ?
# Jun 30th 2017, 15:01 dereuromark presence of ID probably
# Jun 30th 2017, 15:01 dereuromark "Instead use beforeMarshal if it should always be run - or if it only applies to saving, beforeRules."
# Jun 30th 2017, 15:01 irongomme @jeremyharris , thx, but how can I detect in beforeMarshall if it is a creation or edition ?
# Jun 30th 2017, 15:00 dereuromark @irongomme See https://github.com/dereuromark/executionorder/blob/master/RESULTS.md#model-validate--save
# Jun 30th 2017, 15:00 jeremyharris or, use a setter on the entity
# Jun 30th 2017, 15:00 joepferguson @phpnut Last time I seriously played with Cake was the early 2.x days. It’s awesome to see how far it’s come :)
# Jun 30th 2017, 14:59 jeremyharris that happens *before* the request data becomes an entity and before validation
# Jun 30th 2017, 14:59 jeremyharris beforeMarshal is probably what you’re looking for
# Jun 30th 2017, 14:59 irongomme What the way to automaticaly generate a field on before save which is not provided in the form. If i use beforeRules event to auto generate de field value, it doesnt validate because the field is not yet generated ... ?
# Jun 30th 2017, 14:47 phpnut Welcome to the dark side @joepferguson muhahaha
# Jun 30th 2017, 14:45 phpnut More options!!!!
# Jun 30th 2017, 14:40 dakota :slightly_smiling_face:
# Jun 30th 2017, 14:40 joepferguson @dakota Nothing wrong with it. Just throwing another option out there.
# Jun 30th 2017, 14:38 dakota joepferguson, what's wrong with https://github.com/alt3/cakebox :slightly_smiling_face:
# Jun 30th 2017, 14:36 jeremyharris what SQL are you expecting from those conditions?
# Jun 30th 2017, 14:32 eBugg cake 2.9
# Jun 30th 2017, 14:31 eBugg https://gist.github.com/anonymous/9207c618493b75c812e9d049773b5dd6
# Jun 30th 2017, 14:30 adriencs Cake 2 ?
# Jun 30th 2017, 14:30 adriencs look weirdo
# Jun 30th 2017, 14:30 eBugg but I pull $lista from $this->request-data and the format is wrong
# Jun 30th 2017, 14:29 eBugg something like this: 'conditions' => [ '(transporte_id,asociado_id,operacion_venta_id)' => $lista ]
# Jun 30th 2017, 14:29 adriencs @eBugg and do a damn Gist/Snippet ;)
# Jun 30th 2017, 14:28 adriencs @eBugg replace things
# Jun 30th 2017, 14:28 eBugg not sure it's ok to copy/paste code here...
# Jun 30th 2017, 14:27 eBugg hi, i'm struggling with a find conditions problem...
# Jun 30th 2017, 14:18 joepferguson If anyone is in the market for a managed vagrant box for local development, check out https://www.joeferguson.me/using-homestead-with-cakephp-framework/
# Jun 30th 2017, 13:48 ian_d_h You main this page? https://book.cakephp.org/2.0/en/installation/advanced-installation.html#installing-cakephp-with-composer
# Jun 30th 2017, 13:45 cjquinn Like recreating the autoload file?
# Jun 30th 2017, 13:20 neon1024 Can anyone recall is there is a book page about using Composer with CakePHP 2.x? About re-binding the autoloader when you use Composers autoloader