1php设计模式 01 1月 by test31297505 基本设计模式 1.工厂模式 //如果很多页面都 new 一个database 对象,那么一旦database作出改动,则需要在多个//页面进行相应的改动。而用工厂模式,只需要改动一个地方。