Re: Displaying, validating and saving multiple models in a form

2015-11-28 Thread MarkB
Sorry, I just realised that I was wrong in that it DOESN'T actually try to validate the child fields when there is just one child. Apologies for that. -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because y

Displaying, validating and saving multiple models in a form

2015-11-28 Thread MarkB
Hi, I'm working on an event management system for a small educational company, that's turned out to be more complex than expected (isn't that always the way?). Basically, people apply online to book their child/children on a course instance. They initially state how many child places they want

Re: Cake 3 Base Authentication without Model

2015-11-28 Thread Rumkuchen
just found a way to solve it :-) I do not know, if it is the best way to implement and to place it... The docu helped my created a file "/vendor/cakephp/src/Auth/Basic2Authenticate

Re: Plugin appController beforeFilter() action doesn't work anymore

2015-11-28 Thread Sam Clauw
I didn't find out which release changes caused the problem. But yesterday, I finally got the answar. When I changed the "beforeFilter" tot "beforeRender", it worked again! Thanks anyway for the help! Op donderdag 22 oktober 2015 12:13:17 UTC+2 schreef Rob Maurer: > > There are changes made with

Cake 3 Base Authentication without Model

2015-11-28 Thread Rumkuchen
I want to use Basic Authentication without a Model - so I want to verify the credentials in a controller Is that possible? I know how to do it with Form-Authentication but not with Basic Authentication. -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitte