13 lines
259 B
PHP
13 lines
259 B
PHP
<?php
|
|
|
|
/**
|
|
* Subclass for performing query and update operations on the 'sf_guard_user_module_permission' table.
|
|
*
|
|
*
|
|
*
|
|
* @package plugins.sfGuardPlugin.lib.model
|
|
*/
|
|
class sfGuardUserModulePermissionPeer extends BasesfGuardUserModulePermissionPeer
|
|
{
|
|
}
|