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

/**
 * Subclass for performing query and update operations on the 'user' table.
 *
 * 
 *
 * @package lib.model
 */ 
class UserPeer extends BaseUserPeer
{
}