mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-22 17:32:18 +00:00
Move public.phrase to system.phrase and change phrase_inhalt to phrasentext
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
<?php
|
||||
class Phrase_inhalt_model extends DB_Model
|
||||
{
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct();
|
||||
$this->dbTable = 'system.tbl_phrase_inhalt';
|
||||
$this->pk = 'phrase_inhalt_id';
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
class Phrasentext_model extends DB_Model
|
||||
{
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct();
|
||||
$this->dbTable = 'system.tbl_phrasentext';
|
||||
$this->pk = 'phrasentext_id';
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user