programming:php-singlethon-pattern

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
programming:php-singlethon-pattern [2014/08/21 18:39] Giuseppe Di Terlizziprogramming:php-singlethon-pattern [2014/08/21 18:40] (current) Giuseppe Di Terlizzi
Line 79: Line 79:
 <?php <?php
  
-include Registry.php;+include 'Registry.php';
  
 $registry = Registry::getInstance(); $registry = Registry::getInstance();
  • programming/php-singlethon-pattern.txt
  • Last modified: 10 years ago
  • by Giuseppe Di Terlizzi