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 7894843
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T07:29:51+00:00 2026-06-03T07:29:51+00:00

Best practices question: Is there anything improper about creating a new object within another

  • 0

Best practices question: Is there anything improper about creating a new object within another class method? I have a small example below:

public function export() {

$orders = new Orders($id);
$all_orders = $orders->get_all_orders();

  }
  • 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-03T07:29:52+00:00Added an answer on June 3, 2026 at 7:29 am

    The example you gave is perfectly acceptable.

    If for example, you were instantiating the same object in all of your methods then you could store the object as a property instead.

    Example: The Orders object is instantiated in the constructor and stored as a property.

    class Something
    {    
        protected $orders;
    
        public function __construct($id)
        {
            $this->orders = new Orders($id);
        }
    
        public function export()
        {
    
            // use $this->orders to access the Orders object
            $all_orders = $this->orders->get_all_orders();
        }
    
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is a best practices question Let say, I have a class object, like
This is basically a 'best practices' question. Struts 1 forms have getters and setters
This may be a question about convention, best practices and/or personal preferences: So I'm
I know this is a subjective question, but I'm always curious about best-practices in
Sort of a methods/best practices question here that I am sure has been addressed,
I think this is just a Best Practices question, but I was wondering if
This is really just a best practices question... I find that When developing an
Got a question regarding best practices for doing parallel web service calls, in a
Yesterday, I asked this question regarding best practices for a simple information retrieval system
I know it's really a subjective question, but for best-practices (and readability), I can't

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.