Posts Tagged 'class'

Akismet class

Posted by admin on December 11 2009 Add Comments

Akismet class
By: Cesar D. Rodas
This class can be used to check whether a blog comment or some other text is spam using Akismet Web service.
It can access the Akismet Web server and execute several possible services:
- Verify whether your Akismet service access key is valid
- Check whether a text is spam
- Submit a text that [...]

ABrowser Class

Posted by admin on December 11 2009 Add Comments

ABrowser Class
By: George Clarke
This package can be used to provide a Web interface to browser server side files and folders.
It lets the user browse listings of files and folders below the current script directory.
Its features are:
- List folders in the first column
- List files in the next three columns: images, scripts and text files
- The [...]

cmd class

Posted by admin on December 11 2009 Add Comments

cmd class

By: Hemp Cluster
This class is meant to provide access to the data passed via standard input to a [COLOR=#006400 ! important][COLOR=#006400 ! important]script [COLOR=#006400 ! important]executed[/COLOR][/COLOR][/COLOR] from the command line. It also provide access to write data to the script standard output.
Download:
http://www.ziddu.com/download/7544515/cmd_class-2003-11-20.zip.html

ianaz configuration class

Posted by admin on December 11 2009 Add Comments

ianaz configuration class
By: Silvio Rainoldi
This class can be used to create a configuration file as a PHP script.
It takes as parameters the names and values of several configuration variables.
The class generates a PHP script file that assigns a variable with an associative array with the defined configuration variables. The name of the array variable is [...]

db class dre

Posted by admin on December 11 2009 Add Comments

db class dre

By : Hairul Azami
This class can be used to backup and restore MySQL databases.
It can connect to a given MySQL database server and generate SQL statements that can be used to recreate the database tables and its contents. The class can backup all tables or a given subset.
A separate auxiliary class can compress [...]

Cruncher class

Posted by admin on December 11 2009 Add Comments

Cruncher class

By : Andrea Giammarchi
This class can be used to compact source code by removing comments and white space.
It uses the SourceMap class to extract only the relevant tokens to remove comments and white space from the original source code.
It was meant to process code in languages based on ECMAScript, like JavaScript, ActionScript, and others, [...]

u Class Dir

Posted by admin on December 11 2009 Add Comments

u Class Dir
By : Epsilon Alexey
This package can be used to locate and load PHP classes.
It provides an auto-load function that calls the main class to load the necessary class scripts when a new class that was not yet loaded is required.
Another class can scan directories recursively to find the location of all available classes. [...]

PHP or Java Class Code Generator

Posted by admin on December 11 2009 Add Comments

PHP or Java Class Code Generator

By : Valics Lehel
This package is meant is automate the generation of classes to access databases in Java beans style.
It uses the Fast Template engine to process template files that define the skeleton of functions and variables of classes that store and retrieve data object property values from a given [...]

PHP MySQL class generator

Posted by admin on December 11 2009 Add Comments

PHP MySQL class generator

By : marco voegeli
This package can be used to generate classes that wrap rows of MySQL database tables providing an object oriented interface to manipulate the table row data.
It generates getter and setter functions to access the table row column values as class variables.
It also generates functions to insert, select, update and [...]

JP Class Creator

Posted by admin on December 11 2009 Add Comments

JP Class Creator

By : Jon Pulice
This class can be used to generate class files from definitions of variables and functions specified dynamically at run time.
The class provides means to add variables and functions to a class.
The definition of variables takes the variable name, default value and a description comment. The definition of functions takes [...]