List types of association supported by cakephp?
Answer / Naresh Verma
"CakePHP supports several types of associations, including:
1. oneToOne (hasOne and belongsTo)
2. oneToMany (hasMany and belongsToMany)
3. manyToMany (belongsToMany)
4. self-referential (hasAndBelongsToMany)"
| Is This Answer Correct ? | 0 Yes | 0 No |
How to use session in cakephp?
Name some commonly used components in cakaphp?
How many types of caches does cakephp support?
How to set layout in the controller?
What is a helper and list some common helpers name used in cakephp?
What do you mean by scaffolding used in cakephp?
Please provide controllers naming convention in cakephp?
Why cakaphp is used?
What is composer in cakephp?
What is the use of security.salt and security.cipherseed in cakephp? How to change its default value?
How to use pagination in cakephp?
What is habtm?