root/trunk/lib/model/LocalEventPeer.php

Revision 46, 183 bytes (checked in by nperriault, 6 months ago)

As of now, trunk is broken. Use branches to get stable versions.

  • Preparing upgrade symfonians to use symfony 1.1
  • Added local events alpha feature
Line 
1 <?php
2
3 /**
4  * Subclass for performing query and update operations on the 'local_event' table.
5  *
6  *
7  *
8  * @package lib.model
9  */
10 class LocalEventPeer extends BaseLocalEventPeer
11 {
12 }
13
Note: See TracBrowser for help on using the browser.