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.
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.
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.
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.
Package:
Summary:
Retrieve data from CSV file into an array
Groups:
Author:
Description:
This class can be used to retrieve data from CSV file into an array.
It reads lines from a given CSV file and add array entries to a bi-dimensional array that contains the data of all rows in the CSV file.
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.
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.
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.