⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 service_controller.php

📁 支持中、英、繁三种语言; 3、提供9套风格任意转换; 4、内嵌全球免费可视电话系统
💻 PHP
字号:
<?php class Services extends UaModel { 	var $table_name = "services AS Service"; 	var $name = "Service"; 	var $status = array("0"=>"无效","1"=>"有效"); 	var $types = array("1"=>"咨询","2"=>"建议","3"=>"投诉"); 	var $common_cols = "Service.id AS ID,Service.title AS Title,Service.content AS Content,created AS CreateTime,nick_name as NickName,revert_content AS Revert,adminer_user_name AS RevertName,revert_date AS RevertDate"; 	function Services() 	{ 		$this->setTableName($GLOBALS['tb_prefix'].$this->table_name); 	} }

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -