message.class.php
来自「Phpcms2008 是一款基于 PHP+Mysql 架构的网站内容管理系统」· PHP 代码 · 共 25 行
PHP
25 行
<?php
defined('IN_PHPCMS') or exit('Access Denied');
if(!class_exists('member'))
{
require PHPCMS_ROOT.'member/include/member.class.php';
}
class message
{
var $table;
function __construct()
{
global $db, $_userid, $msg_status;
$this->db = &$db;
$this->table = DB_PRE.'message';
}
function message()
{
$this->__construct();
}
/**
* 鍙戦
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?