php Magento 是框架还是平台?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/13988057/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Is Magento a Framework or Platform?
提问by Subrata
What is magento.. is it a Framework or Platform. Because magento itself uses Zend Framework, but everywhere it's called as a framework.
什么是 magento .. 它是框架还是平台。因为 magento 本身使用 Zend Framework,但在任何地方都将其称为框架。
回答by Subrata
Magento is an e-commerce platform written in PHP atop the Zend framework.
Magento 是一个在 Zend 框架之上用 PHP 编写的电子商务平台。
EDIT:
编辑:
https://stackoverflow.com/tags/magento/info
https://stackoverflow.com/tags/magento/info
http://www.magentocommerce.com/company/
http://www.magentocommerce.com/company/
回答by John Dvorak
As per the tag description,
根据标签描述,
Magento is an e-commerce platformwritten in PHP atop the Zend framework, available under both open-source and commercial licenses. It is written in an advanced object-oriented idiom that uses the MVC pattern and XML configuration files, aiming for flexibility and extensibility.
Magento 是一个在 Zend 框架之上用 PHP 编写的电子商务平台,可在开源和商业许可下使用。它采用高级的面向对象习惯用法编写,使用 MVC 模式和 XML 配置文件,旨在实现灵活性和可扩展性。
As per Wikipedia,
根据维基百科,
Magento is an open source ecommerce web applicationthat was launched on March 31, 2008. It was developed by Varien (now Magento Inc) with help from the programmers within the open source community but is owned solely by Magento Inc. . Magento was built using the Zend Framework. It uses the entity-attribute-value (EAV) database model to store data.
Magento 是一个开源电子商务Web 应用程序,于 2008 年 3 月 31 日推出。它由 Varien(现为 Magento Inc)在开源社区内的程序员的帮助下开发,但由 Magento Inc. 独家拥有。Magento 是使用 Zend 框架构建的。它使用实体-属性-值 (EAV) 数据库模型来存储数据。
Magento Inc.itself claims it's a platform.
Magento Inc.本身声称它是一个平台。
In google Fight, "magento platform" wins over "magento framework" 10:1
在google Fight 中,“magento平台”以 10:1 战胜“magento 框架”
回答by sandip
Magento is an open source ecommerce web application. Magento was built using the Zend Framework.
Magento 是一个开源电子商务 Web 应用程序。Magento 是使用 Zend 框架构建的。
Here is the link
链接在这里
回答by monster
Magento is an open source E-Commerce CMS.
Magento 是一个开源电子商务 CMS。

