attribute_add.inc.php

来自「采用模块化开发」· PHP 代码 · 共 8 行

PHP
8
字号
<?php
defined('IN_PHPCMS') or exit('Access Denied');
if($dosubmit)
{
	if(!$att['att_name']) showmessage($LANG['attribute_name_not_null']);
	if(!in_array($att['att_type'],array(0,1,2))) showmessage($LANG['select_property_type']);
	if(!$att['pro_id']) showmessage($LANG['product_property_type_not_null']);
	//鍏堝垽鏂

⌨️ 快捷键说明

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