摘要: @23种设计模式目录创建型1. Factory Method(工厂方法)2. Abstract Factory(抽象工厂)3. Builder(建造者)4. Prototype(原型)5. Singleton(单例)结构型6. Adapter Class/Object(适配器)7. Bridge(桥... 阅读全文
posted @ 2015-08-06 23:26 何似王 阅读(143) 评论(0) 推荐(0) 编辑
摘要: 1,策略模式2,个体模式3,工厂模式4,观察者模式 1 observers[] = $obj;17 }18 public function getExchangeRate()19 {20 return $this->exchange_rate;21 }... 阅读全文
posted @ 2015-08-06 22:59 何似王 阅读(169) 评论(0) 推荐(0) 编辑