Php Singleton object format

Source: Internet
Author: User
Php Singleton object mode? Suppose we need to write a class to operate the database and meet the following requirements: ① the SqlHelper class can only have one instance (not many) ② SqlHelper class must be able to create this instance on its own ③ This instance must be provided to the entire system on its own. In other words, multiple objects share a memory area, for example, object A sets the object mode of A php Singleton.
? Assume that we need to write a class to operate the database and meet the following requirements:

① The SqlHelper class can have only one instance (no more)
② The SqlHelper class must be able to create this instance by itself
③ You must provide this instance to the entire system. In other words, multiple objects share A memory area. for example, if object A has set certain attribute values, object B, C can also access these attribute values (this problem is well illustrated in the example at the end)


?

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.