It looks like you're new here. If you want to get involved, click one of these buttons!
and that you use the ext_id as the lookup id for the ext_table... also, i'm thinking that the foreign keys could be assigned run-time by the record object, something like
- ext_id
- ext_table
... or something like that.
$this->_parent_model->foreign_keys = array('ext_id' => array('module_name' => $this->ext_table));
Comments
actually there are a number of other problems, I guess i'm not good enough to solve a problem like this. I might have to go for a completely different approach...