One of the most annoying things with javascript is trying to see what is inside of an object. In python you simply print (‘attributes=%s’%dir(obj)), and in php you simply use var_dump(obj), or if you want to format it into a … Continue reading
November 28, 2009
by eric
0 comments