View Single Post
  #29  
Old 02-02-2008, 07:27 PM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
Quote:
Originally Posted by Codein View Post
this.private seems a bit long winded. If anything, an underscore would be best. If we're talking in terms of "messy" coding as in unreadable, I'm sure a protected variable using underscores would be more noticeable than a this.protected prefix.
but, underscores also mean translation if I recall ;o
PHP Code:
if (_(this.var)) 
__________________
Reply With Quote