Re: Still having trouble with saving BelongsToMany data

2015-03-11 Thread Joe T.
i absolutely cannot believe this: it's broken again. i haven't done anything but run *composer update* and i'm back to losing the [_joinData][value] from request data when i patch the entity, so the joint table record inserts NULL. It DOES insert, but the _joinData is GONE from the entity. Is

RE: LDAP authentication

2015-03-11 Thread Ricardo Vieitez
Well, what have you tried? Where does it fail? The first tutorial should give you all you need. From: cake-php@googlegroups.com [mailto:cake-php@googlegroups.com] On Behalf Of Geraldo Junior Sent: 10. mars 2015 15:32 To: cake-php@googlegroups.com Subject: LDAP authentication I am developing a s

Re: localize table header

2015-03-11 Thread Radharadhya Dasa
Thanks. I missed that. It is clearly there in the cookbook- rrd 2015-03-10 16:15 GMT+01:00 José Lorenzo : > Check the other arguments of that function :) > > > On Tuesday, March 10, 2015 at 2:18:31 PM UTC+1, Radharadhya Dasa wrote: >> >> Hi, >> >> How to localize model field names in table header

Can't save associations CakePHP 3

2015-03-11 Thread ivan neykov
Hi, I have two tables – Projects and ProjectsImages. When adding new project I want also to add one record in ProjectsImages with foreign key (project_id) equal to newly added project id. Values in other ProjectsImages fields must be default. According documentation “When you are saving an

LDAP authentication

2015-03-11 Thread Geraldo Junior
I am developing a system and need a LDAP authentication. I've tried to use some plugins and follow some tutorials: http://abakalidis.blogspot.com.br/2011/06/cakephp-authenticating-against.html https://github.com/jvalecillos/cakephp-yalp But to no avail: / Has anyone done something like that? --