Hi guys,
Lets say we have class Form, each form consist of Elements, they consist of Filters and so on.
All of them are using single instance of Registry class.
Can you please tell me if there is proper design pattern helping the access to this registry object from the Form and its children classes.
Or i have to call setRegistry($registry) for each object.
Thanks in advance !







Bookmarks