I have not looked at this, so there may be a better way - but I would put it in the aftersave method of the content type - extend the content types out to your project and add a call to fire off your remove from broker scripts to each server.
Each content type extends types or maybe versions (which extends types), these have the general methods to handle all database actions. I have just had a quick look and it might be better to first try extending fourq.cfc to your project and amend the setData method to trigger your remove from broker server requests. This would get the code in one place and work for all content types. Chris. On Jan 25, 1:15 pm, James Buckingham <[email protected]> wrote: > > I would look to use this on content update, firing off a request to > > Do you mean when the content is saved through the webtop? If so how > would you do that? > > Remove from Broker before save? Save the content and then execute the > repopulation on all servers? -- You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: [email protected] To unsubscribe, email: [email protected] For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry
