?? sql.php
字號(hào):
<?php
/**
* ECSHOP SQL query language item
* ============================================================================
* All right reserved (C) 2005-2007 Beijing Yi Shang Interactive Technology
* Development Ltd.
* Web site: http://www.ecshop.com
* ----------------------------------------------------------------------------
* This is a free/open source software錛沬t means that you can modify, use and
* republish the program code, on the premise of that your behavior is not for
* commercial purposes.
* ============================================================================
* $Author: weberliu $
* $Date: 2006-09-14 02:51:33 +0800 (Tuesday, 14 Sep 2006) $
* $Id: card.php 1510 2006-09-13 18:51:33Z weberliu $
*/
$_LANG['title'] = 'Run the SQL query';
$_LANG['error'] = 'Error';
$_LANG['succeed'] = 'Successfully';
$_LANG['no_data'] = 'Return a null value';
$_LANG['note'] = 'Run the SQL query will operate the database directly, please operate with caution.';
$_LANG['query'] = 'Query';
$_LANG['no_data'] = 'Return a null value';
/*JS language item*/
$_LANG['js_languages']['sql_not_null'] = 'SQL is blank';
?>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -