summaryrefslogtreecommitdiffstats
path: root/application/models/DbTable/RightRoles.php
blob: ebf173885eab2c8b8d3fc1879b94618884462ca9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<?php

class Application_Model_DbTable_RightRoles extends Zend_Db_Table_Abstract
{

    protected $_name = 'pbs_rightroles';


}