On Fri, Jul 4, 2008 at 2:41 PM, Alec Thomas <[EMAIL PROTECTED]> wrote:
> I'm playing around with extending Elixir (which is nice clean code > BTW), but I've hit a bit of a wall. > > I've extended Entity successfully, but I really need a hook that's the > equivalent of EntityDescriptor.finalize(). That is, a function that runs > only once, when the Entity is completely set up. Is there a "blessed" way > of doing this? My current method of monkey patching > elixir.entity.EntityDescriptor is pretty hackish. Depends what you are trying to do, but EntityBuilder's do have a "finalize" hook. See: http://elixir.ematia.de/trac/wiki/BehindTheScene for a partial explanation. > Also, does Elixir have an IRC channel? If it did, I'd help populate it. There is #elixir on freenode, though I'm usually alone in it ;-). Elixir questions are also tolerated on #sqlalchemy. -- Gaƫtan de Menten http://openhex.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SQLElixir" 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/sqlelixir?hl=en -~----------~----~----~----~------~----~------~--~---
