<?php include_once("QReflection.class.php"); $object = new QReflection("QReflection"); print "<pre>"; print_r($object->getArray()); print "</pre>"; ?>