欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
PrestaShop
来自开放百科 - 灰狐
(版本间的差异)
(→Architecture) |
小 (→链接) |
||
(未显示1个用户的11个中间版本) | |||
第1行: | 第1行: | ||
+ | {{SeeWikipedia}} | ||
+ | |||
PrestaShop Free Open-Source e-Commerce Software for Web 2.0 | PrestaShop Free Open-Source e-Commerce Software for Web 2.0 | ||
− | == | + | |
− | + | ==新闻== | |
+ | <rss>http://www.prestashop.com/blog/feed/|short|date|max=10</rss> | ||
+ | |||
+ | ==简介== | ||
+ | |||
+ | ==功能== | ||
+ | |||
+ | ==架构== | ||
+ | [https://symfony.com/projects/prestashop PrestaShop 使用] [[Symfony]] | ||
+ | |||
基础类在 prestashop/classes | 基础类在 prestashop/classes | ||
*最核心抽象类: ObjectModel.php // All objects are extending this abstract class | *最核心抽象类: ObjectModel.php // All objects are extending this abstract class | ||
第10行: | 第21行: | ||
模块在 prestashop/modules, 模块的实现就是 extends 基础类, 这样的结构很清晰. | 模块在 prestashop/modules, 模块的实现就是 extends 基础类, 这样的结构很清晰. | ||
− | == | + | ==代码== |
*http://svn.prestashop.com/branches/1.3.x/ | *http://svn.prestashop.com/branches/1.3.x/ | ||
*http://svn.prestashop.com/ | *http://svn.prestashop.com/ | ||
− | == | + | ==用户== |
*[http://www.mademoisellesemontre.com/ Mademoiselle se Montre] 饰品珠宝网店, URL友好, HTML形式 | *[http://www.mademoisellesemontre.com/ Mademoiselle se Montre] 饰品珠宝网店, URL友好, HTML形式 | ||
*[http://www.odetti.nl http://www.odetti.nl] 一个珠宝网店, URL友好, HTML形式 | *[http://www.odetti.nl http://www.odetti.nl] 一个珠宝网店, URL友好, HTML形式 | ||
− | == | + | ==图集== |
− | *http://www.prestashop.com/ | + | <gallery> |
+ | image:prestashop-front.png|网店前端 | ||
+ | image:prestashop-administration.png|管理后台 | ||
+ | image:prestashop-database-model.png|数据模型 | ||
+ | </gallery> | ||
+ | |||
+ | ==链接== | ||
+ | *[http://www.prestashop.com/ PrestaShop官网] | ||
+ | *[https://github.com/PrestaShop/PrestaShop PrestaShop @ GitHub] | ||
− | [[ | + | [[category:B2B2C2C]] |
− | [[ | + | [[category:PHP]] |
+ | [[category:symfony]] | ||
+ | [[category:huihoo]] | ||
+ | [[category:e3]] |
2020年8月21日 (五) 02:01的最后版本
您可以在Wikipedia上了解到此条目的英文信息 PrestaShop Thanks, Wikipedia. |
PrestaShop Free Open-Source e-Commerce Software for Web 2.0
目录 |
[编辑] 新闻
自http://www.prestashop.com/blog/feed/加载RSS失败或RSS源被墙
[编辑] 简介
[编辑] 功能
[编辑] 架构
基础类在 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 基础类, 这样的结构很清晰.
[编辑] 代码
[编辑] 用户
- Mademoiselle se Montre 饰品珠宝网店, URL友好, HTML形式
- http://www.odetti.nl 一个珠宝网店, URL友好, HTML形式
[编辑] 图集
[编辑] 链接
分享您的观点