I\'m kind of new in PHP. For some reason in other types of programming languages like JAVA I have no problem with using setters and getters for every single variable, but wh
Did you consider to use magic functions __set/__get? Using them you can easily merge all getter/setter function in only 2 functions!