13 lines
197 B
PHP
13 lines
197 B
PHP
<?php
|
|
|
|
/**
|
|
* Subclass for performing query and update operations on the 'st_box_i18n' table.
|
|
*
|
|
*
|
|
*
|
|
* @package plugins.stBoxPlugin.lib.model
|
|
*/
|
|
class BoxI18nPeer extends BaseBoxI18nPeer
|
|
{
|
|
}
|