PHP中的工廠方法模式

PHP手冊中的工廠方法 •使用工廠來替換new操作 •思路:動態的根據傳遞的數據,新建相應的類的對象。 •<?php class Example {     // The parameterized factory method     public static function factory(type)     {         if (include_once 'Drivers/' .t
相關文章
相關標籤/搜索