2

I'm learning the ORM and found a function here, what does the & instance do?

public static function & instance()
    {
        if(!self::$db)
        {
            self::$db = new DB;
        }
        return self::$db;
    }
L.G
  • 145
  • 2
  • 9

0 Answers0