Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8335591
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T03:43:14+00:00 2026-06-09T03:43:14+00:00

I have been wondering for a while already how does static variables work regarding

  • 0

I have been wondering for a while already how does static variables work regarding memory use and should that even be really considered?

I understand that static variables will only use up one area of memory, doesn’t matter how many instances there are of the class itself. So in this sense, it should be wise to use static variables for wise memory consumption too, right? But I’ve never stumbled across anyone talking about the memory usage of static variables (only that you can share the data with different instances).

For example:

class Something () {
    static $DB = null;
    __construct ($DB) {
        $this->DB = $DB;
    }
}

If I would create 10 instances of this class, then it would generate less memory usage, than with non-static $DB-variable, right?

And if it is so, is the effect so small, it doesn’t really matter?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T03:43:15+00:00Added an answer on June 9, 2026 at 3:43 am

    and should that even be really considered?

    No you shouldn’t worry about statics for that reason.

    The reason you have to worry about the use of static is the fact that you cannot unit test your code anymore and you have tightly coupled classes and code to Something::DB (i.e. the Something class) and you are working with global state.

    Also check out an previous answer by me about how to handle those “global” instances: Which is the best practice to access config inside a function?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Something I have been wondering about properties for a while. When you are using
Hi I have been working on asp.net for a while. I am wondering if
Alright, so I have been wondering how to do this for a while. Basically,
I've been wondering for a while; how does websites like facebook code to be
I've had a question that I've been wondering for a while. I'm making a
I have been wondering for a while what the difference is between the following
I've been wondering if it's possible to have Fluent-NHibernate communicate with stored procedures that
I have been wondering for a while, after asking different people and without any
I have been wondering for a while about the code below: ListView1.View = View.Details
I have been wondering about how people manage their strings if they are likely

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.