Software Downloads for "Php Class Syntax Check"
- PHP Porter Word Stemmer
- License: Freeware

This PHP class is a fairly faithful implementation of the Porter Stemming algorithm for reducing English words to their stems. The primary use of stemming words is in keyword indexing, if you're building a search application..
- Platform: Scripts, PHP
- Publisher: chuggnutt.com
- Date: 13-08-2011
- Servertime
- License: Shareware

This is a PHP class that shows the server time as a ticking digital text clock. New features: alarm times, date format in German, English and French, 24h / 12h time format..
- Platform: Scripts, PHP
- Publisher: ingoknito.de
- Date: 02-07-2011
- PHP Class Generator
- License: Shareware

The PHP Class Generator is a small windows desktop application that allows a PHP programmer to generate Entity classes from a MySQL database table. For instance, if the user has a table in his or her MySQL database called customers. With this app, that programmer can generate an Entity class called customer that will hold all of the proper getters and setters as well as constructor, destructor and loadById methods. The app also provides a DatabaseManager class, which will connect to the MySQL database using the provided connection parameters given by the user.
- Platform: Scripts, PHP
- Publisher: phpmyentitygen.sourceforge.net
- Date: 06-02-2011
- Amazon SimpleDB PHP Class
- License: Freeware

This is a PHP class designed to provide an easy REST-based interface to Amazon's SimpleDB service. It is based on based on Donovan Schonknecht's Amazon S3 PHP class, found here: http://undesigned.org.za/2007/10/22/amazon-s3-php-class.
- Platform: Windows
- Publisher: php-sdb.sourceforge.net
- Date: 02-11-2012
- Size: 32 KB
- ClaRe (PHP class collection)
- License: Freeware

ClaRe is a PHP class collection ready to use for web application development. It contains useful library for array, object or date and it can manage MySql connections, html forms or xml files..
- Platform: Windows
- Publisher: clare.sourceforge.net
- Date: 07-10-2012
- Size: 35 KB
- Panglossa go!Johnny PHP class library
- License: Freeware

The Panglossa go!Johnny PHP class library is a collection of PHP classes designed to simplify and automate the work of the web programmer, allowing the use of a single programming language (PHP) instead of mixing up code from different languages..
- Platform: Windows
- Publisher: gojohnny.sourceforge.net
- Date: 05-09-2012
- Size: 82 KB
- php Class Generator - PCG
- License: Freeware

PHP Class Generator will generate PHP 5 source code from your mysql BD model. PCG The internal optimizer self create objects on demand and provide fluid interface. You can plug-it on Zend Framework. PCG takes advantage of technological lead of language..
- Platform: Windows
- Publisher: apps.sourceforge.net
- Date: 07-07-2012
- Size: 313 KB
- PHP Class Generator Eclipse plug-in
- License: Freeware

PHP Class Generator Eclipse plug-in creates multiple PHP classes based on an XML template and a MySQL database table. Each generated class represents an access object for one database table, offering getters and setters for each database table field..
- Platform: Windows
- Publisher: schallschlucker.de
- Date: 25-11-2012
- Size: 1067 KB
- TCPDF - PHP class for PDF
- License: Freeware

TCPDF is a PHP class for generating PDF documents without requiring external extensions. TCPDF Supports UTF-8, Unicode, RTL languages, XHTML, Javascript, digital signatures, barcodes and much more..
- Platform: Windows
- Publisher: tcpdf.org
- Date: 03-06-2012
- Size: 11360 KB
- PHP mySQL Database Wrapper Class
- License: Freeware

This PHP class is a mySQL database access wrapperIt provides methods for interracting with a mySQL database from within PHP, easily and securelySome of the features include- connecting to a mySQL host and selecting a database- method that is an alias of PHP's native mysql_query() function with the main differences being that, if passed in a special way, parameters will be automatically escaped and that errors will be reported to the built-in debugger - the query() method- shorthand methods for running queries that perform COUNT(), MAX() or SUM() queries - dcount(), dmax() and dsum() methods- shorthand method for fast retrieval of data in individual rows or even specific items in individual rows - the dlookup() method- method that is an alias of the PHP's native mysql_real_escape_string() function with the main difference being that...
- Platform: Scripts, PHP
- Publisher: Stefan Gabos
- Date: 01-06-2011
- select menu php code generator
- License: Shareware

Select is a PHP class that allows you to create "select" drop down menus in an easy manner so that you can dynamically update your menu from a file or a database..
- Platform: Scripts, PHP
- Publisher: bigprof.com
- Date: 21-03-2011
- class.upload.php
- License: Freeware

This class manages file uploads for you. In short, it manages the uploaded file, and allows you to do whatever you want with the file, especially if it is an image, as many times as you want. It is the ideal class to quickly integrate file upload in your site. If the file is an image, you can convert and resize it in many ways. That's all you need for a gallery script for instance. How does it work? You instanciate the class with the $_FILES['my_field'] array where my_field is the field name from your upload form.
- Platform: Scripts, PHP
- Publisher: verot.net
- Date: 13-09-2011
- class.manpagelookup.php
- License: Shareware

This is a PHP class that allows you to do unix/linux man page lookups from your website. Easy to use, and produces the results in a nicely formatted layout. It allows you to search with keyword and section numbers, and also display a list of all those found starting with a particular letter, or all starting with digits, or non-alphanumeric characters, etc. This class now includes the ability to cache your results for much faster lookup, and also has a timer built in so that you can guage just how long it takes to display your results.
- Platform: Scripts, PHP
- Publisher: php.amnuts.com
- Date: 16-01-2011
- MathGuard PHP form spam protection
- License: Freeware

MathGuard is a PHP class that inserts a small piece of HTML code into your HTML form which requires the user to evaluate an expression consisting of two random numbers. When user submits the form with the answer, the answer is hashed and compared to the security code that has been submitted as well. This way you can easily protect your forms from spambots..
- Platform: Scripts, PHP
- Publisher: Matej Koval
- Date: 09-07-2011
- last-RSS.php
- License: Freeware

lastRSS.php is simple yet powerfull PHP class to parse RSS 0.9x, 1.0 and 2.0. It use quick regullar expressions instead of XML parser and returns associative array with RSS fields as a result. Included transparent cache doesn't cache RSS file directly, neither HTML output, but serialized variable. Cached data isn't parsed every time, but you can still access individual fields. LastRSS includes character encoding conversion - all encodings supported by iconv library..
- Platform: Windows, Unix, Linux
- Publisher: Vojtech Semecky
- Date: 14-06-2004
- Size: 2 KB
- vlibTemplate
- License: Shareware

vlibTemplate is a php class that is intended to make splitting PHP from HTML a simple and natural task. It has easily understandable syntax. It compiles a template into native PHP code using 1 (one) pcre call, thus the parsing is extremely fast (and the resulting compiled templates can be easily cached). The vlibTemplateCache class, caches each template in native php code thus allowing vlibTemplate to bypass the majority of the regex calls when the template is recalled. vlibTemplateCache also checks for newer versions of the original template and updates the cache accordingly.
- Platform: Scripts, PHP
- Publisher: vlib.clausvb.de
- Date: 07-10-2011
- FX.php
- License: Shareware

FX.php is a PHP class which combines the ease-of-use of FileMaker with the power of PHP. In the latest release, FX.php allows access to every version of FileMaker since version 5, and preliminary support has been added for MySQL. FX.php is designed to give FileMaker users the advantages and flexibility of using PHP. In addition, the new MySQL support adds the option of using data from multiple data sources, without knowledge of SQL..
- Platform: Scripts, PHP
- Publisher: iviking.org
- Date: 09-07-2011
- MySQL Class
- License: Shareware

This is a simple MySQL PHP class that allows you to easily connect, do queries, etc with your DB. Easy to set up..
- Platform: Scripts, PHP
- Publisher: phptools4u.com
- Date: 18-04-2011
- XLS Reader Class
- License: Shareware

XLS Reader - PHP class that can read binary XLS files (MS Excel) using PHP only on all platforms. MS Excel or any additional PHP modules are not required. With this script you will be able to easily present your reports, price lists etc. on your web sites without any additional programming. Or you can extract data from XLS tables into some database like MySQL. The script is able to convert XLS files created by MS Excel to HTML tables, preserving almost all formatting properties (including date, time, numbers and currencies).
- Platform: Scripts, PHP
- Publisher: paggard.com
- Date: 11-06-2011
- class.gzip_encode.php
- License: Shareware

class.gzip_encode.php is a php class to gzip encode served content to reduce size..
- Platform: Scripts, PHP
- Publisher: leknor.com
- Date: 21-05-2011





