Louis's blog
Archives
About
design pattern
Post
Singleton pattern (單例模式) for PHP
單例模式是一種 design pattern,要求一個 Class 只能有一個實例,通常會使用在系統中需要一個全局物件的情況。