Featured Posts

Why PHP Frameworks MatterWhy PHP Frameworks Matter In a 1998 interview with Dr. Dobb’s Magazine, creator of the Perl programming language Larry Wall concluded his answer to the final question with a tip I’ve never forgotten, remarking, “Take...

Readmore

  • Prev
  • Next

DBase

Posted on : 31-12-2011 | By : admin | In : PHP Classes

0

This class can execute common MySQL queries from parameter lists. It can connect to a given MySQL database server and execute several types of common SQL queries from parameter lists that define tables, fields, field values and conditions. Currently it can execute SELECT queries and return results in an array, INSERT, UPDATE and DELETE table records, and count table records that match a given condition.

Excerpt from:
DBase

Prepare Statements DB Connection

Posted on : 30-12-2011 | By : admin | In : PHP Classes

0

This class can execute database queries with PDO prepare statements. It can establish a connection to a given database using PDO. The class can execute SELECT, INSERT and UPDATE queries by taking the SQL query string and a list of argument values that will be used to set as parameters of the prepared statement.

View post:
Prepare Statements DB Connection

TinyPie

Posted on : 30-12-2011 | By : admin | In : PHP Classes

0

This class can generate pie charts as images embedded in HTML.

More:
TinyPie

RoboTamer Backup

Posted on : 29-12-2011 | By : admin | In : PHP Classes

0

This class can backup files using rsync. It reads a .INI file with configuration values that define at least the source and destination directories to backup

Continued here:
RoboTamer Backup

Build Simple OO MVC

Posted on : 29-12-2011 | By : admin | In : PHP Classes

0

This class implements the MVC design pattern. It provides an abstract class that should be derived to implement actual controller classes.

Continued here:
Build Simple OO MVC

Image Thumbnail

Posted on : 28-12-2011 | By : admin | In : PHP Classes

0

This class can create thumbnails from uploaded image files.

Original post:
Image Thumbnail

Arroba

Posted on : 28-12-2011 | By : admin | In : PHP Classes

0

This class can extract annotation property values from classes. It extends the reflection class to extract annotations from comments in the code of a given class. The class can get the values of given properties defined specified class annotations.

View original post here:
Arroba

ucaptcha

Posted on : 27-12-2011 | By : admin | In : PHP Classes

0

This class can generate CAPTCHA validation with custom effects. It can generate an image with random characters from a configurable list of allowed characters sets

More here:
ucaptcha

Paypal Invoice API

Posted on : 27-12-2011 | By : admin | In : PHP Classes

0

This class can create and manage sales invoices Paypal Invoicing API.

Follow this link:
Paypal Invoice API

ISO 7064 Mod 97 10

Posted on : 26-12-2011 | By : admin | In : PHP Classes

0

This class can encode and verify number checksum with ISO 7064 mod 97 10 . It can take a string with digits and computes the respective mod 97 checksum according to ISO 7064 standard used in financial transactions

See the article here:
ISO 7064 Mod 97 10