13 lines
219 B
PHP
13 lines
219 B
PHP
<?php
|
|
|
|
/**
|
|
* Subclass for performing query and update operations on the 'app_online_codes' table.
|
|
*
|
|
*
|
|
*
|
|
* @package plugins.appOnlineCodesPlugin.lib.model
|
|
*/
|
|
class OnlineCodesPeer extends BaseOnlineCodesPeer
|
|
{
|
|
}
|