13 lines
248 B
PHP
13 lines
248 B
PHP
<?php
|
|
|
|
/**
|
|
* Subclass for performing query and update operations on the 'st_product_has_positioning' table.
|
|
*
|
|
*
|
|
*
|
|
* @package plugins.stPositioningPlugin.lib.model
|
|
*/
|
|
class ProductHasPositioningPeer extends BaseProductHasPositioningPeer
|
|
{
|
|
}
|