Deleted all not used models by this project and by extensions

This commit is contained in:
Paolo
2019-04-26 11:16:41 +02:00
parent 97af0bdc00
commit 50f3b95c89
137 changed files with 0 additions and 2101 deletions
@@ -1,14 +0,0 @@
<?php
class Akadgrad_model extends DB_Model
{
/**
* Constructor
*/
public function __construct()
{
parent::__construct();
$this->dbTable = 'lehre.tbl_akadgrad';
$this->pk = 'akadgrad_id';
}
}
-14
View File
@@ -1,14 +0,0 @@
<?php
class Archiv_model extends DB_Model
{
/**
* Constructor
*/
public function __construct()
{
parent::__construct();
$this->dbTable = 'bis.tbl_archiv';
$this->pk = 'archiv_id';
}
}
@@ -1,14 +0,0 @@
<?php
class Aufmerksamdurch_model extends DB_Model
{
/**
* Constructor
*/
public function __construct()
{
parent::__construct();
$this->dbTable = 'public.tbl_aufmerksamdurch';
$this->pk = 'aufmerksamdurch_kurzbz';
}
}
@@ -1,14 +0,0 @@
<?php
class Ausbildung_model extends DB_Model
{
/**
* Constructor
*/
public function __construct()
{
parent::__construct();
$this->dbTable = 'bis.tbl_ausbildung';
$this->pk = 'ausbildungcode';
}
}
@@ -1,14 +0,0 @@
<?php
class Berufstaetigkeit_model extends DB_Model
{
/**
* Constructor
*/
public function __construct()
{
parent::__construct();
$this->dbTable = 'bis.tbl_berufstaetigkeit';
$this->pk = 'berufstaetigkeit_code';
}
}
@@ -1,14 +0,0 @@
<?php
class Beschaeftigungsausmass_model extends DB_Model
{
/**
* Constructor
*/
public function __construct()
{
parent::__construct();
$this->dbTable = 'bis.tbl_beschaeftigungsausmass';
$this->pk = 'beschausmasscode';
}
}
@@ -1,14 +0,0 @@
<?php
class Besqual_model extends DB_Model
{
/**
* Constructor
*/
public function __construct()
{
parent::__construct();
$this->dbTable = 'bis.tbl_besqual';
$this->pk = 'besqualcode';
}
}
@@ -1,14 +0,0 @@
<?php
class Bisfunktion_model extends DB_Model
{
/**
* Constructor
*/
public function __construct()
{
parent::__construct();
$this->dbTable = 'bis.tbl_bisfunktion';
$this->pk = array('studiengang_kz', 'bisverwendung_id');
}
}
-14
View File
@@ -1,14 +0,0 @@
<?php
class Bisio_model extends DB_Model
{
/**
* Constructor
*/
public function __construct()
{
parent::__construct();
$this->dbTable = 'bis.tbl_bisio';
$this->pk = 'bisio_id';
}
}
@@ -1,14 +0,0 @@
<?php
class Bisorgform_model extends DB_Model
{
/**
* Constructor
*/
public function __construct()
{
parent::__construct();
$this->dbTable = 'bis.tbl_bisorgform';
$this->pk = 'bisorgform_kurzbz';
}
}
@@ -1,14 +0,0 @@
<?php
class Bisverwendung_model extends DB_Model
{
/**
* Constructor
*/
public function __construct()
{
parent::__construct();
$this->dbTable = 'bis.tbl_bisverwendung';
$this->pk = 'bisverwendung_id';
}
}
@@ -1,14 +0,0 @@
<?php
class Bundesland_model extends DB_Model
{
/**
* Constructor
*/
public function __construct()
{
parent::__construct();
$this->dbTable = 'bis.tbl_bundesland';
$this->pk = 'bundesland_code';
}
}
@@ -1,14 +0,0 @@
<?php
class Entwicklungsteam_model extends DB_Model
{
/**
* Constructor
*/
public function __construct()
{
parent::__construct();
$this->dbTable = 'bis.tbl_entwicklungsteam';
$this->pk = array('studiengang_kz', 'mitarbeiter_uid');
}
}
@@ -1,22 +0,0 @@
<?php
class Gemeinde_model extends DB_Model
{
/**
* Constructor
*/
public function __construct()
{
parent::__construct();
$this->dbTable = "bis.tbl_gemeinde";
$this->pk = "gemeinde_id";
}
public function getGemeindeByPlz($plz)
{
$this->addSelect("DISTINCT ON (ortschaftsname) ortschaftsname, gemeinde_id, plz, name, ortschaftskennziffer, bulacode, bulabez, kennziffer");
$this->addOrder("ortschaftsname");
return $this->loadWhere(array("plz" => $plz));
}
}
@@ -1,14 +0,0 @@
<?php
class Hauptberuf_model extends DB_Model
{
/**
* Constructor
*/
public function __construct()
{
parent::__construct();
$this->dbTable = 'bis.tbl_hauptberuf';
$this->pk = 'hauptberufcode';
}
}
@@ -1,14 +0,0 @@
<?php
class Lehrform_model extends DB_Model
{
/**
* Constructor
*/
public function __construct()
{
parent::__construct();
$this->dbTable = 'lehre.tbl_lehrform';
$this->pk = 'lehrform_kurzbz';
}
}
@@ -1,14 +0,0 @@
<?php
class Lgartcode_model extends DB_Model
{
/**
* Constructor
*/
public function __construct()
{
parent::__construct();
$this->dbTable = 'bis.tbl_lgartcode';
$this->pk = 'lgartcode';
}
}
@@ -1,14 +0,0 @@
<?php
class Mobilitaetsprogramm_model extends DB_Model
{
/**
* Constructor
*/
public function __construct()
{
parent::__construct();
$this->dbTable = 'bis.tbl_mobilitaetsprogramm';
$this->pk = 'mobilitaetsprogramm_code';
}
}
-14
View File
@@ -1,14 +0,0 @@
<?php
class Nation_model extends DB_Model
{
/**
*
*/
public function __construct()
{
parent::__construct();
$this->dbTable = 'bis.tbl_nation';
$this->pk = 'nation_code';
}
}
-14
View File
@@ -1,14 +0,0 @@
<?php
class Note_model extends DB_Model
{
/**
* Constructor
*/
public function __construct()
{
parent::__construct();
$this->dbTable = 'lehre.tbl_note';
$this->pk = 'note';
}
}
@@ -1,14 +0,0 @@
<?php
class Verwendung_model extends DB_Model
{
/**
* Constructor
*/
public function __construct()
{
parent::__construct();
$this->dbTable = 'bis.tbl_verwendung';
$this->pk = 'verwendung_code';
}
}
-14
View File
@@ -1,14 +0,0 @@
<?php
class Zgv_model extends DB_Model
{
/**
* Constructor
*/
public function __construct()
{
parent::__construct();
$this->dbTable = 'bis.tbl_zgv';
$this->pk = 'zgv_code';
}
}
@@ -1,14 +0,0 @@
<?php
class Zgvdoktor_model extends DB_Model
{
/**
* Constructor
*/
public function __construct()
{
parent::__construct();
$this->dbTable = 'bis.tbl_zgvdoktor';
$this->pk = 'zgvdoktor_code';
}
}
@@ -1,13 +0,0 @@
<?php
class Zgvgruppe_model extends DB_Model
{
/**
* Constructor
*/
public function __construct()
{
parent::__construct();
$this->dbTable = 'bis.tbl_zgvgruppe';
$this->pk = 'gruppe_kurzbz';
}
}
@@ -1,14 +0,0 @@
<?php
class Zgvmaster_model extends DB_Model
{
/**
* Constructor
*/
public function __construct()
{
parent::__construct();
$this->dbTable = 'bis.tbl_zgvmaster';
$this->pk = 'zgvmas_code';
}
}
-14
View File
@@ -1,14 +0,0 @@
<?php
class Zweck_model extends DB_Model
{
/**
* Constructor
*/
public function __construct()
{
parent::__construct();
$this->dbTable = 'bis.tbl_zweck';
$this->pk = 'zweck_code';
}
}