PHP. Руководство по PHP. 2005
PatternsПред.
Patterns
Patterns are ways to describe best practices and good designs. They show a flexible solution to common programming problems.
Factory
The Factory pattern allows for the instantiation of objects at runtime. It is called a Factory Pattern since it is responsible for "manufacturing" an object.
Singleton
The Singleton pattern applies to situations in which there needs to be a single instance of a class. The most common example of this is a database connection. Implementing this pattern allows a programmer to make this single instance easily accessible by many other objects.
Пример 19-24. Singleton Function
This allows a single instance of the Example class to be retrieved.
|
Итераторы объектов
Magic Methods
Отвечу на любые вопросы. С уважением, Дмитрий Владимирович.
⇪