Package:
Summary:
Generate Javascript to send jQuery AJAX requests
Groups:
Author:
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.
A new web server has been added to the Free/Open Source Web (HTTP) Server Software
page. Tornado is a scalable non-blocking web server designed for real-time web services. It is able to handle thousands of simultaneous standing connections. It is the
open source version of the server developed for FriendFeed.
Package:
Summary:
Simple MySQL database access wrapper
Groups:
Author:
Description:
This class implements a very simple MySQL database access wrapper.
It can just establish a connection to a given MySQL server, select the database to access, execute queries and close the connection.
Package:
Summary:
Recursive Upload and download files via FTP
Groups:
Author:
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.
Package:
Summary:
Authenticate users with records in a database
Groups:
Author:
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.