
Does fActiveRecord behave well if class A extends class B extends fActiveRecord? This would be useful when several tables exist which are related to one another so that they should have common functions. I could not find any documentation of this scenario.
Another question, related, is how it is safest to define _ _ construct() within a subclass of fActiveRecord.
Connor