- Building Websites with PHP/Nuke
- Douglas Paterson
- 175字
- 2021-04-29 19:26:22
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
There are three styles for code. Code words in text are shown as follows: "… the database access variables, $prefix
and $db
, and it needs the module name, $module_name."
A block of code will be set as follows:
if ($numrows) { $row = $db->sql_fetchrow($result); $dino_title = $row['title']; $image = $row['image']; }
When we wish to draw your attention to a particular part of a code block, the relevant lines or items will be made bold:
if ($numrows)
{
$row = $db->sql_fetchrow($result);
$dino_title = $row['title'];
$image = $row['image'];
}
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 the Next button moves you to the next screen".
Tip
Tips, suggestions, or important notes appear in a box like this.
- 數碼攝影后期零基礎入門教程
- AutoCAD快速自學寶典(2018中文版)
- Illustrator CS6核心應用案例教程(全彩慕課版)
- AutoCAD 2014 中文版從入門到精通
- WordPress Theme Design
- BlackBerry Enterprise Server 5 Implementation Guide
- 正則表達式必知必會(修訂版)
- Illustrator CC平面設計標準教程(微課版)
- Photoshop數字圖像處理
- 玩轉微信5.0
- Illustrator平面設計應用教程
- Joomla! E/Commerce with VirtueMart
- 這樣學Excel數據處理與分析更高效(視頻版)
- Building Enterprise Ready Telephony Systems with sipXecs 4.0
- AutoCAD 2010 機械設計與制作技能基礎教程