December 2009
4 posts
Dec 30th
Listenway krismas„
Dec 21st
3 notes
PHP: self vs this
class Person { private $name; public function __construct($name) { $this->name = $name; } public function getName() { return $this->name; } public function getTitle() { return $this->getName()." the person"; } public function sayHello() { echo "Hello, I'm ".$this->getTitle()."<br/>"; } public function sayGoodbye() { echo "Goodbye from...
Dec 1st
“To follow the path: look to the master, ...”
Dec 1st