root/trunk/lib/model/ActivationPeer.php

Revision 2, 174 bytes (checked in by nperriault, 8 months ago)

First commit of the extracted code from production, I hope no passwd has been forgotten :-)

Line 
1 <?php
2 /**
3  * Subclass for performing query and update operations on the 'activation' table.
4  *
5  * @package lib.model
6  */
7 class ActivationPeer extends BaseActivationPeer
8 {
9 }
10
Note: See TracBrowser for help on using the browser.