13 lines
213 B
PHP
13 lines
213 B
PHP
<?php
|
|
|
|
/**
|
|
* Subclass for performing query and update operations on the 'st_group_price' table.
|
|
*
|
|
*
|
|
*
|
|
* @package plugins.stGroupPricePlugin.lib.model
|
|
*/
|
|
class GroupPricePeer extends BaseGroupPricePeer
|
|
{
|
|
}
|