Questions about the 3.0.x branch of the CakePHP MVC framework.
I have two field "password" (This field is in the database) and confirm_password (This field is not in the …
php cakephp cakephp-3.0CakePHP 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.0I have a table Post and this has a has-many association with a table Stars. I can get all the …
cakephp cakephp-3.0