Update Fkt getTypenStg()

This commit is contained in:
ma0068
2024-02-12 11:00:35 +01:00
parent a21a5ce044
commit 824423f3ea
2 changed files with 41 additions and 24 deletions
@@ -0,0 +1,14 @@
<?php
class Gsstudientyp_model extends DB_Model
{
/**
* Constructor
*/
public function __construct()
{
parent::__construct();
$this->dbTable = 'bis.tbl_gsstudientyp';
$this->pk = 'gsstudientyp_kurzbz';
}
}