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