[eluser]Guido Mallee[/eluser]
Another thing i'm about in doubt, is how to deal with extra attributes in a joining table. For example:
I have the table PAGES and the table BLOCKS. These tables have a many to many relationship. Now in the joining table BLOCKS_PAGES i have a attribute 'position' which defines the position of a block in a page.
How to easily get all blocks of a certain page, ordered by position, and how to add a block to a page defining the position?