Depends on what you want.
For simple things I have done a few "manual" things. For example:
ModelA needs to tell ModelB to perform some general action:
$model =& ClassRegistry::init('ModelB');
$model->doYourThing();
For more complete event handling you could check out:
http://cakealot.com/2009/04/eventful-a-cakephp-event-system/
On Aug 10, 2:28 pm, Abhishek <[email protected]> wrote:
> Hi,
> Is it possible to have inter model communication. If yes, how do i go
> about it
>
> Regards
> Abhishek
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---