PHP v 1.0
  • 项目分享
  • 项目导出
  • 返回首页
目录
  • 反射机制
  • 设计模式
    • 创建型
      • 抽象工厂模式(Abstract Factory)
      • 建造者模式(Builder)
      • 工厂方法模式(Factory Method)
      • 多例模式(Multiton)
      • 对象池模式(Pool)
      • 原型模式(Prototype)
      • 简单工厂模式(Simple Factory)
      • 单例模式(Singleton)
      • 静态工厂模式(Static Factory)
      • 单例模式
    • 结构型
      • 适配器模式(Adapter)
      • 桥梁模式(Bridge)
      • 组合模式(Composite)
      • 数据映射模式(Data Mapper)
      • 装饰模式(Decorator)
      • 依赖注入模式(Dependency Injection)
      • 门面模式(Facade)
      • 流接口模式(Fluent Interface)
      • 代理模式(Proxy)
      • 注册模式(Registry)
    • 行为型
      • 责任链模式(Chain Of Responsibilities)
      • 命令行模式(Command)
      • 迭代器模式(Iterator)
      • 中介者模式(Mediator)
      • 备忘录模式(Memento)
      • 空对象模式(Null Object)
      • 观察者模式(Observer)
      • 规格模式(Specification)
      • 状态模式(State)
      • 策略模式(Strategy)
      • 模板方法模式(Template Method)
      • 访问者模式(Visitor)
    • 其他
      • 委托模式(Delegation)
      • 服务定位器模式(Service Locator)
      • 资源库模式(Repository)
  • PHP生成RSA密钥
  • xml转数组
  • 日志管理系统搭建
  • Iterator interface
  • PHP性能分析
  • PHP中的哈希算法
  • Xdebug
  • swoole
    • 安装
  • phpunit
  • 去掉注释

本文档使用 SmartWiki 发布

门面模式(Facade)

项目分享