Skip to main content

1 - Create the Book Club Application

Last updated 11/04/2025

This documentation will explain how to create the Book Club application. The Book Club application is a multiuser application.

Add the Book Club Application

1. Click the Applications menu item.


Applications menu item
Figure 1 - Applications menu item

2. Click the Add Item button.

3. Type Book Club in the Title field.


Add Book Club application
Figure 2 - Add Book Club application

4. Click the Save button in the form app bar.


Save button
Figure 3 - Save button

Turn the Book Club Application into a Multiuser Application

When you save an application in Five, Five automatically creates a MySQL database and establishes the connection. Five needs this database created before you can turn your application into a multiuser application, this is because Five will create a table in your database called iUser, and this enables you to add users into your application immediately.

warning
It is highly recommended not to delete the iUser table.

1. Either click the Edit button in the form app bar or click directly on the Multiuser switch.


Edit button
Figure 4 - Edit button

2. Click the Multiuser switch.


Multiuser switch
Figure 5 - Multiuser switch

3. Click the Save button in the form app bar.


Save button
Figure 6 - Save button