OOP Pattern - Registry: Introduction Registry PatternTag: oop, pattern, registry Category: PHP Classespost: 21 Feb 2008 read: 672 PHP Registry Pattern Step By Step Tutorial - Part 1: Actually, we involve many parameters. We put in and out parameters in many method. It will raise what we name "tramp data". To make everything clear, we can implement Registry pattern. Following sample to store and get parameters.
set(for input/store parameters) and get(for retrieve parameters) are common name used registry pattern. mmm... we can combine with Singleton pattern for above. |
| | Give Your Opinion | Recommend |
|

