objects

One common question I hear whenever something begins to go wrong is, “Has anything been changed recently?” Finding recent changes can be a good place to search, depending on the issue, so here is a script to do just that. /* – Relatively light weight – runs in a couple...

More
  • 2016-03-20

Using objects in PHP doesn’t have to be a one-way-street. PHP objects are very similar to any other server side language in that they can run functions for you, return values, and perform just about any needed task that you can write, but they can also be passed around within...

More
  • 2010-04-16