这个单例模式,简直烂的掉渣。存储对象实例没有设置为static,没有考虑到clone,没有考虑到extends,看来慕课网在走下坡路啊
2015-12-28
$db要声明为static,不声明为static会有这样的语法错误:Access to undeclared static property
2015-12-26