English 中文(简体)
Pimcore Vs 热电联苯
原标题:Pimcore Vs PyroCMS

今后,我与阿特姆公司合作的一家公司希望停止使用各种框架/立方厘米系统,而只为今后所有客户开发一个。

To that end, I ve prepped a list of options and it s been whittled down to Pimcore and PyroCMS. I m a CI developer so clearly Pyro wins for me, but the guys who will be developing custom modules are more comfy in Zend. I found this: What are the (dis)advantages of pimcore? and found it quite enlightening.

因此,我很想知道关于这两个系统的想法,基于以下标准:

  1. Reskinning potential (front end themes etc).
  2. Custom module ease. Building modules is really easy in Pyro and intuitive (if you know CI).. is Pimcore as easy for a Zend guru? Also, just buying/downloading existing modules, which is more prolific?
  3. Multi site usage (can one install allow an admin user from site A to only see site A content?)

医生和市场营销的模糊性对这两个网站来说都很大,但是,如果掌握这里的经验,将是有益的。

我认为,我们也可以使用皮洛内部的Zend图书馆(就像你可以单独使用CI一样 ) 。 有人会认为这会造成头痛吗?

最佳回答

PyroCMS 开发者下降。

PyroCMS 能够处理你所要求的所有3个要求。 现在, CI 和 Zend 用户经常会争论哪个框架更好,谁才是最好的, Bla Bla Bla Bla Bla, 但很容易说 CCI是最容易学习的。

如果您有一些 Zend 开发者, 而他们可能更喜欢使用基于 Zend 的 CMS, 这不应该成为应用程序本身的销售点。 这些天来,人们非常关注他们喜欢哪个框架,似乎忽略了所有其他框架。

所以,根据这两个产品本身的优点来评估它们。

PyroCMS 能够处理多个站点, 前端( 和后端! ) 很容易使用 HTML 和一些基本标签( 类似Smartyy- ish) 重新定位 。

是的, 您可以在您的 CodeIgniter/ PyroCMS 应用程序中使用 Zend 组件, 这样不必担心 。

问题回答

我们在一些自定义的热电联苯模组中使用了Zend。 绝对要使用热电联苯模组, 这样您就可以获得两个框架的灵活性。 PyroCMS 2. 1 刚刚出来,它不断好转。





相关问题
When to use getInstanceOf instead of constructor

Back couple of months ago I attended a presentation hosted by two representative of an independent software development company. It was mainly about good software design and practices. The two guys ...

Using constant fields vs initial data

I m designing some new class diagrams for extending an existing office automation application. In a special case I have an option to use extra fields on Entity1 to determine something or use ...

How to design an application in a modular way?

I am looking for pointers, suggestions, links, warnings, ideas and even anecdotical accounts about "how to design an application in a modular way". I am going to use python for this project, but ...

Too much control is bad. But when? [closed]

I remember reading a law (well, maybe not exactly a law), but in software design, providing user with a lot of control without really giving him an option of a Basic and an Advanced Mode will ...

热门标签