PHP Classes

Login System: Authenticate users with records in a database

Recommend this page to a friend!
  Info   View files View files (12)   DownloadInstall with Composer Download .zip   Reputation   Support forum (2)   Blog    
Ratings Unique User Downloads Download Rankings
StarStarStar 57%Total: 2,114 All time: 1,849 This week: 200Up
Version License PHP version Categories
login-system 1.0GNU General Publi...5.2PHP 5, Databases, User Management
Description 

Author

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.

Picture of Nitesh Apte
  Performance   Level  
Name: Nitesh Apte is available for providing paid consulting. Contact Nitesh Apte .
Classes: 17 packages by
Country: India India
Age: 40
All time rank: 1337 in India India
Week rank: 45 Up6 in India India Up
Innovation award
Innovation award
Nominee: 3x

Winner: 1x

Details

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. Version 1.0 This application is basic implementation of OOPs concept. I have implemented only login system. For registration purpose you need to do exactly the same way as login system, only need is to run INSERT query inplace of SELECT query. Also improvement can be done with respect to validation, session-cookie management, encryption like md5. (As I have said these package is for newbie who want to implement OOPs concept.) I have demonstrated only for MySQL database. You can implement for Oracle, PostgreSQL or any other DB. You need to extend the abstract class and implement the interface given in the package. PS: There is always better way of writing code. You can write better than what you seeing in this package. Cheers!! Nitesh Apte

  Files folder image Files  
File Role Description
Files folder imagecore (5 files)
Accessible without login Plain text file index.php Appl. Login Page
Accessible without login Plain text file LICENSE.TXT Lic. License File
Accessible without login Plain text file LoginDetails.txt Data Login Details
Accessible without login Plain text file movieDB.sql Data DB Back Up
Accessible without login Plain text file process.php Appl. Processing Page
Accessible without login Plain text file Readme.txt Doc. Readme Text
Accessible without login Plain text file welcome.php Appl. Logged In - Welcome Page

  Files folder image Files  /  core  
File Role Description
  Plain text file abstract.dbconfig.php Class This is an abstract class for setting the configuration values for Database Connectivity.
  Plain text file class.mysqldb.php Class MySQL database connectivity.
  Plain text file class.oracledb.php Class Oracle database connectivity.
  Plain text file class.userprofile.php Class The user profile
  Plain text file interface.dbconfiginterface.php Class Interface for Database Connectivity

 Version Control Unique User Downloads Download Rankings  
 0%
Total:2,114
This week:0
All time:1,849
This week:200Up
User Ratings User Comments (1)
 All time
Utility:83%StarStarStarStarStar
Consistency:75%StarStarStarStar
Documentation:83%StarStarStarStarStar
Examples:-
Tests:-
Videos:-
Overall:57%StarStarStar
Rank:1625
 
Met my initial needs Thanks
12 years ago (George Alfradique)
67%StarStarStarStar