欢迎各位兄弟 发布技术文章

这里的技术是共享的

You are here

Drupal 6.x全局变量中文描述

原文: http://api.drupal.org/api/globals
NameLocationDescription
$active_dbdeveloper/globals.php激活的数据库链接。
原文:Active database connection.
$base_pathdeveloper/globals.phpDrupal安装的基本路径。最简路径为“/”。
原文:The base path of the drupal installation. At least will default to /.
$base_rootdeveloper/globals.php排除了路径的主机根URL。
原文:The root URL of the host excludes the path.
$base_theme_infodeveloper/globals.php原文:An array of objects that reperesent the base theme. For documentation of the
theme object see _init_theme().
$base_urldeveloper/globals.phpDrupal安装的基本URL。
原文:The base URL of the drupal installation.
$channeldeveloper/globals.php原文:An associative array containing title, link, description and other keys.
The link should be an absolute URL.
$confdeveloper/globals.php原文:Array of persistent variables stored in 'variable' table.
$cookie_domaindeveloper/globals.php原文:The domain to be used form session cookies.
$custom_themedeveloper/globals.php原文:Name of custom theme to override default theme.
$db_prefixdeveloper/globals.php被置于所有数据表的前缀。
原文:The prefix to be placed on all database tables.
$db_typedeveloper/globals.php使用的数据库类型。
原文:The type of database being used.
$db_urldeveloper/globals.php数据库url。default.settings.php提供了详尽的文档。
原文:The url of the database. Thorough documentation provided indefault.settings.php.
$elementdeveloper/globals.php原文:Structured array describing the data to be rendered.
$forum_topic_list_headerdeveloper/globals.php原文:An array of topic header information.
$iddeveloper/globals.php原文:Active statistics record id.
$imagedeveloper/globals.php原文:Current image tag used by aggregator.
$installed_profiledeveloper/globals.php原文:The name of the profile that has just been installed.
$install_localedeveloper/globals.php原文:The locale to use during installation
$itemdeveloper/globals.php原文:General string or array.
$itemsdeveloper/globals.php原文:Array of items used by aggregator.
$languagedeveloper/globals.php原文:An object containing the information for the active language.
$last_resultdeveloper/globals.php原文:Resource of the query executed.
$menu_admindeveloper/globals.php原文:Boolean indicating that a menu administrator is running the menu access check.
$multibytedeveloper/globals.php原文:The current multibyte mode.
Possible values: UNICODE_ERROR, UNICODE_SINGLEBYTE, UNICODE_MULTIBYTE.
$niddeveloper/globals.php原文:Active blog node id.
$pager_page_arraydeveloper/globals.php原文:Result of pager_query() that is utilized by other functions.
$pager_totaldeveloper/globals.php原文:Array of the total number of pages per pager. The key is will be 0 by defualt, but
can be specified via the $element parameter ofpager_query().
$pager_total_itemsdeveloper/globals.php原文:Array of the total number of items per pager. The key is will be 0 by defualt, but
can be specified via the $element parameter ofpager_query().
$profiledeveloper/globals.php原文:The name of the currently installed profile.
$queriesdeveloper/globals.php原文:Array of queries that have been executed.
$recent_activitydeveloper/globals.php原文:Recent activity statistics generated bystatistics_exit().
$tagdeveloper/globals.php原文:Active tag name.
$themedeveloper/globals.php激活的主题名称。
原文:Name of the active theme.
$theme_enginedeveloper/globals.php激活主题相关的主题引擎。
原文:The active theme engine related to the active theme.
$theme_infodeveloper/globals.php原文:Active theme object. For documentation of the theme object see _init_theme().
$theme_keydeveloper/globals.php激活的主题名称。
原文:Name of the active theme.
$theme_pathdeveloper/globals.php激活的主题之路径。
原文:Path to the active theme.
$timersdeveloper/globals.php原文:Stores timers that have been created bytimer_start().
$update_free_accessdeveloper/globals.php原文:Access control for update.php script. Allows the update.php script to be run when
not logged in as and administrator.
$update_modedeveloper/globals.php原文:Disabled caling hook_boot() andhook_exit() during the update process (update.php) since
the database is in a largely unknown state.
$usermodules/php/php.module 
$userdeveloper/globals.php当前用户的表述。存储参数设定和其他用户信息。
原文:Representation of the current user. Stores preferences and other user information.
$xrds_current_servicedeveloper/globals.php原文:Array used by XRDS XML parser for OpenID to track parsing state.
$xrds_open_elementsdeveloper/globals.php原文:Array used by XRDS XML parser for OpenID to track parsing state.
$xrds_servicesdeveloper/globals.php原文:Array used by XRDS XML parser for OpenID to track parsing state.
l华宇物流 的头像

这些变量,自己没有用过,从来没有修改过代码的  

这些变量,自己没有用过,从来没有修改过代码的

来自  http://xdrupal.org/Drupal-6.x-global-variables-chinese-description

 


普通分类: