13 lines
211 B
PHP
13 lines
211 B
PHP
<?php
|
|
|
|
/**
|
|
* Subclass for performing query and update operations on the 'st_theme_config' table.
|
|
*
|
|
*
|
|
*
|
|
* @package plugins.stThemePlugin.lib.model
|
|
*/
|
|
class ThemeConfigPeer extends BaseThemeConfigPeer
|
|
{
|
|
}
|