With 1 parameter change, it will render all of the HTML tags as XHTML, provided all of the tags are HTMLTagClass objects.External CSS links, JS links, page title can be added through the provided hooks. This class makes rendering complete HTML pages easy in a programmatic way.
Zend Framework is an object-oriented web application framework implemented in PHP 5 that simplifies web development and promotes PHP programming best practices.InstallationUnpack and upload it to the /wp-content/plugins/ directory.
This is a Wiki system developed using Zend Framework.ZFWikiprovidesa pleasant end user experience whilst at the same time offering extensibility, flexibility and enjoyability.ZFWiki is simple, free, fun to use, flexible and fast.Installation - Unpack to a directory on the webserver andpoint yourbrowser to http://yourdomain.com/zfwiki/public
Parameters for the search query can be defined, similar to the ones from the Google "Advanced Search" page. It connects to the Google site via HTTP and retrieves the contents of the results page. The class also parses the results to obtain the number of occurrences found for the specified query.
phpXplorer is an open source file management system written in PHP.It enables you to work on a remote file system through a web browser. By default it has got dialogs for editing HTML, PHP, image, Apache, compressed and email files. Its modular design makes it easy to build your own filetypes, property sheets, views and themes. phpXplorers permission manager enables you and t...
The table schema of a MySQL database can be retrieved and exported to a XML definitions file by one class. Another class can do the opposite, i.e. read the definitions of a MySQL database schema from a XML file and update the currently installed database schema to match the definitions from the XML file.
An HTML template file can be parsed to build a DOM-like structure. The code builder traverses the parsed template structure and generates a PHP script that is executed to process the template. It supports custom tags that implement conditional sections, iterate over loops, include other template files, etc.. The compiled template scripts are stored in a cac...
It employs the Zend_Locale and Zend_Translate components in order to handle translation between languages. The plug-in class lets you push information out to the view and have the framework automatically translate it to the right language for you based on the URL.
It can find and replace BBCode marks and replace them with HTML tags. The package can also do the opposite by converting HTML to equivalent text with BBCode marks. The conversion can be done by custom PHP code. New BBCode tags with definitions stored in a database can be used to extend the list of supported tags.
It can query the definition of a given MySQL database table and generate a PHP class with functions that return details about the table. Functions to return the name of the table and its field, are generated.