摘要: <?phpclassExample{//Holdaninstanceoftheclassprivatestatic$instance;//Aprivateconstructor;preventsdirectcreationofobjectprivatefunction__construct(){echo'Iamconstructed';}//Thesingletonmethodpublics... 阅读全文
posted @ 2008-05-26 15:08 !星期八 阅读(465) 评论(1) 推荐(0)