source:
pro-bachkim-filespace/sourcecode/api.violet.vn/www/lib/model/TbluserPeer.php
@
21
Last change on this file since 21 was 19, checked in by dungnv, 11 years ago | |
---|---|
File size: 278 bytes |
Line | |
---|---|
1 | <?php |
2 | |
3 | /** |
4 | * Subclass for performing query and update operations on the 'tbluser' table. |
5 | * |
6 | * |
7 | * |
8 | * @package lib.model |
9 | */ |
10 | class TbluserPeer extends BaseTbluserPeer |
11 | { |
12 | public static function getNumOfUsers() { |
13 | $c = new Criteria(); |
14 | return TbluserPeer::doCount($c); |
15 | } |
16 | } |
Note: See TracBrowser
for help on using the repository browser.