Menu

Mocha Class Libraries for PHP / News: Recent posts

Mocha HTML API 1.0.0 for PHP released

Mocha consists of a series of freely available PHP libraries which provide Java-like classes for use within PHP. If you are a Java programmer who is learning PHP, or if you like to write PHP in a more object-oriented fashion, then Mocha is for you.

Project sites:
http://sourceforge.net/projects/mocha4php
http://mocha.omenmedia.com/

The Mocha HTML component is a HTML API for PHP. It allows the developer to build entire HTML documents from PHP object-oriented code. Rather than burying raw HTML into your classes and scripts, you can now use the objects provided by the Mocha HTML component to generate the HTML for you.... read more

Posted by Colin 2002-02-01

First batch of Mocha Class Libraries released

The first batch of Mocha Class Libraries for PHP have been released. The goal of Mocha is to provide a series of Java-like classes for PHP. Three packages have been released, these are: Collection, Enumerator, and UserError.

Collection provides two dynamic data container classes. A Collection is similar to an Array, but with a great deal of added functionality and flexibility. A SortedCollection object maintains a sorted order for it's elements, based on a criteria attribute that defines how the elements should be sorted.... read more

Posted by Colin 2002-01-25
MongoDB Logo MongoDB