PrestaShop

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
(Architecture)
第1行: 第1行:
 
PrestaShop Free Open-Source e-Commerce Software for Web 2.0
 
PrestaShop Free Open-Source e-Commerce Software for Web 2.0
 
==Architecture==
 
==Architecture==
[[Images:Prestashop-1.3.1-database-model.png|right|thumb|PrestaShop 1.3.1 数据模型]]
+
[[Image:Prestashop-1.3.1-database-model.png|right|thumb|PrestaShop 1.3.1 数据模型]]
 
基础类在 prestashop/classes
 
基础类在 prestashop/classes
 
*最核心抽象类: ObjectModel.php // All objects are extending this abstract class
 
*最核心抽象类: ObjectModel.php // All objects are extending this abstract class

2010年8月27日 (五) 07:42的版本

PrestaShop Free Open-Source e-Commerce Software for Web 2.0

目录

Architecture

文件:Prestashop-1.3.1-database-model.png
PrestaShop 1.3.1 数据模型

基础类在 prestashop/classes

  • 最核心抽象类: ObjectModel.php // All objects are extending this abstract class
  • 抽象类: Module.php // Modules management
  • 抽象类: Db.php // Database management
  • 核心类: PEAR.php // PEAR class and PEAR_Error class (PEAR: PHP Extension and Application Repository)

模块在 prestashop/modules, 模块的实现就是 extends 基础类, 这样的结构很清晰.

Code

User

Links

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱