On 1/2/07, Octavian Rasnita <[EMAIL PROTECTED]> wrote:
I have also tried using the parameter create=dynamic but I have seen that it is creating only the model and not the table classes also. What is this option exactly doing, and how should it be used, or why it doesn't create the table classes?
It creates table classes alright, it just doesn't dump them into files. The class loader will analyse the schema in your database, create the classes and load them into memory, every time you load your app. -- Eden Cardim Instituto Baiano de Biotecnologia Núcleo de Biologia Computacional e Gestão de Informações Biotecnológicas Laboratório de Bioinformática -- "you seem to think that 'close enough' is close enough... please learn to be 'literal' around programming." merlyn - on irc.freenode.net#perl _______________________________________________ List: [email protected] Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
