Zebra Pagination

Zebra Pagination 2.2.0 updated

The Zebra_Pagination class is a generic system, meant to handle the pagination operations, and not to deal with the data in any way or form. The class doesn't care what kind of data it paginates, it simply takes the desired number of items and splits...

Zebra_cURL

Zebra_cURL 1.3.2 updated

Zebra_cURL wraps the libcurl library. It enriches the default features with support for parallel execution of HTTP requests. Zebra_cURL also adds the possibility to process requested data as soon as it's available on disk, instead of waiting for the...

Zebra_Database

Zebra_Database 2.9.3 updated

Zebra_Database is a simple database abstraction layer for MySQL, written around PHP’s built-in mysqli extension. Zebra_Database is practically a middleman between the developer's PHP code and the database itself. It takes PHP-formatted code and...

Zebra_Form

Zebra_Form 2.9.7 updated

The class provides templates for built-in client-side and server-side validation procedures. This validation rules can be applied individually to desired form fields, based on the data we want users to fill in. When the form is submitted, data is checked...

Zebra_Image

Zebra_Image 2.2.4

Zebra_Image comes pre-compiled with the GD library, a powerful and known solution for image processing, especially with PHP coders.This allows developers using Zebra_Image to support advanced image processing operations on servers that don't have the GD...

Zebra_Session works as an alternative (or better say replacement) for PHP’s built-in session handling system.By default, PHP uses a flat file on the server to store session details and a cookie file on the user's PC to identify the correct owner of...

Zip

Zip 2.0.6

Comments can be added to ZIP archives.Inspired by Rochak Chauhan the Create Zip File PHP class.Documentation is included with the download package.What is new in this release:Updated Composer dependencies. What is new in version 1.62:Added: Support for...