new Tab GemeinsameStudien

This commit is contained in:
ma0068
2025-04-09 11:06:50 +02:00
parent 97782b7f1d
commit 419c199e84
8 changed files with 963 additions and 1 deletions
@@ -0,0 +1,14 @@
<?php
class Mobilitaetstyp_model extends DB_Model
{
/**
* Constructor
*/
public function __construct()
{
parent::__construct();
$this->dbTable = 'bis.tbl_mobilitaetstyp';
$this->pk = 'mobilitaetstyp_kurzbz';
}
}