View Single Post
Old 11-27-2008, 08:41 AM   #1 (permalink)
zxt3st
The Addict
 
zxt3st's Avatar
 
Join Date: Apr 2008
Posts: 200
Thanks: 18
zxt3st is on a distinguished road
Default OOP - User System

Greetings!

In the past 2 days, I am just reading the basics of OO-PHP for i find it good and comfortable to use in doing stuff than the old-fashioned way. And just this day (thanks God), I have done lots of test and sample codes about the basics on how the OO-PHP goes around and somehow got the basic/simple concepts about it.

In regards to the new concept I have learned/understand, I wanted to do something out of it. I have decided to create an OO based User System (a basic/secured one). Its a user system that can be able to login and register users with no any other etc. features yet.

What on my mind right now, is to create pages likely like these below:
Code:
index.php #main page
register.php #registration page
login.php #login/auth page
I need suggestions/comments about how Im going to do things first as my start in my journey in this OOP - PHP.


Thanks,
t3st
__________________
Serenity Project - 5% (Layout) - Ongoing....
Project Serenity Free Life!....
zxt3st is offline  
Reply With Quote