Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- // gets data
- class factory {
- function get_data() {
- }
- $widget = new widget_class();
- $page = new page_class();
- }
- // creates a widget that uses the data
- class widget_class {
- }
- // some other widget that uses the data
- class page_class {
- }
- ?>
Advertisement
Add Comment
Please, Sign In to add comment