Quote Originally Posted by splitice View Post
All depends on which coding standard you follow, I sort of have my own which is based of the phpbb3 one but faster (No use of "") and I do it the

Code: 
function spam($haxors){
way.
@Cyber - It's what I would call improper way. Most of the professional scripts, would do it the way I pointed.
@splitice - phpbb3 uses the way I pointed. Also, if you are so concerned about speed you should stop using OOP. The way I pointed, hardly makes any difference.
@litewarez - Amen, different coders have different ways.