CodeExtinguisher 2.0 Release Candidate 14.2 |
[eluser]abmcr[/eluser]
i have a concept problem: i need manage a big database for a book's editor (this is a real application ... see www.edizionisalus.it); the database table wich contain the book's titles is made by 400 records. For each book, i need to manage 3 to 4 pdf (chapter example) with, for each a brief description: i have created a second table called pdf and i manage them with a manytomany plugin. The problem is if i want to edit the description of a book's pdf in the table pdf: this table count about 1200 records; i have a second controller wich display the entire table; when i need to edit a single pdf related to a book, i need to open the display views for this table, search the pdf, edit it, and when i have edited it, i go back and.... i need to search again... It is not possible to insert a WHERE clause into the controller for made a filtered display view...In this case, all would be more simple, with a little grid, related to a single book and not a display views for all the book's pdf. Please excuse my confused language.... |
Welcome Guest, Not a member yet? Register Sign In |