Hacker News new | past | comments | ask | show | jobs | submit login

But they don't. In practice, the difference is between:

  $x = new Object;
  $x->bar($foo);
vs.

  $x = object_create();
  object_bar($x, $foo):
See, for example, the "procedural" version of MySQLi.



Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: