Regexp store

Package:
Summary:
Apply regular expressions from a MySQL database
Groups:
Author:
Description:
This class can be used to apply regular expressions from a MySQL database.

It can access a MySQL database table that contains information about regular expressions.

The class can retrieve given regular expressions by name and apply operations to match, replace and split text using the regular expressions.


PHP Oracle Grid

Package:
Summary:
Display Oracle query results in an HTML table
Groups:
Author:
Description:
This class can be used to display Oracle query results in an HTML table.

It can execute a given SQL query and generates an HTML table that displays the the query results.

The presentation of the table rows is configurable using CSS styles. Headers, odd and even rows can use different CSS styles.

When the user drags the mouse a row, it may also change the row to use a different CSS style.

The rows of the table may be displayed with configurable alternate styles.

The behavior of the class can be customized with callback functions.

The code and the comments are in Turkish.


Bounded Queue

Package:
Summary:
Manage queue with a limited number of elements
Groups:
Author:
Description:
This class can be used to manage queue with a limited number of elements.

It can push and pop item values of any type into a queue array.

If the queue already contains the limit number of items when a new item is pushed, the item at the bottom of the queue is popped out.


[New] Free PHP Web Based File Managers

Install a web-based file manager on your website so that you can manage the files on your site simply by using a web browser. These PHP web-based file managers let you do things like upload/download files, create directories, rename, delete, move, copy files, change file permissions, etc. Some of them even let you do things that you can't do with a normal FTP client, like extract files from archives (eg zip files, tar files) directly on your web server.

Multi-byte Keyword Generator

Package:
Summary:
Extract meta keywords from multi-byte texts
Groups:
Author:
Description:
This class can be used to Extract meta keywords from multi-byte texts.

It is an enhanced version of the "Automatic Keyword Generator" class originally written by Ver Pangonilo.

This version provides better word segmentation, the ability to handle multi-byte strings, and texts in multiple languages.


OFX Parser

Package:
Summary:
Parse and extract financial records from OFX files
Groups:
Author:
Description:
This class can be used to parse and extract financial records from documents in OFX format (Open Financial Exchange) used by programs such as Intuit Quicken and Microsoft Money.

In can parse an OFX document either from a string or from a file.

The class can retrieve the document financial records and filter by several types of criteria like by memo, by identifier, by check number, by date, credits and debits.


Nested Set DB Table

Package:
Summary:
Manage nested sets of data stored in a database
Groups:
Author:
Description:
This package can be used to manage nested sets of data stored in a database.

It can create and manager an hierarchy of nodes in a database table allowing to retrieve, add, update and delete nodes.

There are database adapters to access the tree of nodes in various types of databases, as well a special version that uses the Zend Framework DB_Table package to manage the table with the tree nodes.


Powered by Gewgley