Right, for my degree my tutor is saying I need to code my php game using objects... but I can't see what the hell is the point when it is just me coding it?
From what I've read everywhere...
Objects = slower, more to code, great for groups as each person can code a module...
But what the hell is wrong with just including libraries of functions instead? I still don't understand the concept of an OBJECT.
Ok... users need to login... login process in a user object? users need to be able to build stuff... building objects per building?
I also don't get how the hell this all ties into a database... wtf is an object?!
I really don't see why it shouldn't be done all using functions
From what I've read everywhere...
Objects = slower, more to code, great for groups as each person can code a module...
But what the hell is wrong with just including libraries of functions instead? I still don't understand the concept of an OBJECT.
Ok... users need to login... login process in a user object? users need to be able to build stuff... building objects per building?
I also don't get how the hell this all ties into a database... wtf is an object?!
I really don't see why it shouldn't be done all using functions