Category Archives: Classes

coverFlow

Package:
coverFlow
Summary:
Generate images using the cover flow effect
Groups:
Graphics, HTML
Author:
Uku-Kaarel Jo~esaar
Description:
This class can be used to generate images using the cover flow effect.

It takes a set of images and composes a new image displaying all the images using the cover flow 3D perspective effect.

The class also generates HTML are map so clicks on the displayed images lead to a new URL that displays the clicked image as the main cover image.


JMBG

Package:
JMBG
Summary:
Validate and extract details from JMBG numbers
Groups:
PHP 5, Text processing, Validation
Author:
Nemanja Avramovic
Description:
This class can be used to validate and extract details from JMBG numbers (Jedinstveni Maticni Broj Gradjana) - Unique Master Citizen Number.

It can parse JMBG number to validate it and extract the citizen birthday date, age, country and region of birth and gender.

The class can also compute a checksum to create a new valid JMBG number.


PHP Chunk

Package:
PHP Chunk
Summary:
Extract chunks from large XML files
Groups:
Files and Folders, PHP 5, XML
Author:
Dom Hastings
Description:
This class can be used to extract chunks from large XML files.

It can read given XML files and search for sections that are enclosed by a given XML tag.

The class returns each XML document chunk with the given tag iteratively until it reaches the end of the file.


PHP URI Class

Package:
PHP URI Class
Summary:
Convert the request path info string into an array
Groups:
HTTP, PHP 5
Author:
Sebastian Potasiak
Description:
This class can be used to convert the request path info string into an array.

It parses the PATH_INFO request variable and splits into parts separated by the slash that are stored in an array class variable.

The class can also check if a given path info segment exists and what is its value.


get2post

Package:
get2post
Summary:
Generate links that post forms
Groups:
HTML
Author:
gianluca
Description:
This class can be used to generate links that post forms.

It generates HTML with Javascript to display a link that when clicked it will submit a form using the POST method.

When the link is clicked it can ask the user to confirm the form submission.

The form input values can be encrypted.


xHTML form generation class

working form example
Package:
xHTML form generation class
Summary:
Compose and generate HTML forms programmatically
Groups:
HTML
Author:
Sasha Khamkov
Description:
This class can be used to compose and generate HTML forms programmatically.

It can compose a form by call functions that add inputs, labels, required input marks and line breaks.

The class assembles the HTML of all inputs and displays it as the current script output.


Round Robin Class

Package:
Round Robin Class
Summary:
Schedule season matches using round robin
Groups:
Games
Author:
Felix Stiehler
Description:
This class can be used to create a schedule of championship season matches of any sport using the round robin algorithm.

It can take a list of teams or players participating in a season and use the round robin algorithm to generate a schedule of the games that each team or player will play.

There are class functions to iterate over each championship match day and the matches on each match day.


ObPipeMenu

CPU frequency menu.
Package:
ObPipeMenu
Summary:
Generate menus for OpenBox window manager
Groups:
Systems administration
Author:
Stefan Saftescu
Description:
This class can be used to generate menus for OpenBox window manager.

It can add menus, sub-menus and items to the definition of menus to be used with the OpenBox window manager.

The class generates the necessary XML for the defined menus and displays it as the output of the current script.


Powered by Gewgley