Log message #4018165

# At Username Text
# Apr 20th 2017, 05:16 hiromi2424 and Date class is preferred class to handle date field/value.
# Apr 20th 2017, 05:16 hiromi2424 creating custom validation via lambda
# Apr 20th 2017, 05:13 hiromi2424 see https://book.cakephp.org/3.0/en/core-libraries/validation.html#custom-validation-rules
# Apr 20th 2017, 05:10 rrueco Thank youi
# Apr 20th 2017, 05:08 hiromi2424 good luck!
# Apr 20th 2017, 05:08 rrueco ok sir, I'll try it
# Apr 20th 2017, 05:08 hiromi2424 + use Cake\I18n\Date;
# Apr 20th 2017, 05:07 hiromi2424 @rrueco ``` $validator->add(‘date’, ‘min’, [ ‘rule’ => function ($date) { $date = $date instanceof Date ? $date : new Date($date); return (new Date)->lte($date); }, ‘message’ => ‘min’, ]);
# Apr 20th 2017, 05:06 rrueco @hiromi2424 yes
# Apr 20th 2017, 04:51 hiromi2424 @rrueco what’s do you mean of minimum? validation?
# Apr 20th 2017, 03:49 rrueco Hi. Is it possible to set the minimum of date field (in model)? set it to the current date
# Apr 20th 2017, 03:49 kani I got error when i use setData in controller.
# Apr 20th 2017, 03:47 kani Method setData does not exist
# Apr 20th 2017, 00:31 pedroseco @temp1029 I think this could be usefull for you https://github.com/dereuromark/cakephp-tinyauth
# Apr 20th 2017, 00:30 pedroseco Hi guys. What do I need to do in order to use eval(\Psy\sh()); on the console?
# Apr 19th 2017, 23:32 temp1029 anyone have any suggestions on implementing two auth systems in one app? One is for admins and the other if for users, not sure how to handle permissions and whatnot...
# Apr 19th 2017, 21:46 joop so anyone can tell me how can i working with query datas in the controller?
# Apr 19th 2017, 21:39 joop yes AdminController.php must be exist
# Apr 19th 2017, 21:39 Erik180487 Should be Admin
# Apr 19th 2017, 21:39 Erik180487 AdmiMcontroller
# Apr 19th 2017, 21:37 joop how do you mean?
# Apr 19th 2017, 21:37 Erik180487 lol, that should be it I guess
# Apr 19th 2017, 21:37 Erik180487 I see there's Admim
# Apr 19th 2017, 21:36 Erik180487 No I don't, but I made a route
# Apr 19th 2017, 21:36 Erik180487 I followed these steps http://stackoverflow.com/questions/28773205/administration-with-cake-3-prefix
# Apr 19th 2017, 21:36 joop do you have such a file?
# Apr 19th 2017, 21:35 Erik180487 anyone know why I get this message: Error: AdmimController could not be found.
# Apr 19th 2017, 21:20 joop if($roles->Roles->name=='admin'){echo 'Hello Admin';} //this does not work in the controller
# Apr 19th 2017, 21:19 joop thats my result how can i make an if statement with roles->name ?
# Apr 19th 2017, 21:18 joop https://pastebin.com/t670wcPT
# Apr 19th 2017, 21:17 joop i dont know how can i working in the controller with the datas
# Apr 19th 2017, 21:17 joop but since i didnt sent to the view by compact(....
# Apr 19th 2017, 21:16 joop i made an associated query which returns correctly as i debuged
# Apr 19th 2017, 21:16 joop i've just realized my issue which i asked today,
# Apr 19th 2017, 21:15 joop hello guys
# Apr 19th 2017, 21:12 dereuromark Feel free to contribute whatevers missing :slightly_smiling_face:
# Apr 19th 2017, 21:09 bigdaddygee Thanks @dereuromark ! I'll use it for sure ! And thanks for the job you do on that exact same plugin ;)
# Apr 19th 2017, 21:05 slackebot5 !tell bigdaddygee about awesome
# Apr 19th 2017, 21:05 slackebot5 Command sent from Slack by dereuromark:
# Apr 19th 2017, 21:05 bigdaddygee Oh
# Apr 19th 2017, 21:05 dereuromark in 3.x using a nice custom finder