Top "Cakephp-model" questions

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

save() returning false, but with no error in CakePHP

My debug value is set to 2, and it's displaying all the queries, except the one I need. I have an …

cakephp cakephp-model
Fetch only some fields on find in CAKEPHP

My problem is when I fetch data of user from users table , all the fields of user table fetched from …

cakephp cakephp-model
In CakePhp, how can I retrieve only one column from my database?

I have a very simple application with 1 table, each row contains a word, it's definition, and an example. The definition …

php cakephp cakephp-2.0 cakephp-model
How to specify database configuration in CakePHP 2.0.2?

I've just installed CakePHP 2.0.2 for use in a new project. I'm trying to use a database configuration called development but …

php cakephp cakephp-2.0 cakephp-model
cakephp isUnique for 2 fields?

I have a registration form in which users can fill in two email address (email1 & email2). Marketing's requirement is …

cakephp unique-index cakephp-model
cakephp foreign key not the primary key

I have a site developed in cakephp 2.0, I want to make a relation between two tables: activity_ingredients 1 id int(10) …

php cakephp cakephp-model
How to find multiple values for Cake PHP find() method? (IN condition)

Is there a way to do a find() in CakePHP that converts to an IN condition? It seems the find() …

cakephp cakephp-model
Update a Record in CakePHP

So I'm learning CakePHP, and I'm trying to just build a bunch of basic applications I can build in straight …

forms cakephp sql-update cakephp-model
cakephp - get table names and its column details

Does anyone knows how to get table name from model name? Also I want to get all column names and …

cakephp cakephp-1.3 cakephp-model
Cakephp $useTable does not work

I'm developing a web app on CakePHP 2.2.3 with an already database(MySQL) existing. This database is in spanish language so …

cakephp models cakephp-model cakephp-2.2