Hello, in my app i need to implement an abstract class Room with
methods moveTo(), Load() etc. Then i will have some specialized
classes like Mine, or Shop that extends ROOM and will have their own
methods MoveTo() etc. Then i need to call the correct method based on
the type of the room a player steps in.

What's the correct way of implementing abstract classes in CakePHP v
1.2?

Anyone can point to some examples?

Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to