Top "Cakephp-3.0" questions

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

CakePHP 3 - Compare passwords

I have two field "password" (This field is in the database) and confirm_password (This field is not in the …

php cakephp cakephp-3.0
CakePHP 3: Missing route error for route that exists

CakePHP 3.0 I'm getting a "Missing Route" error for a route that exists. Here are my routes: #my admin routes... Router::…

php cakephp cakephp-3.0
Count in contain Cakephp 3

I have a table Post and this has a has-many association with a table Stars. I can get all the …

cakephp cakephp-3.0