Re: [web2py] Large Number of Models in Web2py

2014-02-14 Thread Vinicius Assef
You can use conditional models ou a model-less application, importing the ones you want to use. On Wed, Feb 12, 2014 at 2:07 PM, Juslin Guo wrote: > Hi All, > I new to Web2py, comtemplating shifting a 500 over tables PHP Application > over... Do you all know where i can learn how to optimize Web2

[web2py] Large Number of Models in Web2py

2014-02-14 Thread Juslin Guo
Hi All, I new to Web2py, comtemplating shifting a 500 over tables PHP Application over... Do you all know where i can learn how to optimize Web2py for large number of models. Is there a way i could define them without having to repeat it, at the same time, not loading all the models. [Sorry if