in reply to Re^4: Runtime introspection: What good is it?
in thread Runtime introspection: What good is it?
Incidentally, I have used Class::DBI::Loader in the past to generate the ORM classes once, and then used the resulting in-memory model to write out static .pm files. I think that's both an illustration of your off-line class generator, but also of how CDBI::Loader benefits from reflection to build its model -- if it does, in fact. I can't vouch for that, to be honest, because I haven't looked at that module in ages. It certainly seems like it would in my mind.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^6: Runtime introspection: What good is it?
by BrowserUk (Patriarch) on Jul 08, 2008 at 21:49 UTC |