base.groups.class.inc

来自「groupoffice」· INC 代码 · 共 41 行

INC
41
字号
<?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 + =
减小字号Ctrl + -
显示快捷键?