I'm working on a website: http://tinyurl.com/9sdq3eo (I've used tinyurl as I don't want you to think I'm promoting, the website isn't even finished yet. Free2Read.co.uk for those not wanting to view on tinyurl
Anyway I'm trying to learn OOP with PHP before I delve into frameworks but I'm having excruciating trouble trying to learn it as I've been coding procedural for so long.
I gathered that instead of all of these tutorials using OOP to demonstrate static content such as houses etc they are a waste of time for me, I need something I can relate to. I get that the code is reusable and you keep hold of big scripts that you write, but trying to explain it to me using static data such as house blueprints which in the real-world I'd pull from a database it's just not getting through to me.
Could somebody take a quick look at the website above, and explain where in the site I would use OOP. The site is dynamic.
Thanks in advance.