Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text are shown as follows:
If the cron.php
script is invoked over HTTP (either using wget
or curl
), more memory is used than calling directly via the php –f
command.
Any command-line input and output is written as follows:
There are two ways you can create a so-called database dump from a MySQL database, either via command line or via Moodle's optional database interface.
The simplest syntax for the command line tool is:
mysqldump -u <user> -p <database> > backup.sql
New terms and important words are introduced in a bold-type font. Words that you see on the screen, in menus or dialog boxes for example, appear in our text like this:
Clicking on the Enabled protocols link in the overview table will guide you to Plugins | Web services | Manage protocols screen.
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.