root/trunk/lib/model/RelevancyPeer.php
| Revision 88, 0.5 kB (checked in by fabien, 2 years ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | <?php |
| 2 | |
| 3 | // include base peer class |
| 4 | require_once 'lib/model/om/BaseRelevancyPeer.php'; |
| 5 | |
| 6 | // include object class |
| 7 | include_once 'lib/model/Relevancy.php'; |
| 8 | |
| 9 | |
| 10 | /** |
| 11 | * Skeleton subclass for performing query and update operations on the 'ask_relevancy' 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 RelevancyPeer extends BaseRelevancyPeer { |
| 22 | |
| 23 | } // RelevancyPeer |
| 24 |
Note: See TracBrowser for help on using the browser.
