Eocene is an OO (Object Oriented) Web development framework that incorporates many proven software development practices to provide a foundation for building Web applications. It uses PHP for foundation classes and xml-based text files for application configurations. It is a simple and easy to use framework that can be used to solve a large number of Web development projects. Due to its flexible and modular design, it can also be extended to solve complex projects. The framework 1.. uses pure Object Oriented methodology, 2.. eliminates global variables (uses only one global variable), 3.. eliminates the use of "freestanding" codes (codes that are outside any classes or functions) and uses only classes (uses only six lines of "freestanding code" to activate the framework), 4.. is capable of incorporating any open source classes, 5.. is based on html templates for separating the views from the rest of the application (though the framework is based on templates for its view components, it is flexible enough to include mixed html and code pages if a complex view warrants such a design), 6.. uses a simple, flexible, fast, and powerful templating system, 7.. uses text-based application configurations, instead of, code-based configurations where configuration variables are defined in setting files, 8.. provides flexibility in folder organizations depending on application requirements, and 9.. leads to application development based on the Model-View-Controller (MVC) architecture The framework can be downloaded and used for application development for free. Please visit the site at http://www.eocene.net
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php