Home > php教程 > php手册 > drupal学习之-目录结构

drupal学习之-目录结构

WBOY
Release: 2016-06-13 10:50:20
Original
1400 people have browsed it

includes:包含了大量的inc文件,这些inc文件里面存放了drupal常用的函数


misc:存放了drupal安装中可用的js,


imagemodules:存放drupal的核心模块(drupal真正的核心模块其实只有5个)


profiles:站点的安装大纲


scripts:存放了大量的脚本文件


sites:包含了你对drupal所进行的修改


themes:存放了drupal的默认主题和模板引擎corn.php:执行周期性任务


index.php:drupal运行的起点


istall.php:drupal的安装入口


update.php:更新drupal数据库


xmlrpc:接受XML_RPC请求robots.text:搜索引擎爬虫排除标准的默认实现


作者:wjc19911118
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template