请问一下 GAE 能够做到 php zend framework 那样的 class autoload 和 folder structure 吗?
例如:
views/
views/index.html
views/register.html
views/login.html
views/profile.html
modules/
modules/user.py
controllers/
controllers/index.py
controllers/register.py
controllers/login.py
controllers/profile.py
例如:
views/
views/index.html
views/register.html
views/login.html
views/profile.html
modules/
modules/user.py
controllers/
controllers/index.py
controllers/register.py
controllers/login.py
controllers/profile.py
