Tag Archiv: classes

IBK Cart

Screenshot
Package:
IBK Cart
Summary:
Manage shopping carts with products from MySQL
Groups:
Databases, E-Commerce, HTML
Author:
Ibikunle Nuel
Description:
This class can be used to manage shopping carts with products listed in a MySQL database.

It can add items to the cart, update item quantities, delete items from the cart, and empty the cart.

The class may also list the items from the cart in an HTML table.


Arab Temp

Package:
Arab Temp
Summary:
Caching template processing engine
Groups:
PHP 5, Templates
Author:
Ahmed Amar
Description:
This class implements a caching template processing engine.

It takes a template file or string and processes it to generate a cached version that is a PHP script to be executed when the template output is processed.

The engine supports replacing variables, iterate over array variables inside loops, conditional sections, include separate template files, use variable sub-strings, use object variables, use GET or POST values, etc..


ini2Obj

Package:
ini2Obj
Summary:
Access INI configuration files as objects
Groups:
Configuration, PHP 5
Author:
Amin Saeedi
Description:
This class can be used to access INI configuration files as objects.

It can parse a given INI file and allow accessing the values of the configuration properties as variables of an object or entries of an array.

An additional class provides the Countable and Array access file, so the configuration entries can be traversed like arrays.

It is possible to create and use hierarchical ini files.


Simple Pagination Class

Package:
Simple Pagination Class
Summary:
Show links to browse MySQL results split in page
Groups:
Databases, HTML, PHP 5
Author:
Jay Gilford
Description:
This class can be used to show links to browse MySQL results split in page.

It takes a MySQL query string and the number of page currently being browsed and generates HTML links to browse the other pages of the query results listing.

The templates of the HTML links and the base link URL are configurable parameters.


PQuery

Package:
PQuery
Summary:
Generate Javascript to send jQuery AJAX requests
Groups:
AJAX, HTML
Author:
Roland Burda
Description:
This class can be used to generate Javascript to send AJAX requests using jQuery library.

It can generate HTML with Javascript code to call the jQuery library to send several types of requests.

Currently it can send GET requests, send form POST requests and load content into page elements.


FTP best class

Package:
FTP best class
Summary:
Recursive Upload and download files via FTP
Groups:
Files and Folders, Networking, PHP 5
Author:
Kristian Feldsam
Description:
This class can be used to send and receive files from FTP servers.

It can connect to a given FTP server, upload files to a destination directory, download files to local directory, create directories and sub-directories, change the current directory and list the files in a directory.


Login System

Package:
Login System
Summary:
Authenticate users with records in a database
Groups:
Databases, PHP 5, User Management
Author:
Nitesh Apte
Description:
This package can be used to authenticate users with records in a database.

It can verify the e-mail and password of an user logging in the system.

The main class initializes session variables if authentication is successful.

The class can also finish the session to logout the user.

The database access is abstracted. The package provides drivers to access the users database table in MySQL and Oracle.

LoginSystem - Login System, developed mainly for the
newbie PHP programmers who want to learn implementation of OOPs concept.
This application is for giving basic idea for implementing OOPs concept.


AVlib Event

Package:
AVlib Event
Summary:
Trigger and dispatch custom script events
Groups:
Language, PHP 5
Author:
av
Description:
This package can be used to trigger and dispatch custom script events.

There is one class that can register event listeners by specifying a callback function that will be invoked when an event is dispatched.

Another class encapsulates the details of events that are triggered.



Powered by Gewgley