Login or Register Now   Email:  Password:   

Zodiac Class

This simple and easy to use class has a single purpose, to fetch the zodiac star sign of a given month and day. Great for anybody wishing to display astrological data on a website

Read More

Body Mass Index

This simple class calculates Body Mass Index from given height and weight variables. The class can take measurements in imperial or metric and will return a numeric index and also where that index falls on scale ranging from underweight to obese.

Read More

Breadcrumbs

A Breadcrumb trail is a great tool for site navigation and provides a simple menu for users to find their back up the hierachy to Home. This method alleviates a lot of complex menu creation when navigation is left to a single menu system. The easy to follow path of a breadcrumb is very user friendly and SEO friendly for those who like to push their page rank.

Read More

Yahoo Stock Report

For those who wish easy access to Yahoo stock reports to add to a website or perhaps to insert into a database, this simple class provides a clean object oriented interface to getting the quotes for stocks from Yahoo Finance.

Read More

SQL Syntax Highlighter

There are many pastebins that offer many forms of syntax highlighting. But if you need a simple, single purpose script to highlight SQL queries then this is it. The class will syntax highlight any SQL query and by simple substitution from an array of SQL related words.',

Read More

PDO2XML

This class takes a PDO statement object and converts the database results into an XML string. The XML string can be used directly or written to a file for caching or other uses. By implementing SPL traversable the iterations over the database results are optimal for large result sets.

Read More

Phproogle Docs

In response to the flood of responses about the phproogle class to make the creation of Google Maps with PHP simple, an API document has been produced to help speed up development time. The user docs cover all the methods and properties for making Google Maps with PHP and the phproogle class.

Read More

Phproogle

This is the home of the PHPRO phproogle class. This is one of the most often requests received at PHPRO.ORG for help with the Google Maps API. The phproogle class allows developers to create Google Maps and mashups with PHP without any need to learn javascript of the Google Maps API

Read More

Basic PHP Calendar Class

This class is provides the bare bones functionality to creating a PHP calander class. The class itself is complete but does very little and can be extended or build upon to create any type of calander solution. The dates are all gained via PHP rather than using a database so it is very portable and extensible.

Read More

PDOFormGen

Ever needed to dynaically create a HTML form from a database to add or edit data? Ever needed to map different form field types to database fields? This form generation class does all this and more and uses PDO as the database driver.

Read More

PDOFormGen Doc

Due to the unprecedented amount of emails recieved for support for this class, a seperate documentation page has been created to deal with issues as they arise.

Read More

PHP Classes Launch

PhPro is happy to introduce a new section on classes. this is not a tutorial on Object Oriented Programming but a collection of classes we have put together to enable rapid development within a OO model

Read More

Template Class

For those who need a simple and efficent method of templating and caching this class bundles all the goodness into one and provides much flexibility with low complexity.

Read More