13 lines
192 B
PHP
13 lines
192 B
PHP
<?php
|
|
|
|
/**
|
|
* Subclass for performing query and update operations on the 'st_currency_i18n' table.
|
|
*
|
|
*
|
|
*
|
|
* @package lib.model
|
|
*/
|
|
class CurrencyI18nPeer extends BaseCurrencyI18nPeer
|
|
{
|
|
}
|