Category Archives: Classes

Browser Search Box Class

Package:
Browser Search Box Class
Summary:
Add your site to browser search box
Groups:
PHP 5, Searching
Author:
Mohamed Elkholy
Description:
This class can be used to add your site to browser search box.

It can generate HTML, Javascript and XML to pass information to browsers so they can add a site to the list of types of search that the browser can perform.


ParamsProxy

Sample configuration file in SciTe...
Package:
ParamsProxy
Summary:
Setup an object from XML definitions
Groups:
Language, PHP 5, XML
Author:
Claudius Tiberiu Iacob
Description:
This class can be used to setup an object from XML definitions.

It parses a XML with definitions of variables and values to set in a given object.

The class calls the object setter methods to set the given variable values.


PHP Collapsible Accordion

Package:
PHP Collapsible Accordion
Summary:
Display HTML content in accordion page sections
Groups:
HTML, PHP 5
Author:
Muhammad Asif Ali
Description:
This class can be used to display HTML content in accordion page sections.

It generate HTML and Javascript to show or hide HTML content below a title that expands like an accordion when the title is clicked.


PHP Mosaic

Package:
PHP Mosaic
Summary:
Display of mosaic composed of multiple images
Groups:
Graphics
Author:
johno dread
Description:
This class can be used to display of mosaic composed of multiple images.

It can read a given directory to open all contained image files in JPEG format.

The class generates a single image with all read images tiled as a mosaic.

The resulting image is saved to a given file also in JPEG format.


PHPBB 3 integration

Package:
PHPBB 3 integration
Summary:
Integrate site users in PHPBB 3 installation
Groups:
Databases, Forums, PHP 5
Author:
rajesh bhatia
Description:
This class can be used to integrate site users in PHPBB 3 installation.

It can perform several operations that integrate the users of a site with records in a MySQL database with the table records of users a PHPBB 3 installation.

Currently it can importing users of the site in PHPBB 3 users table, insert new user record, updating or delete existing user record.


PHP DataGrid

Package:
PHP DataGrid
Summary:
Display data from arrays in sortable HTML tables
Groups:
HTML, PHP 5
Author:
Nguyen Duc Thuan
Description:
This class can be used to display data from arrays in sortable HTML tables.

It traverses bidimensional arrays and shows its data in an HTML table.

The columns names in the table header row are configurable. The listing may be sorted when the user clicks on the header row cells. Custom columns may be added at the start or end of the table. The table presentation details may be configurable using CSS styles.

This class can be used to autogenerate a grid of data from an array which can be queried from database. It is similar to ASP.NET's DataGrid. This class supports sorting by a data column and full customizations such as changing the cell templates, changing grid and cell attributes, adding a custom column, removing a column from the grid's display...


Menu Builder

Package:
Menu Builder
Summary:
Display nested menus of HTML links
Groups:
HTML, PHP 5
Author:
Corey W.
Description:
This class can be used to display nested menus of HTML links.

It takes an array of menu items eventually with nested arrays that define sub-menus.

The class generates HTML lists with links for each menu item.

CSS classes can be used to configure the presentation styles of the menus, regular items and the current page item.


EAValidator

Package:
EAValidator
Summary:
Validate an e-mail address by checking its domain
Groups:
Email, Validation
Author:
Roberto Aleman
Description:
This class can be used to validate an e-mail address by checking its domain.

It can check a given e-mail address by verifying if it matches a regular expression with a pattern of valid e-mail addresses.

The class can also check the existence e-mail address domain by opening a connection to a host with the e-mail domain name.


conversion

Package:
conversion
Summary:
convert units to the SI/IEC standard
Groups:
CLASS
Author:
Christoph Kappestein
Description:
This class convert units to the SI/IEC standard. By default you can convert byte, meter, gram and seconds to the SI standard but you can also define your own unit. Also you can convert bytes to the IEC standard that means 1024 byte -> 1 Kibi


Conversion

Package:
Conversion
Summary:
Convert values between metric and binary systems
Groups:
Conversion, PHP 5
Author:
Christoph Kappestein
Description:
This class can be used to convert values between metric (SI) and binary (IEC) systems.

It can take values represented in unit of the metric and binary systems and vice-versa.

The class supports units like byte, meter, gram and seconds to the SI standard but you can also define your own unit.

It can also convert bytes to the binary system, for instance converting 1024 bytes to 1 KB.


Powered by Gewgley