GXPage is a simple PHP Website framework that aims to take full advantage of W3C standards.
It generates a single XML document for each request and then transforms that document with your XSL stylesheet(s).
It's designed to separate data from code from presentation by ruthlessly enforcing the use of XML.
Its core is an XML document which describes all public pages or actions in your Website, and then allows you to tell it exactly what to call, who can call it, what information must be provided for the call and how to return your results. It is therefore very well suited for simple content-only Websites as well as Web 2.0 AJAX-heavy Web Applications.
It does not automatically create any markup for you. For each request, it builds an XML document with the information you need to generate any markup you'd like. In this way, it serves your needs instead of forcing automatic behavior on your application.
Features:
* Runs exactly the same in Linux a
GXPage是一个简单PHP框架,专注于利用W3C标准,通过生成XML文档并应用XSL样式表进行转换来处理请求。它强调数据、代码和呈现的分离,适合内容型网站和Web2.0 AJAX应用。该框架不自动生成标记,而是为每个请求构建XML文档,让你自由生成所需的标记。
1037

被折叠的 条评论
为什么被折叠?



