In order to achieve desired (expexted?) results, you need to add __isset() magic function to your class: <?php class Registry { protected $_items = array();
確定! 回上一頁