RSS 744 projects tagged "php classes"

No download Website Updated 20 Dec 2007 A PHP Simple error handler class.

Screenshot
Pop 15.56
Vit 1.00

Simple error handler class can be use to intercept and log PHP execution errors. The class provides an error handler function that outputs a stack back-trace with the functions, arguments, file, and lines of where an error occurs, as well the values of super-global variables $_GET, $_POST, and $_FILES, and also the IP address of the current user accessing the site. When used with a MySQL class that triggers PHP errors on a MySQL error, you can use it as a means to debug broken MySQL queries.

Download Website Updated 14 Apr 2004 ADOXML

Screenshot
Pop 40.64
Vit 1.00

This class is meant to execute a SELECT query on any database table and generate a XML document from the query results. The class can also take the resulting XML document and execute an INSERT or UPDATE SQL query to update any other table. This class requires the packages ADODB and EZXML that need to be downloaded separately.

Download Website Updated 12 Jan 2007 ADOdb Lite

Screenshot
Pop 80.82
Vit 3.61

ADOdb Lite is a small, fast replacement for ADODB that uses 1/6th of the memory and is up to 300% faster, while being compatible with a subset of the most commonly used ADODB commands. It supports Frontbase, MaxDB, MiniSql, MSSQL, MySQL, ODBC, PostgreSQL, SQLite, and Sybase.

Download Website Updated 28 Sep 2005 AJASON

Screenshot
Pop 84.56
Vit 1.76

AJASON is a PHP 5 library and JavaScript client for the Web technology called AJAX. AJAX permits data to be fetched asynchronously without the need for reloading the Web page and thus allows the development of interactive GUI-like Web applications. JSON is a lightweight data interchange format which is used by AJASON to exchange data between server and client. AJASON features the ability to exchange complex data types and client-side error reporting for server-side AJASON errors.

Download No website Updated 18 Jul 2011 AJAX Calendar

Screenshot
Pop 35.54
Vit 26.56

AJAX Calendar is a PHP class that can be used to display month calendars that can be browsed using AJAX. It can generate HTML and JavaScript to display a month calendar with links to browse the months using AJAX to avoid page reloading. The class can make given days be displayed as links to event pages. The browsing may be restricted to given dates. The months and week day names are customizable. The presentation details may be customized using CSS.

No download Website Updated 01 Dec 2011 AMT REST API

Screenshot
Pop 18.84
Vit 24.34

AMT REST API implements all the functionality available in the Amazon Mechanical Turk API natively in PHP. There are no external dependencies. The package requires PHP 5.3 or later and uses namespaces. Optional sub-packages handle worker qualifications and notifications sent by the AMT service. The source is intended to be used with the docblox automatic documentation system. An HTML manual cross-links the internal documentation with Amazon's API documentation.

No download Website Updated 21 Jan 2006 ARSCIF

Screenshot
Pop 85.70
Vit 2.52

ARSCIF is a powerful framework that makes it trivial to use asynchronous remote-script callback invocation (AJAX) techniques. It helps the developer by working out problems such as data and character encoding, concurrency control, browser implementations, and so on, allowing the creation of pages with sophisticated, dynamic features.

No download Website Updated 20 Oct 2006 Access_user Class

Screenshot
Pop 67.97
Vit 5.35

Access_user Class is an easy to use system for protecting pages and registering users. The main features are user login, user registration, page protection, forgotten password recovery, and email-based account activation. The class is powered by MySQL and PHP sessions. Inside the package are examples for all primary methods.

Download Website Updated 23 Feb 2006 Active Calendar

Screenshot
Pop 446.01
Vit 5.36

Active Calendar is a PHP class that generates calendars (month or year view) as HTML tables (XHTML-Valid). It can produce static calendars without any links or calendars with a week number column, navigation controls, a date picker control, event days and content with event URLs, and linkable days (optionally URL or Javascript). The layout can be configured using CSS, and JavaScript is not required. The supported dates (on systems using a 32-bit signed integer Unix time_t) are: 1902-2037 (Unix) and 1971-2037 (Windows), when using the default PHP native date functions, and 100-3000 and later, when using the ADOdb Date Library.

Download Website Updated 23 Feb 2005 ActiveDBLib

Screenshot
Pop 24.19
Vit 1.00

ActiveDBLib is a PHP class to access MySQL or other databases by using various database abstraction libraries. Its primary intention is to hide the differences between the different abstraction libraries, and to provide standard methods for the database connection, query, and result operations. It currently supports the ADODB, PEAR:DB, and Metabase libraries. This way, not only a project can be database independent, but also be database abstraction library independent.

Screenshot

Project Spotlight

Triceps

An embeddable Complex Event Processing system.

Screenshot

Project Spotlight

Stabie Rand Editor

A reimplementation of the RAND text editor.