root/trunk/lib/model/SearchIndex.php
| Revision 88, 431 bytes (checked in by fabien, 2 years ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | <?php |
| 2 | |
| 3 | require_once 'lib/model/om/BaseSearchIndex.php'; |
| 4 | |
| 5 | |
| 6 | /** |
| 7 | * Skeleton subclass for representing a row from the 'ask_search_index' table. |
| 8 | * |
| 9 | * |
| 10 | * |
| 11 | * You should add additional methods to this class to meet the |
| 12 | * application requirements. This class will only be generated as |
| 13 | * long as it does not already exist in the output directory. |
| 14 | * |
| 15 | * @package model |
| 16 | */ |
| 17 | class SearchIndex extends BaseSearchIndex { |
| 18 | |
| 19 | } // SearchIndex |
| 20 |
Note: See TracBrowser for help on using the browser.
