Tag Archiv: classes

Inline Style

Package:
Inline Style
Summary:
Apply stylesheets to HTML as tag style attributes
Groups:
HTML
Author:
Christiaan Baartse
Description:
This class can be used to apply style sheets to HTML as tag style attributes.

It parses an HTML document, finds external or inline style sections, and applies the defined styles to tags that match the defined style selectors to make the tags use style attribute instead.


Simple Hit Counter

Package:
Simple Hit Counter
Summary:
Count the number user accesses using files
Groups:
Files and Folders, PHP 5
Author:
Brent Rossen
Description:
This class can be used to count the number user accesses using files.

It stores in one text file the list of the IP addresses of all users that access the site, in another file the number of unique visitors and the total number of accesses in another file.

The class can also retrieve each of the counts from the files.


zQRCode

Package:
zQRCode
Summary:
Generate QRCode images using Kaiva.com site
Groups:
Graphics, PHP 5, Web services
Author:
Joandi
Description:
This class can be used to generate QRCode images using Kaiva.com site.

It can send an HTTP request to the Kaiva.com site and pass parameters about the size of the image and the data from which it will generate the QRCode image.

The generated image is returned as a string.


Query Paginator

Package:
Query Paginator
Summary:
Retrieve MySQL query results split in pages
Groups:
Databases, PHP 5
Author:
Marius Zadara
Description:
This class can be used to retrieve MySQL query results split in pages.

It can execute a given MySQL SELECT query and retrieve its results split in pages with a given limit number of records.

The class can iterate over the complete set of results and return the query result pages as arrays until there are no more result pages to retrieve.


MongoFS

Package:
MongoFS
Summary:
Store and get data in MongoDB GridFS like files
Groups:
Databases, Files and Folders, Stream wrappers
Author:
Cesar D. Rodas
Description:
This class can act as stream wrapper, so it can store and get data in MongoDB GridFS like regular files.

It uses the MongoDB extension to perform data access functions on files stored in a MongoDB database.

The class supports open, read, write, seek position, tell, eof, flush data, close and unlink stream access functions.


GridView

Screenshot
Package:
GridView
Summary:
Display MySQL query results in an HTML table
Groups:
Databases, HTML, PHP 5
Author:
naveed quadri
Description:
This class can be used to display MySQL query results in an HTML table.

It can execute a given MySQL query and generate an HTML table with the query results.

The class can render the table columns with result column data using custom formats, with links and check boxes. The table listing may have pagination links.

The presentation of the table and link styles are configurable using CSS.


PHP MD5 Decrypter

Package:
PHP MD5 Decrypter
Summary:
Decrypt MD5 password and hashes with MD5Decryter
Groups:
Cryptography, PHP 5, Web services
Author:
Er. Rochak Chauhan
Description:
This class can be used to Decrypt MD5 password and hashes with MD5Decryter.com site.

It can send a request the MD5Decrypter.com site to check if it knows a given MD5 hash of a text or password.

The class parses the response page to determine whether the MD5 hash is known, and if so, it returns the original text to which MD5 was applied.


Powered by Gewgley