[Catalyst] create=static

Eden Cardim edencardim at gmail.com
Tue Jan 2 12:35:21 GMT 2007


On 1/2/07, Octavian Rasnita <orasnita at gmail.com> 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



More information about the Catalyst mailing list