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
Last revisionBoth sides next revision
programming:php-singlethon-pattern [2014/08/16 02:03] Giuseppe Di Terlizziprogramming:php-singlethon-pattern [2014/08/21 18:39] Giuseppe Di Terlizzi
Line 45: Line 45:
 <file php Registry.php> <file php Registry.php>
 <?php <?php
-  include Singleton.php;+  include 'Singleton.php';
      
   class Registry extends Singleton {   class Registry extends Singleton {
  • programming/php-singlethon-pattern.txt
  • Last modified: 10 years ago
  • by Giuseppe Di Terlizzi