📄 base.groups.class.inc
字号:
<?php/** * @copyright Intermesh 2003 * @author Merijn Schering <mschering@intermesh.nl> * @version $Revision: 1.6 $ $Date: 2005/03/30 08:32:21 $ * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your * option) any later version. * * * Only add functions here that apply to all user managemers. *//*** This is the base class of the user group management files.* Don't use this class directly it should be extended by a group manager.* For example sql.groups.class.inc.** @package Framework* @author Merijn Schering <mschering@intermesh.nl>* @since Group-Office 2.05* @access private*/class base_groups extends db{ /** * Constructor. Does nothing * * @access public * @return void */ function base_groups() { $this->db(); }}?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -