This application is a Simple PHP Site Management System. This software uses for Template Engine "Smarty Template", for db connection MySql4 class derived from phpBB2 and for Visual Editor uses a modified version of TinyMCE. ...
JPSPAN provides tools to "hook up" PHP and Javascript, for the purpose of fetching data from PHP into a web page which has already loaded, without reloading the entire page. It allows you to call remote PHP objects as local Javascript objects. ...
The idea behind this project is that every part of page generation that requires CPU time should be executed only when it needs to. This is an effort to maximize the (theoretical) efficiency of page generation. UnEarth differs from other caching systems in that you can cache more efficiently and intelligently ...
This script contains a subclass of String that allows simple handling of simple XML markup. The goal here is to allow a slice of a python markup string to "do the right thing" and preserve formatting correctly. In other words, MarkupString(Hello World)[6:] = "World". ...
PHPWidgets allows you to design and build pages using reusable elements. Features: - Separate Code, Content, and Presentation using PHPLIB templates. - Offer users a personalized experience using PHPWidgets!, and PHP/PHPLIB Sessions. ...