Most voted "habtm" questions
4 questions
Sort by count of
-
1
votes1
answer541
viewsCakephp relationship HABTM
I have a question related to Framework Cakephp. Is the following: Suppose we have a relationship hasAndBelongsToMany (HABTM) between a Model Pessoas and Projetos, with tables of the same name. The…
-
1
votes1
answer94
viewsCakephp3 HABTM error inserting data into table
I am with the error Cannot Insert Row in "addresses_companies" table, it has no Primary key in my application, after entering a company and filling in the address data and selecting a company…
-
0
votes1
answer343
viewsHow to save a HABTM after save to controller?
I have a table on Users HABTM Solicitations. After saving my request, I want to include a new data in the table solicitations_users if($this->request->is('post')) {…
-
0
votes1
answer164
viewsUpgrade with HABTM model - Cakephp
I am having trouble entering or changing data using the HABTM model, it does not recognize 3 fields, but is recognizing hidden fields normally. Follow the files with programming, are 3 tables, one…