摘要:
其实单例模式,说白了就是说一个类只能实例化一次。但是类中存在一个就是__construct()这个魔术方法。这个方法就代表着如果类实例化的时候,就会自动执行这个方法。然后如果我把这个方法变成保护或者私有的,会是什么效果呢。 <?php class test{ protected function _ 阅读全文
摘要:
Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server 阅读全文