Top "Cakephp-3.0" questions

Questions about the 3.0.x branch of the CakePHP MVC framework.

Debugging save() returning false CakePHP 3.0

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.0
Class 'Locale' not found issue on CakePHP 3

I'm just downloaded the files from this link, extracted and tried execute but I had this error: Fatal error: Class …

cakephp cakephp-3.0
Multiple database connection in cakephp 3

I am trying to connect to multiple databases in cakephp 3. I have tried many times but all questions and answers …

database cakephp-3.0
Validating fields as unique in cakephp 3.0

How 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.0
Cakephp 3.x: SQLSTATE[HY000]: General error: 11 database disk image is malformed

I'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.0
Login with username or email with Cakephp 3

I 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.0
How to create a custom validation rule in cake 3

I am working on Cake 3. I want to create a custom validation-rule. I want to check if the field 'password' …

cakephp-3.0
How to select a specific field additionally to a tables default fields?

I an looking to use a JOIN to select data from a table and a view in CakePHP like so : $…

cakephp cakephp-3.0 query-builder
How to increase cakephp Auth component session expire time

I am using Auth component to check user is logged in. Here is my AppController's initialize function public function initialize() { …

php cakephp cakephp-3.0
cakephp 3.x saving multiple entities - newEntities

I'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