On May 7, 7:51 pm, "Martin Orth" <[EMAIL PROTECTED]> wrote: > I want to write an auto deploy function for types.cfc wich could be > called from a custom type cfc. It should auto deploy new properties > without using the admin. What are the important methods for doing > this?
This is not as simple as it may sound. All the important methods are in alterType.cfc -- however, this component is due for some major refactoring. It's the sort of thing that will cause your eyes to bleed just contemplating it. Auto deploying properties can be dangerous -- everytime you have a typo you'll end up deploying a column to the table. Are you also thinking about auto-delete? The latter could be very dangerous. If you are having trouble with deployment in general, have you tried the new Flex UI for COAPI management available in FarCry 4.0? I think Patrick's new Flex COAPI is the bomb :) -- geoff http://www.daemon.com.au/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" 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/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
