Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Inheritance is the system in object oriented programming that allows objects to support operations defined by anterior types without having to provide their own definition. It is the major vector for polymorphism in object-oriented programming.

learn more… | top users | synonyms (1)

0
votes
1answer
819 views

Cakephp: variable data in appController is not consistent in Xcontroller child

I am using the Cakephp (2.X) framework. I have created a facebook canvas app. I have my facebook object as a variable in appController. I instantiate it in the constructor. In my usersController I ...