Drupal手册

Drupal手册

drupal 7.x的系统更新

从drupal 6.x到drupal 7.x的系统更新,包括drupal7 cms系统中drupal函数名称,drupal函数位置,drupal函数描述的内容。

名称 位置 描述

drupal 7全局变量

drupal 7全局变量是drupal开发过程中很重要的参考api.尽快的了解它们,方便我们在drupal站点开发中恰当的使用这些变量。

名称 位置 描述

drupal 6全局变量

drupal 6全局变量


drupal表单api参考文档

forms_api_reference.html


Drupal 开发者工具Devel

我们知道在Magento 系统后台有支持开发人员工具,那么在Drupal中由于系统没能集成这样的开发工具,于是在社区有支持者共享了Devel工具。今个试用了一下,感觉相当不错,我个人认为胜过Magento 开发者工具。其优越性非同一般。更多详情:http://drupal.org/project/devel
Devel模块 .它主要的特性是帮助开发人员:


"安全:何必"--2008年在巴塞罗那DrupalCon报告幻灯片

At each opportunity it has, the Drupal Security team tries to help share information about its processes and

假冒其他用户安全

There are many times when you may want your code to "impersonate" another user. An example of this is when a user takes an action that triggers another process.


为什么在输出的时候使用drupal过滤器

It seems to be a popular approach in other web applications to process/filter the user input in the name of security.


当使用db_rewrite_sql

db_rewrite_sql() provides a method for modules to extend your SQL queries. This kind of functionality is especially important to modules which control access to nodes.


Session IDs

Session support in PHP allows one to preserve data across subsequent accesses. A visitor accessing your website is assigned a unique ID, the so-called session ID.


同步内容
同步内容