Search results

  1. P

    PHP Object-oriented programming question: What happens now?

    Here are some code: <?php class Vehicle { private $environment; public function selectEnvironment($userinput){ $this->environment = $userinput; } } $watercraft = new Vehicle; $watercraft->selectEnvironment("Sea"); ?> I'm still trying to get a grasp of OOP concepts. Here the $environment...
  2. P

    In object-oriented programming in PHP, what are is the __get() method used for?

    and how is it used? Can you show an example?
  3. P

    Do you know where your desires are originated.?

    Do you question them? Do you ask yourself why you have them. Are you sure you have not been conditioned to want something in order to feel like you're at the top of the food chain? Someone said: "we're a society of slaves with forced beliefs, willingly enslaving ourselves to a scrwed up...
  4. P

    I have a 95 honda accord with a car alarm problem?

    It goes off everytime I open the door or try to start the car. There is no engine check or battery check sign. The maintennance indicator doesn't indicate the need for a car checkup. My muffler has detached from the anterior exhaust pipe, but the car was still drivable for a week even though...
Back
Top