Tuning Derby

OnJava has published an article titled Tuning Derby

Published
Categorized as Articles

Scripting the enterprise

In the beginning … PHP was designed as scripting language used to develop Web based applications. Because of its flexibility, extensibility and ease of use it became widely popular among developers, and pretty fast the large community was created. As time was passing, people wanted to develop more complex applications with it, but PHP was… Continue reading Scripting the enterprise

Published
Categorized as Articles

PHP Iterator

PHP arrays are generally very powerful object container. But still, we can easily add a little more fuel to them. Imagine Iterator object that is a kind of wrapper around our arrays. What we will try to accomplish here is to create unique interface for traversing arrays and to add a little more control over… Continue reading PHP Iterator

Published
Categorized as Articles