pjbeardsley

232
reputation
116 views

Registered User

name pjbeardsley
member for 1 year
seen Dec 17 at 19:22
website
location Portsmouth, NH
age 35
I like food.
Nov
12
answered PHP Calling a function within a Class method?
Sep
18
revised Adjusting time zone in PHP with DateTime / DateTimeZone
added 639 characters in body
Sep
18
asked Adjusting time zone in PHP with DateTime / DateTimeZone
Sep
16
awarded  Yearling
Aug
28
asked Can cufon style form text input and textarea?
Jul
15
comment Using parent variables in extending class
I think you're having trouble with the difference between classes and instances. Member and Project both derive from MainClass. If you create an instance of Member, and then you create an instance of MainClass and call setMember(), now only that PARTICULAR instance of MainClass has it's $member field set-- any other instance of MainClass, Project, or Member will NOT be able to see that field, because they all have their own "personal" copy and it's not set. To do what you're trying to do, you'd need to create an instance of Project, call it's setMember(), then addProject() should work.
Jul
14
answered Using parent variables in extending class
Jun
30
answered Auto increment a value in Django with respect to the previous one
Jun
26
answered Should UTF-16 be considered harmful?