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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T20:09:32+00:00 2026-05-29T20:09:32+00:00

What is the utility of requiring the $this-> before calling a method from within

  • 0

What is the utility of requiring the $this-> before calling a method from within its own (or a child’s) class? What is this meant to prevent? Wouldn’t it be logical to think that the engine should look within the class by default?

  • 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-05-29T20:09:36+00:00Added an answer on May 29, 2026 at 8:09 pm

    Consider the following example:

    function bar()
    {
        echo "Outside\n";
    }
    
    class foo
    {
        public function __construct()
        {
            bar();
        }
    
        public function bar()
        {
            echo "Inside\n";
        }
    }
    
    new foo;
    

    So, without $this-> prefixing the constructor’s call to bar(), PHP calls the outside function and not the method. Using $this-> eliminates the ambiguity and precisely defines which function you want to call.

    If what you have suggested were true (auto searching the class), then as far as I know (waiting for crazy unreadable hack in comments), it would be impossible in PHP for a class method to call a function in the global scope that has the same name as another class method.

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

Sidebar

Related Questions

I have a utility method which returns a strongly typed value from an old
Lets I have a utility class called MathUtil. and it looks like this .
I have a static utility class, FileUtils which has the following method: public static
utility is a DECIMAL(10,2) column. SELECT * FROM items WHERE utility >= 50 This
I am using this Utility public class Util_ImageLoader { public static Bitmap _bmap; Util_ImageLoader(String
I have a utility method that behaves like this def my_patch_method(self): pass def patch_my_lib():
I am building a utility that will copy users and groups from an Oracle
I have a small utility class : public static class SerializationUtilities { public static
Suppose I have a utility function like this - public static boolean isABlankSpace(char c)
I have a utility that is written in Python and is meant to be

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.