资 源 简 介
THIS PROJECT IS DEAD. THE LACK OF A PROPER GARBAGE COLLECTOR IN PHP MAKES THIS PROJECT UNREALISTIC. IT WILL BE CONTINUED USING PYTHON SOONER OR LATER. THE CODE IS LEFT HERE FOR INFORMATIONAL PURPOSES, ONLY.
An experimental MVC-ish framework with a relatively small footprint, designed for PHP5 - utilizing a modified MIT license.
The framework is designed to run as a generic PHP web site, a standalone application, or optionally in Web Daemon Mode - where the application runs constantly in memory and simply is requested by a much smaller PHP script (about ten lines) to run a method - alleviating the pressure of creating a new huge process every time that a page is requested.
It is planned that this the Web Daemon will be requested from a C module written for Apache in later revisions.
Also, direct AJAX integration through PHP will be implemented as a component at a later date. This will generate Javascript on-the-fly to access different