database-tools

Object Magic (Part 4)

How about turning a single object into a hash table? This way, you can display one object property per line when you output the object in a grid...

Object Magic (Part 3)

Let’s assume you want to hide all object properties that have no value (are empty). Here is a simple approach: # get any object $object =...

1 89 90 91 92 93 396