summaryrefslogtreecommitdiffstats
path: root/application/models/Systems.php
blob: dd31af5717b9668667b6d398946ddaf09fd350ad (plain) (blame)
1
2
3
4
5
6
7
<?php

class Model_Systems extends Zend_Db_Table_Abstract
{
    protected $_name = 'systems';

}