I am an middle experienced php-programmer, and in my journey to new languages i have tried to learn Java and C++ and therefore i have gained a little experience in OOP.
Before simple Java and C++ OOP gave no meaning to me at all in a website, but now i see the advantages and want to use it, but i have a lot of troubles designing and thinking in the new way of OOP.
I want to create a simple user system with a few features to learn to think and learn to work with PHPs "limited" OOP features, but i thought that i could get some help on how to design my classes and functions (Not code it, but how to design it in theory).
The features:
- Login/Logout
- Show profile info (Age, Sex, Name, Admin-level).
- Save/Edit profile info ( - | | - ).
- One admin feature = Delete user.
Thanks in advance.