12 lines
183 B
PHP
12 lines
183 B
PHP
<?php
|
|
|
|
/**
|
|
* Subclass for performing query and update operations on the 'st_producer_i18n' table.
|
|
*
|
|
*
|
|
*
|
|
* @package lib.model
|
|
*/
|
|
class TextI18nPeer extends BaseTextI18nPeer
|
|
{
|
|
} |