Categories
Tags → Php Class Example

PHP Tree Structure stored in MySQL database

cNodes is a php class to store and manipulate tree structure in a mysql database. An example of a typical uses for this would be a web directory. Its important to note that the class and the table are meant only to model the relationships between nod...
DETAILS

Secure hash based encryption

This class implements a hash based (sha1 / md5) block cipher in output feedback mode and provides secure encryption for php installations without mcrypt library. Documentation comes in phpDoc format. Example script is provided. V. 1.0.1: ...
DETAILS

SimpleBytes SimpleTrace class

SimpleTrace is an open source PHP class designed to help developers with the task of debugging and analyising script runs. The class allows you to output messages to a number of different formats for analysis at run time or at a later date. As Simple...
DETAILS

PHxmltvParser

PHxmltvParser consists of a parser class and some helper classes in PHP which parses an XMLTV data file and stores the information in a collection. There also is a simple example script which shows how to use the classes and displays a tv listing tha...
DETAILS

EveryDNS.net PHP DNS Management

EveryDNS is a great free DNS service. This is an example interface and a object oriented class to interface with the everDNS.net service. It is written in php 5, but should work with php 4. Makes it very easy to manage your everyDNS account at the...
DETAILS

Easy PHP Upload

This PHP upload class (the old name) can be used to upload files with a client browser to a remote web server location. The features in the first release are: file-extension check, maximum file- size limitation and a flexible error reporting system. ...
DETAILS

PHP_Debug

[PHP_Debug] An open source PHP debug library Hi, i have motivated myself to write this debug class, it works pretty fine. :) Here what the class alows : - Pear integration - PHP Process time - Database and query process time - Dump...
DETAILS

E-Gold Toolkit

The E-Gold Toolkit is a PHP class designed to make integrating E-Gold into your site easier. Includes example apps. This is the first in a number of E-Gold applications that we''ll be releasing in the near future. All powered by this toolkit
DETAILS

File Upload Class

This class makes the already easy php file upload even easier. It comes with an example file showing how to use it and JavaDoc style documentation.
DETAILS

class.dbconn.php

class.dbconn.php is a php class for managing database connections, allowing you to simplify a database access. The example uses PosgreSQL, but you can easily modify it for other databases.
DETAILS

Page:
©2003-2019 jCay.com