PHP Classes

File: Readme.txt

Recommend this page to a friend!
  Classes of Nitesh Apte   Login System   Readme.txt   Download  
File: Readme.txt
Role: Documentation
Content type: text/plain
Description: Readme Text
Class: Login System
Authenticate users with records in a database
Author: By
Last change:
Date: 14 years ago
Size: 1,040 bytes
 

Contents

Class file image Download
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