Edit application "demo_app1"

Models help The data representation, define database tables and sets  top

Controllers help The application logic, each URL path is mapped in one exposed function in the controller  top

Views help The presentations layer, views are also known as templates  top

Languages help Translation strings for the application  top

Static help These files are served without processing, your images go here  top

Modules help Additional code for your application  top

Private files help These files are not served, they are only available from within your app  top

Plugins help To create a plugin, name a file/folder plugin_[name]  top

There are no plugins