root/trunk/lib/model/ReportQuestionPeer.php

Revision 88, 0.6 kB (checked in by fabien, 2 years ago)

updated to symfony 1.0 beta 1

  • 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 'lib/model/om/BaseReportQuestionPeer.php';
5  
6   // include object class
7   include_once 'lib/model/ReportQuestion.php';
8
9
10 /**
11  * Skeleton subclass for performing query and update operations on the 'ask_report_quesiton' 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 ReportQuestionPeer extends BaseReportQuestionPeer {
22
23 } // ReportQuestionPeer
24
Note: See TracBrowser for help on using the browser.