摘要:
优势:松耦合,屏蔽组件。依赖分层 class ali { function buy(){ echo "买入阿里<br/>"; } function sell(){ echo "卖出阿里<br>"; } } class hds { function buy(){ echo "买入x德森<br/>"; 阅读全文
摘要:
包装对象 扩展实例。 interface IComponent { function Display(); } class Person implements IComponent { private $name; function __construct($name){ $this->name = 阅读全文