CompleXml Framework - an open source php framework

CompleXml Framework - an open source PHP framework. Designed for easy development of web applications of varying size. CompleXml has several distinctive features of these developments:

  • Built on a design pattern MVC (Model - View - Controller);
  • View of the framework is isolated from the model and the controller through the use of technology XML + XSL;
  • Routing system based on the language of introspection;
  • Flexible and easy cache system;
  • Wide possibilities to optimize the rendering Web pages, including the generation of pages in the user's browser XML + XSL;
  • "Honest" AJAX (asynchronous JavaScript + XML), a response from the server comes in the XML format;
  • Authorization and access control tools;
  • Tools for creating multi-threaded programs for the command line;
  • More about the possibilities please read the documentation.

CompleXml 0.3.2

10.12.2009

  • Added xslcache support.
  • Added ability to insert "raw" xml in View.
  • Remade mechanism to include external xml via xinclude.
  • Fixed some bugs in Cli and Application components

CompleXml 0.3.1

20.11.2009

  • Added documentation for new features;
  • Changes in the "sandbox" project;
  • Added unit tests;
  • Changed project site;

CompleXml 0.3

04.11.2009

  • Rewritten routing system;
  • Added a component of a cache;
  • Added components for working with the command line;
  • Altered components responsible for the conversion to HTML;

CompleXml 0.2

28.01.2009

  • Is improved functionality of existing modules;
  • Added automated tests.

CompleXml 0.1

13.10.2008

  • Continued development of public CompleXml framework, the code is laid under the New BSD license