Development

/plugins/sfSimpleForumPlugin/trunk/lib/model/sfSimpleForumPostPeer.php

You must first sign up to be able to contribute.

root/plugins/sfSimpleForumPlugin/trunk/lib/model/sfSimpleForumPostPeer.php

Revision 5520, 236 bytes (checked in by francois, 6 years ago)

sfsimpleForumPlugin? Switched schema configuration method to sfPropelAlternativeSchemaPlugin (now a prerequisite), Added a supplementary customization layer to the model classes

Line 
1 <?php
2
3 /**
4  * Subclass for performing query and update operations on the 'sf_simple_forum_post' table.
5  *
6  *
7  *
8  * @package plugins.sfSimpleForumPlugin.lib.model
9  */
10 class sfSimpleForumPostPeer extends PluginsfSimpleForumPostPeer
11 {
12 }
13
Note: See TracBrowser for help on using the browser.