Can I replace the mechanism from the Model that directly interacts
with the database with specific API functions already in place in our
existing application.

Example:  Model => Contact

contact.save
--> this would normally generate the appropriate INSERT sql, but I
want to do the following:

our_xml_api_contact_new($contact_object)


Is this possible?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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