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

  • SEARCH
  • Home
  • 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 8269161
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T06:07:51+00:00 2026-06-08T06:07:51+00:00

I am debugging a site I am having to work with classes which I

  • 0

I am debugging a site
I am having to work with classes which I am not that used to as of yet.

There is this class in this site that processes a $this but there does not seem to be any variable passed to the class.
the class is like this

class myclass extends otherclass{

    function dosmthtomyclass{
        print_r($this);
    }
}

function dosmttomyclass prints an array.

there are bunch of variables defined protected in the class but there does not seem to be any specific value specified for any of those variables and there is no constructor in the class to the pass the value to.

I am seriously confused as to where the variable must have been passed from.
This may be something really basic but any help would be appreciated.
what are the possible ways of passing variables to the class

  • 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-08T06:07:54+00:00Added an answer on June 8, 2026 at 6:07 am

    this is because myclass is getting the data from otherClass… like this:

    <?php
    class otherclass{
        public $name="Mike";
    }
    
    class myclass extends otherclass {
        function dosmthtomyclass() {
            print_r($this);
        }
    }
    
    $test=new myclass();
    $test->dosmthtomyclass();  //prints "[name] => Mike"
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm debugging this site and trying to sort out some issues that arise in
I'm looking for suggestions for debugging... If you view this site in Firefox or
Debugging a PHP program, is there any add-on/plug-in for browser which I can view
I'm debugging a site that is deployed to the site root on the production
I've been developing this site for a while and suddenly today I noticed that
i am having no problem at all compiling/debugging my web app, but when i
I have a staging Rails site up that's running on MySQL 5.0.32-Debian. On this
Is there a way to enable code coverage while debugging a asp.net site (+assemblies)?
Working on an ASP.NET Project (not Web Site) and trying to Start without Debugging
I am debugging an IIS site and I have one conditional breakpoint. There is

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.