13 lines
218 B
PHP
13 lines
218 B
PHP
<?php
|
|
|
|
/**
|
|
* Subclass for performing query and update operations on the 'st_searched_words' table.
|
|
*
|
|
*
|
|
*
|
|
* @package plugins.stSearchPlugin.lib.model
|
|
*/
|
|
class SearchedWordsPeer extends BaseSearchedWordsPeer
|
|
{
|
|
}
|