Archived
1
0
Fork 0

application/models: Remove schema from db table classes.

This commit is contained in:
Henrik Hautakoski 2015-01-31 13:12:30 +01:00
parent f170a3ba9b
commit cafd63b4a3
5 changed files with 0 additions and 5 deletions

View file

@ -2,7 +2,6 @@
class ModelBlogPost extends Fiktiv_Model_Abstract
{
protected $_schema = 'fiktivkod';
protected $_name = 'Post';
protected $_primary = 'id';
protected $_rowClass = 'Post';