php单例模式笔记 作者: phpfans 时间: 2014-10-22 分类: php开发 没有评论 <?php class Db { private static $_db;//建立私有属性存放实例 private function __construct(){//禁... 阅读全文