Adonais's notebook


  • Home

  • About

  • Tags

  • Categories

  • Archives

  • Search

[Web2py] Basic

Posted on 2019-01-18 | In Backend , Web2py |

Structure

url naming server/web2py/applications/APPLICATION/CONTROLLER/VIEW

In the default.py controller

1
2
3
def helloworld():
msg = "hello from controller"
return locals()

In the

# backend # web2py
[Python] Basic Syntax
[Python] Object-Oriented Programming
  • Table of Contents
  • Overview

Adonais0

140 posts
131 categories
112 tags
GitHub Twitter
  1. 1. Structure
© 2024 Adonais0
Powered by Hexo
|
Theme — NexT.Mist v7.8.0