Categories
Tags → Class In Php

NumPer

NumPer (Number to Persian) is an easy-to-use PHP class for converting numbers to strings in the Persian language. The function input is a number from 0 to 999999999999 (and may you add more by configuring the appropriate array), and output is a strin...
DETAILS

phpDB

phpDB is a php database abstraction class which is extendable to provide a generic interface. Currently MySQL is the only database abstraction catered for in this version and the hooks are in place for other database types. Future release will expa...
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

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

PHP Typo Generator

Php Typo is a simple class to generate lists of typos. The typos can be used to produce alternative libraries or produce likely typo terms to bid on in pay per click campaigns.
DETAILS

Overture keyword traffic PHP class

This simple PHP class extracts the suggestion keywords from Overture (Yahoo! Search Marketing) together with their popularity counts from your input. You can plug this class in any PHP application/framework.
DETAILS

Working with PHP5 Class Types

This article is intended for experienced PHP programmers interested in exploring PHP 5''s support for working with class types through argument hinting, abstract classes and interfaces. Basic knowledge of object-oriented programming, including t...
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

cURL

This class is an object oriented wrapper around the PHP cURL extension functions. The cURL extension is often used as HTTP client to access to remote Web pages or Web services via HTTP like those using the SOAP protocol. The class provide...
DETAILS

PRAjax - PHP Reflected Ajax - v1.2.1

The PRAjax class can be used to reflect PHP code into JavaScript and Ajax methods and vice-versa. The following features make this library worth using: * Allows easier Ajax programming with PHP * PHP functions and objects can be re...
DETAILS

Page:
©2019 A--9.com