application/models: Remove schema from db table classes.
This commit is contained in:
parent
f170a3ba9b
commit
cafd63b4a3
5 changed files with 0 additions and 5 deletions
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
class ModelBlogPost extends Fiktiv_Model_Abstract
|
||||
{
|
||||
protected $_schema = 'fiktivkod';
|
||||
protected $_name = 'Post';
|
||||
protected $_primary = 'id';
|
||||
protected $_rowClass = 'Post';
|
||||
|
|
|
|||
Reference in a new issue