13 lines
226 B
PHP
13 lines
226 B
PHP
<?php
|
|
|
|
/**
|
|
* Subclass for performing query and update operations on the 'st_blog_category_i18n' table.
|
|
*
|
|
*
|
|
*
|
|
* @package plugins.stBlogPlugin.lib.model
|
|
*/
|
|
class BlogCategoryI18nPeer extends BaseBlogCategoryI18nPeer
|
|
{
|
|
}
|