Categories
Tags → Php Class Functions

DeliciousBrownies 1.0

This class is a set of PHP functions to access del.icio.us web service API. Use this class to easily manage your posts and do some other cool stuff on del.icio.us. Visit http://del.icio.us/nashru ddin to see the result. I posted all of my blog''...
DETAILS

gAjax

This package can be used to execute PHP functions from Javascript using AJAX calls. It registers PHP function that may be called from Javascript. Then it can generate the necessary Javascript code to call those PHP functions using AJAX. A...
DETAILS

PHP WSDL Generator

This package can be used to generate a Web Services Definition Language (WSDL) document from the code of a class that implements Web services calls. It parses the code of a given PHP class script files and generates a WSDL definition from the l...
DETAILS

DbCon

DbCon is a free php based MYSQL API class that provides functions to fetch data from the database, query the database with sql statements from file, it also has performance tracking and several other features.
DETAILS

Creating an object oriented MySQL abstraction class

In this tutorial I will show you how you can create an object oriented database abstraction class for MySQL database. Besides the basic functions this manager class can summarize total time spent with db connection and query execution and counts how ...
DETAILS

PHPLiveX

This class can be used to call PHP functions from Javascript in Web pages using AJAX. It generates Javascript code that implements functions with the same names and function arguments as given list of existing PHP functions. When the gene...
DETAILS

MyDatabase

MyDatabase is a PHP class that offers standard functions needed to navigate a database, but hides the implementation specifics. Works with both Access and MySQL. If you use both types of databases, this class is your answer. Easily switch between dat...
DETAILS

GIF images into animated GIF with native PHP class

This class can be used to generate a GIF animation from a set of individual frames in GIF image format. The class takes as input parameters the list of GIF frame image files, the animation delay between each frame, the horizontal and vertical o...
DETAILS

Secrypt

Currently there are no functions in a default build of PHP to carry out two way encryption, there is the mcrypt extension but it is not build in PHP by default. Secrypt is a class written in PHP to fill that gap and allow secure, customizable and mos...
DETAILS

Pure PHP XHTML Validator

The XhtmlValidator can be used to validate XHTML documents. It uses only the expat extension functions always available under since PHP 3 and it does not need other external XML processing extensions. The class parses the documents and check wh...
DETAILS

Page:
©2003-2019 jCay.com