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