Menu

#1 PHP Strict standard warning in Singleton class

open
nobody
None
5
2006-07-16
2006-07-16
Ren
No

In the Singleton locator class, $registry is defined
as static, but in the instantiate method it is used as
if it wasn't.

Causing the strict error message warning,
Strict standards: Accessing static property
Singleton::$registry as non static in
\phemto\locator.php on line 61

Jared Williams / Ren.

Discussion

  • Ren

    Ren - 2006-07-16

    Path for locator.php to remove strict warning messages

     
  • Ren

    Ren - 2006-07-16

    Logged In: YES
    user_id=1205950

    Patch/Fix.

     

Log in to post a comment.