What do you mean by habtm?
Answer / Namita Rai
In CakePHP, HABTM (Has And Belongs To Many) is a many-to-many relationship between two models where each record in one table can be related to zero or multiple records in the other table and vice versa.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the naming convention in cakephp?
How to use session in cakephp?
What is helper in cakephp?
What is composer? How to create a cakephp project using composer?
What is the use of cakephp?
How we can set layout in the controller file using cakephp?
What is a behavior?
How to display the schema of the model?
Which methods are used to create and destroy model associations on the fly?
What are sessions in php. How to read, write and delete session in cakephp?
How many types of caches does cakephp support?
What is the use of requestaction method?