摘要:
简介 SPL是Standard PHP Library(PHP标准库)的缩写。 The Standard PHP Library (SPL) is a collection of interfaces and classes that are meant to solve common proble 阅读全文
摘要:
这六大原则任何面向对象的语言都应该遵守的,要想让你的代码易扩展高服用就尽量去满足这六大原则吧,不一定严格按照某种设计模式,但是如果你的代码符合这六大原则,那么你的代码就是好代码了,好的代码不一定是严格按照设计模式写的代码。 单一职责原则(SRP) Single Responsibility Prin 阅读全文