CMS类似于一把umbraco但在PHP?但在、类似于、CMS、PHP

2023-09-04 03:22:16 作者:透心凉

有一个PHP CMS的工作方式相同,作为.NET CMS一把umbraco?

Is there a PHP CMS that works the same way as the .NET CMS Umbraco?

IE浏览器。所有数据输出之际,XML和转化使用XSLT。而你作为一个开发者都或多或少完全的自由,你希望创建任何结构和输出。

Ie. All data output comes as XML and is transformed with xslt. And you as a developer have more or less total freedom to create any structure and output as you wish.

原因问:工作主要是在OS X / Mac和我不是非常有经验的。NET和Microsoft Web开发。环境。

Reason for asking: Working primarily on OS X / Mac and I'm not very experienced with .NET and the Microsoft web dev. environment.

推荐答案

中的XML / XSLT管道还没有真正在PHP的世界流行的原因有二:1)它被认为是重量级的,比使用PHP或其他一些类似的模板语言,因为PHP的无状态特性和2),表现也不算好(或者至少很难得到正确)。

The XML/XSLT pipeline haven't really been that popular in the PHP world for two reasons: 1) It is perceived as heavyweight, compared to using PHP or some other similar template language and 2) Because of PHPs stateless nature, the performance isn't too good (Or at least hard to get right).