I want to create a simple PHP website containing quite a number of pages. The content of the pages will be editable by the admin(s) of the website using a simple online html text editor.
There should also be members, managed by the admin. (No self-registration)
There is also a members section with login.
Obviously this is not complicated to do procedurally, but I would like to try using classes.
Why should I even use PHP classes in this case? And where would they be useful? Or is there no good reason to use them for such a site?
Thanks