Top "Cakephp-model" questions

App models are the classes that sit as the business layer in a CakePHP application.

How could I create a sub-query in cakePHP?

How could I create a sub-query in cakePHP with find method? For example: SELECT *, (SELECT COUNT(*) FROM table2 WHERE table2.…

mysql cakephp cakephp-model cakephp-2.3
CakePHP using multiple databases for models

Is it possible for certain models to be in one database and other models in another (using the same connection)? …

php mysql cakephp cakephp-model
How do I use beforeValidate() in CakePHP?

I have a form with a URL field. The default value for this field is: http://. But the field is …

php cakephp cakephp-1.3 cakephp-model
Cakephp 2 model beforeSave() not being called

I can't figure out why this code isn't working. The beforeSave is not being called. It's supposed to fail the …

cakephp cakephp-2.0 cakephp-model
cakephp registration and login form

I'm doing registration and login form using cakephp. I'm new to cakephp framework. I have downloaded and installed cakephp on …

php cakephp user-registration cakephp-model