I'm new to code extinguisher and thinking of using it for our system backend. I was wondering though, is it possible to have an edit form for two different tables? We have a lot of tables that are linked by ids and it would be helpful to have the info of both tables editable on the same page. From what i've read in the docs, the general practice seems to be to select only one table for each controller.
I guess if not, we'd just have to use old-fashioned code igniter for those linked tables, but i'm hoping for a code extinguisher shortcut :-)