13 lines
212 B
PHP
13 lines
212 B
PHP
<?php
|
|
|
|
/**
|
|
* Subclass for performing query and update operations on the 'st_fast_menu' table.
|
|
*
|
|
*
|
|
*
|
|
* @package plugins.stBackendFastMenuPlugin.lib.model
|
|
*/
|
|
class FastMenuPeer extends BaseFastMenuPeer
|
|
{
|
|
}
|