Magento文件系统目录结构

前端之家收集整理的这篇文章主要介绍了Magento文件系统目录结构前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

<div class="cnblogs_code">

.<span style="color: #000000;">htaccess
│ cron.PHP <span style="color: #008000;">//<span style="color: #008000;">系统cron程序,修改 linux的cron运行,加入magento的一些定时处理
│ cron.<span style="color: #000000;">sh
│ favicon.ico <span style="color: #008000;">//<span style="color: #008000;">网站fav图标
│ index.PHP <span style="color: #008000;">//<span style="color: #008000;">网站入口
│ index.PHP.sample <span style="color: #008000;">//<span style="color: #008000;">网站入口范例 文件
│ install.PHP <span style="color: #008000;">//<span style="color: #008000;">网站安装文件
│ LICENSE.html <span style="color: #008000;">//<span style="color: #008000;">许可证
│ LICENSE.txt <span style="color: #008000;">//<span style="color: #008000;">许可证
│ LICENSE_AFL.txt <span style="color: #008000;">//<span style="color: #008000;">AFL许可证
│ pear <span style="color: #008000;">//<span style="color: #008000;">pear安装文件
PHP.ini.sample <span style="color: #008000;">//<span style="color: #008000;">PHP.ini范 例文件
│ STATUS.txt <span style="color: #008000;">//<span style="color: #008000;">当前版本状态
│ .<span style="color: #000000;">project

├─<span style="color: #0000ff;">var<span style="color: #000000;">
│ │ .<span style="color: #000000;">htaccess
│ │
│ ├─session <span style="color: #008000;">//<span style="color: #008000;">SESSION存储目录
<span style="color: #000000;">│ │ sess_86ltacqm3dabfc7cneu0tt32j2
│ │ sess_onsigpdub8e39ner2oul38a1k3
│ │ ….<span style="color: #000000;">
│ │
│ ├─cache <span style="color: #008000;">//<span style="color: #008000;">文件缓存目录
<span style="color: #000000;">│ │ ├─mage–c
│ │ │ mage—internal-<span style="color: #000000;">Metadatas—Zend_LocaleL_en_USlanguage
│ │ │ mage—Zend_LocaleL_en_USlanguage
│ │ │
│ │ └─mage–d
│ │ …
│ │
│ └─report <span style="color: #008000;">//<span style="color: #008000;">错误报告目录
│ -1845517129<span style="color: #000000;">
│ -567068937<span style="color: #000000;">

├─skin <span style="color: #008000;">//<span style="color: #008000;">skin皮肤目录
│ ├─install <span style="color: #008000;">//<span style="color: #008000;">安装程序皮肤
│ │ └─<span style="color: #0000ff;">default <span style="color: #008000;">//<span style="color: #008000;">default默认商 店主题安装目录
│ │ └─<span style="color: #0000ff;">default <span style="color: #008000;">//<span style="color: #008000;">default 缺省主题安装目录
│ │ │ favicon.ico <span style="color: #008000;">//<span style="color: #008000;"> 网站fav.ico
<span style="color: #000000;">│ │ │
│ │ ├─images <span style="color: #008000;">//<span style="color: #008000;">安装程 序皮肤图片目录
│ │ │ error_msg_icon.<span style="color: #000000;">gif
│ │ │ …
│ │ │
│ │ └─css <span style="color: #008000;">//<span style="color: #008000;">安装程序皮肤 css目录
│ │ Boxes.<span style="color: #000000;">css
│ │ clears.<span style="color: #000000;">css
│ │ ie7minus.<span style="color: #000000;">css
│ │ iestyles.<span style="color: #000000;">css
│ │ <span style="color: #008080;">reset.<span style="color: #000000;">css
│ │
│ ├─frontend <span style="color: #008000;">//<span style="color: #008000;">前台皮肤目录
<span style="color: #000000;">│ │
│ └─adminhtml <span style="color: #008000;">//<span style="color: #008000;">后台皮肤目录
<span style="color: #000000;">│
├─report <span style="color: #008000;">//<span style="color: #008000;">系统错误报告WEB访问程序
│ │ .<span style="color: #000000;">htaccess
│ │ config.<span style="color: #000000;">xml
│ │ index.<span style="color: #000000;">PHP
│ │
│ └─skin
│ └─<span style="color: #0000ff;">default<span style="color: #000000;">
│ │ index.<span style="color: #000000;">phtml
│ │
│ └─images
│ success_msg_icon.<span style="color: #000000;">gif
│ …

├─pkginfo <span style="color: #008000;">//<span style="color: #008000;">安装包详细版本信息
│ .<span style="color: #000000;">htaccess
│ Mage_All.<span style="color: #000000;">txt
│ Mage_All_Latest.<span style="color: #000000;">txt
│ Mage_Cybermut.<span style="color: #000000;">txt
│ Mage_PayBox.<span style="color: #000000;">txt

├─media <span style="color: #008000;">//<span style="color: #008000;">媒体文件(网站上传功能上传上来的文 件)目录
<span style="color: #000000;">│ ├─import
│ └─downloadable <span style="color: #008000;">//<span style="color: #008000;">可供URL下载的 目录
│ .<span style="color: #000000;">htaccess

├─lib <span style="color: #008000;">//<span style="color: #008000;">Megento加载使用的核心库目录
│ │ .<span style="color: #000000;">htaccess
│ │
│ ├─Zend <span style="color: #008000;">//<span style="color: #008000;">Zend框架
│ │ │ Acl.<span style="color: #000000;">PHP
│ │ │ …
│ │ │
│ │ └─Acl
│ │ …
│ │
│ ├─Varien <span style="color: #008000;">//<span style="color: #008000;">Magento的Varien 框架
<span style="color: #000000;">│ │ └─Action
│ │ …
│ │
│ ├─PEAR <span style="color: #008000;">//<span style="color: #008000;">PEAR框架
<span style="color: #000000;">│ │ └─HTTP
│ │ …
│ │
│ ├─LinLibertineFont <span style="color: #008000;">//<span style="color: #008000;">字体
<span style="color: #000000;">│ │
│ ├─googlecheckout <span style="color: #008000;">//<span style="color: #008000;">googlecheckout
<span style="color: #000000;">│ │
│ └─flex <span style="color: #008000;">//<span style="color: #008000;">flex
<span style="color: #000000;">│
├─js
│ │ blank.<span style="color: #000000;">html
│ │ index.PHP <span style="color: #008000;">//<span style="color: #008000;">javascript 读取、缓冲程序
│ │ spacer.<span style="color: #000000;">gif
│ │
│ ├─varien <span style="color: #008000;">//<span style="color: #008000;">Varien javascript 框架
<span style="color: #000000;">│ │
│ ├─scriptaculous <span style="color: #008000;">//<span style="color: #008000;">scriptaculous javascript 框架
<span style="color: #000000;">│ │
│ ├─prototype <span style="color: #008000;">//<span style="color: #008000;">prototype javascript 框架
<span style="color: #000000;">│ │
│ ├─mage <span style="color: #008000;">//<span style="color: #008000;">mage javascript 框架
<span style="color: #000000;">│ │
│ ├─lib <span style="color: #008000;">//<span style="color: #008000;">mage javascript 框架
<span style="color: #000000;">│ │
│ ├─flash <span style="color: #008000;">//<span style="color: #008000;">Flash导入 javascript语句
│ │ AC_RunActiveContent.<span style="color: #000000;">js
│ │
│ ├─extjs <span style="color: #008000;">//<span style="color: #008000;">EXT JS
<span style="color: #000000;">│ │
│ └─calendar <span style="color: #008000;">//<span style="color: #008000;">日历
<span style="color: #000000;">│
├─includes <span style="color: #008000;">//<span style="color: #008000;">TODO: UNKNOWN
│ .<span style="color: #000000;">htaccess
│ config.<span style="color: #000000;">PHP

├─downloader <span style="color: #008000;">//<span style="color: #008000;">网站扩展下载程序
<span style="color: #000000;">│
├─app <span style="color: #008000;">//<span style="color: #008000;">网站应用程序目录
│ │ .<span style="color: #000000;">htaccess
│ │ Mage.PHP <span style="color: #008000;">//<span style="color: #008000;">Mege.PHP系统核 心运行类
<span style="color: #000000;">│ │
│ ├─locale <span style="color: #008000;">//<span style="color: #008000;">语言包
<span style="color: #000000;">│ │ └─en_US
│ │ │ Mage_Tax.csv <span style="color: #008000;">//<span style="color: #008000;"> 语言包
<span style="color: #000000;">│ │ │ …
│ │ │
│ │ └─template <span style="color: #008000;">//<span style="color: #008000;">独立语言包 – 模板
│ │ └─email <span style="color: #008000;">//<span style="color: #008000;">语言包 – email部分
<span style="color: #000000;">│ │
│ ├─etc <span style="color: #008000;">//<span style="color: #008000;">网站应用程序总配置目录
│ │ │ config.xml <span style="color: #008000;">//<span style="color: #008000;">??此配置文 件用法未明
│ │ │ local.xml <span style="color: #008000;">//<span style="color: #008000;">网站配置
<span style="color: #000000;">│ │ │
│ │ └─modules <span style="color: #008000;">//<span style="color: #008000;">网站模块配置目录
│ │ Mage_All.<span style="color: #000000;">xml
│ │ Mage_AmazonPayments.<span style="color: #000000;">xml
│ │ Mage_Api.<span style="color: #000000;">xml
│ │ Mage_Bundle.<span style="color: #000000;">xml
│ │ Mage_Compiler.<span style="color: #000000;">xml
│ │ Mage_Downloadable.<span style="color: #000000;">xml
│ │ Mage_Weee.<span style="color: #000000;">xml
│ │ Jasy_HelloWorld.<span style="color: #000000;">xml
│ │
│ ├─design <span style="color: #008000;">//<span style="color: #008000;">模板目录
│ │ ├─install <span style="color: #008000;">//<span style="color: #008000;">安装程序模板目录
│ │ │ └─<span style="color: #0000ff;">default <span style="color: #008000;">//<span style="color: #008000;">默认商店模板目 录
│ │ │ └─<span style="color: #0000ff;">default <span style="color: #008000;">//<span style="color: #008000;">默认商 店默认主题模板目录
│ │ │ ├─template <span style="color: #008000;">//<span style="color: #008000;"> 模板目录
│ │ │ │ │ page.<span style="color: #000000;">phtml
│ │ │ │ │
│ │ │ │ └─install <span style="color: #008000;">//<span style="color: #008000;"> 子模板目录
│ │ │ │ begin.<span style="color: #000000;">phtml
│ │ │ │ …
│ │ │ │
│ │ │ └─layout <span style="color: #008000;">//<span style="color: #008000;"> 布局模板目录
│ │ │ main.<span style="color: #000000;">xml
│ │ │
│ │ ├─frontend <span style="color: #008000;">//<span style="color: #008000;">前台模板目录
<span style="color: #000000;">│ │ │
│ │ └─adminhtml <span style="color: #008000;">//<span style="color: #008000;">后台管理模板目录
<span style="color: #000000;">│ │
│ └─code <span style="color: #008000;">//<span style="color: #008000;">程序代码目录
│ ├─local <span style="color: #008000;">//<span style="color: #008000;">本地程序代码目录
│ │ └─HelloWorld <span style="color: #008000;">//<span style="color: #008000;">HelloWord 公司模块目录
│ │ ├─Block <span style="color: #008000;">//<span style="color: #008000;">Block “块”模块目录
│ │ │ Hello.PHP <span style="color: #008000;">//<span style="color: #008000;">Hello 块
<span style="color: #000000;">│ │ │
│ │ ├─controllers <span style="color: #008000;">//<span style="color: #008000;"> 控制器目录
│ │ │ StandardController.PHP <span style="color: #008000;">//<span style="color: #008000;">StandardController.PHP (标准控制器)
<span style="color: #000000;">│ │ │
│ │ ├─etc <span style="color: #008000;">//<span style="color: #008000;">HelloWord 模块配置
│ │ │ config.<span style="color: #000000;">xml
│ │ │ <span style="color: #008080;">system.xml <span style="color: #008000;">//<span style="color: #008000;">? 继承后台的配置
<span style="color: #000000;">│ │ │
│ │ ├─Helper <span style="color: #008000;">//<span style="color: #008000;">协助模 块
│ │ │ Data.PHP <span style="color: #008000;">//<span style="color: #008000;"> 数据源协助模块
<span style="color: #000000;">│ │ │
│ │ ├─Model <span style="color: #008000;">//<span style="color: #008000;">业务逻辑 模块
│ │ │ Standard.PHP <span style="color: #008000;">//<span style="color: #008000;">Standard(标 准业务逻辑)
<span style="color: #000000;">│ │ │
│ │ └─sql <span style="color: #008000;">//<span style="color: #008000;">安装sql
<span style="color: #000000;">│ │ └─newmodule_setup
│ │ MysqL4-install-0.1.0.<span style="color: #000000;">PHP
│ │
│ ├─core <span style="color: #008000;">//<span style="color: #008000;">核心模块,一般指 Zend、Mege公司出品的模块
│ │ ├─Zend <span style="color: #008000;">//<span style="color: #008000;">Zend公司模块
<span style="color: #000000;">│ │ │
│ │ └─Mage <span style="color: #008000;">//<span style="color: #008000;">Mage公司模块
<span style="color: #000000;">│ │
│ └─community <span style="color: #008000;">//<span style="color: #008000;">第三方扩展模块
└─404 <span style="color: #008000;">//<span style="color: #008000;">404页面(这里不适用“块”之类的定义, 直接使用原生PHP定义)
│ index.PHP

 

原文链接:https://www.f2er.com/php/403005.html

猜你在找的PHP相关文章