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 Lgartcode_model extends DB_Model
{
/**
* Constructor
*/
public function __construct()
{
parent::__construct();
$this->dbTable = 'bis.tbl_lgartcode';
$this->pk = 'lgartcode';
}
}