get('path', 'lib') . 'data/access/' . $type . '.php'; $this->data_source = new $object_name($config); } /** * Datenzugriffsobjekt zurückgeben * * @return data_access */ public function get_data_source() { return $this->data_source; } } ?>