26 defined(
'LGV_DBF_CATCHER' ) or die ( 'Cannot Execute Directly' );
28 require_once(CO_Config::db_class_dir().'/a_co_db_table_base.class.php');
29 CO_Config::require_extension_class('tco_owner.interface.php');
42 public function __construct( $in_db_object = NULL,
45 parent::__construct($in_db_object, $in_db_result);
46 $this->class_description =
"This is an 'Owner' Class for general items.";
47 $this->children_ids();
56 public function load_from_db( $in_db_result
58 $ret = parent::load_from_db($in_db_result);
60 $this->class_description =
"This is an 'Owner' Class for general items.";
61 $this->instance_description = $this->name;