I am just wrapping my head around OOP in php and it is working quite well form me and my code is becoming much more manageable and shorter as a result.
The only problem I have is that my brain can't understand why I would need to instantiate objects
I keep reading that I should be instantiating the objects and using them however it seems my code is working just fine, but I am afraid that it will get really messed up if I'm not doing the right thing.
Can someone please clarify for me why I would benefit from instantiating the object.
Thanks
Frank
PS: I suck at programming despite all this, but I'm trying to improve... I swear!