Hi,

regarding the creation of plugins,
can I have more than one file in /models or /controllers for each plugin?

I tried:
/models/
plugin_datatable.py
plugin_datatable.secondmodel.py
plugin_datatable.thirdmodel.py

Also in /controllers

But web2py does not execute the files named in this way
plugin_name.anothername.py, and when packing a plugin these files are not
included in plugin.

can I have a folder inside /models or /controllers ?

/models/db.py
/models/plugin_datatable/plugindb.py

or another way to have more files by plugin?


Thank you.


-- 

Bruno Rocha
http://about.me/rochacbruno/bio

Reply via email to