Re: [PHP] Looking for some PHP OO programming guides

2009-02-10 Thread Stuart
2009/2/10 Michael Kubler : > Hi, > I'm just getting into programming in an Object Oriented fashion, and am > looking for some guides, tutorials, hints, tips, etc... > > I only just found out that you remove the $ from variables when calling them > from $this-> > > e.g : > class People > { > privat

[PHP] Looking for some PHP OO programming guides

2009-02-10 Thread Michael Kubler
Hi, I'm just getting into programming in an Object Oriented fashion, and am looking for some guides, tutorials, hints, tips, etc... I only just found out that you remove the $ from variables when calling them from $this-> e.g : *$person* = "A person"; //This doesn't work (well it creates