-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.php
More file actions
31 lines (30 loc) · 1.2 KB
/
index.php
File metadata and controls
31 lines (30 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?php
// $Id: index.php 2 2010-12-28 08:18:19Z drupalvietnam $
/**
* @mainpage Tài liệu cho Drupal Developer -- DrupalVietnam.org
* Chào mừng các bạn đến với trang tài liệu dành cho người phát triển Drupal.
* Cung cấp bởi @link http://drupalvietnam.org/ Drupal Vietnam Community @endlink
*
* - Drupal Core
* - @link drupal_coding_standards Chuẩn lập trình Drupal @endlink
* - @link drupal_database_usage Sử dụng Database API @endlink
* - @link drupal_form_api_usage Sử dụng Form API @endlink
* - @link drupal_form_api_reference Tham khảo Form API @endlink
* - @link examples.index.php Các module mẫu @endlink các tính
* năng được Drupal Core cung cấp.
* - Drupal và Javascript.
*
* - Module mở rộng
* - @link http://drupal.org/project/ctools CTools @endlink
* - Giới thiệu CTools
* - @link http://drupal.org/project/views Views @endlink
* - Giới thiệu Views
* - ...
* - @link http://drupal.org/project/cck CCK @endlink
* - Giới thiệu CCK
* - ...
* - Xây dựng giao diện cho Drupal
* - Giới thiệu PHPTemplate và cơ chế quá tải cho theme.
* - ...
* - Giới thiệu module devel_themer.
*/