I'm Ruby on Rails user trying to learn CakePHP. I see many great features in CakePHP like how it handles relationship problems. But, I could not find how it handles model instance's methods. Like
$medicine = new Medicine(); $medicine->getPrice(date()); or $doctor = new Doctor(); $doctor->sign($prescription); It seems that CakePHP is working only on associated arrays. So..... how to solve the problem. I think this problem is common things in object oriented language. Or ... may be somebody want to suggest me other framework of PHP? Thank you so much --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
