Questions about the 3.0.x branch of the CakePHP MVC framework.
I have some code which has broken somewhere along the way and I'm having trouble debugging it. This is a …
debugging cakephp save cakephp-3.0I'm just downloaded the files from this link, extracted and tried execute but I had this error: Fatal error: Class …
cakephp cakephp-3.0I am trying to connect to multiple databases in cakephp 3. I have tried many times but all questions and answers …
database cakephp-3.0How do you validate a field is unique in cakephp 3.0? There doesn't appear to be a validation function listed in …
validation cakephp cakephp-3.0I'm getting this error when I upload my application to linux. This is working fine on my local windows system …
php mysql cakephp cakephp-3.0I want to do a login with username or email. So I want to change Auth fields dynamically. How can …
email authentication login username cakephp-3.0I am working on Cake 3. I want to create a custom validation-rule. I want to check if the field 'password' …
cakephp-3.0I an looking to use a JOIN to select data from a table and a view in CakePHP like so : $…
cakephp cakephp-3.0 query-builderI am using Auth component to check user is logged in. Here is my AppController's initialize function public function initialize() { …
php cakephp cakephp-3.0I'm having the hardest time with saving multiple records. I've tried a million things, but I end up with the …
cakephp cakephp-3.0 entities