I know this question has been asked before, but i hope i could find new information about it.
What about speed between object oriented programming and classic functional programming ? I want to write a bulletin board in Php5, do you think i must use Object Oriented Progamming or functional (i like the object programming style, but i want to know if i will not loose execution speed) ? Thx :)