summaryrefslogtreecommitdiffstats
path: root/lib/model/RolePeer.php
blob: db848d57c91d945afcba09d91c1a63f4087161b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php

/**
 * Subclass for performing query and update operations on the 'role' table.
 *
 * 
 *
 * @package lib.model
 */ 
class RolePeer extends BaseRolePeer
{
}