root/trunk/lib/model/SnippetVotePeer.php

Revision 2, 0.5 kB (checked in by fabien, 6 years ago)

initial import

  • Property svn:mime-type set to text/x-php
  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
Line 
1 <?php
2
3   // include base peer class
4   require_once 'model/om/BaseSnippetVotePeer.php';
5  
6   // include object class
7   include_once 'model/SnippetVote.php';
8
9
10 /**
11  * Skeleton subclass for performing query and update operations on the 'sn_vote' table.
12  *
13  *
14  *
15  * You should add additional methods to this class to meet the
16  * application requirements.  This class will only be generated as
17  * long as it does not already exist in the output directory.
18  *
19  * @package model
20  */   
21 class SnippetVotePeer extends BaseSnippetVotePeer {
22
23 } // SnippetVotePeer
24
Note: See TracBrowser for help on using the browser.