-
Easy class takes XML data and makes it into objects named as the tags in the XML data, with the cdata for values. Can also be used for statistics on the XML file.
-
Captcha Numbers classes can generate images for use in CAPTCHA based validation tests (Completely Automated Public Turing test to tell Computers from Humans Apart).Captcha Numbers classes can generate an image with a random sequence of numbers over a grid of lines. The numbers and the grid are rendered in configurable colors. The numbers are rendered using a given TrueType font. ...
-
cDB is a class for easy access MySQL databases.cDB Class includes:- Internal timming for benchmarcks- isRsEmpty - checks if resultset is empty (fast)- getRows - similar to getRows of asp ADO (easy loop regs with foreach)- debugMode
-
base_mysql uses only methods avoiding a direct access to the internal variables (means no public variables).Features of base_mysql:- Debug messages (can be activate or not);- Error handling (can be activate or not);- Basic MySQL functions.The main idea of base_mysql is to use only methods avoiding a direct access to the internal variables (means no public variables).
-
Mandelbrot can generate Mandelbrot and Julia fractals images using arbitary precision math using the PHP BC extension.Mandelbrot can be configured to set many different fractal parameters and the size of the output image, which is saved to a file in the PNG format using PHP GD extension.
-
Perfect Database File is meant to manage a database that stores its tables in files.It uses only PHP file access functions, so it does not require special extensions. It may be useful if you do not want or you do not have access to database servers like MySQL or PostgreSQL.Perfect Database File provides SQL support to perform database queries: SELECT, ...
-
Numero a Letra is meant to spell quantity numbers using Spanish words.It provides options to spell the quantities with either male or female gender, specify the currency when the quantity refers to money, specify the case of the words as well a prefix and a suffix to be returned with the text.Limitations:The source code and comments are in Spanish.
-
numeroaletra class performs the translation of numbers to letters in Spanish and numbers to euros.
-
HTML parser classes is meant to parse HTML code from a string or from a file and generate the processed content that may highlighted with different functions that handle the HTML tags, attributes, data, comments and DTD information.Optionally, the processed HTML may be outputted with line numbering.HTML parser classes may be used to different HTML processing by the means of ...
-
Access MySQL database is a simple wrapper to access MySQL databases.Access MySQL database provides functions to establish connections, execute select queries sorted by the primary key value, insert table rows using given values, retrieve the primary key of the last inserted record, delete table rows given the primary key value, retrieve the number of affected rows by a query, count ...
-
French White Pages can access the French white pages site to submit a search query and collect the results. It can perform a search using as criteria a name, surname, location name and optionally an address.
-
The functions can be used on strings or arrays of strings, of any depth. Full documentation of these methods can be found within the class comments.Key Features class.strings.php:- validateString()- validateArray()- validateEmail()- convertSymbolsToEntities()- convertTextToHTML()- trimStringToLength()- trimWordFromString()- trimFirstWordFromString()- trimLastWordFromString()- trimString()- trimStringLeft()- trimStringRight()- addSlashesToString()- trimSlashesFromString()- processFunction()- getOrdinalString()- getPluralString()- trimNewlinesFromString()- trimCarriageReturnsFromString()- getFileExtension()- getFileName()- getFileSize()- countWords()- countSentences()- countParagraphs()- getStringInformation()
-
MySQL backup class is an easy way to move, back up and restore you mysql databases. You can easily backup your mysql database in text files and restore them again.
-
Thumbnail and Watermark is a class that can process an image on the fly by either generate a thumbnail, apply an watermark to the image, or resize it.Autodetect GD 1 and GD 2, auto-fitting, scaling, calculate quality factor for a specific file size, suport bicubic resample algorithm. The processed image can either be displayed in a page, saved to a ...
-
Input Class implements a way to sanitize the input values passed to a script.It can sanitize values set either as strings or arrays. In the case of array values, these may be processed recursively if they define multi-dimensional data structures.Input Class also provides a unified way to access to different types of input values assigned to the super-global variables POST, ...


