I created a Cakephp project, build on a Mysql database whic contains One to Many, Many to many associations among others.
The thing is; I want a page with a formulary on wich one can introduce data related to various tables (so far, I only have the tables with their associations as they are show in the automatic templates CakePHP generates, which oftens reffers to data on other tables by their ID, and not by other useful features, like the “name” field)
The question is; How this “summay table” must be build? through a “costume query” joining tables? or by “engineering” the database tables including more relations that needed?
Help please!