- CodeIgniter 1.7
- David Upton Jose Argudo Blanco
- 171字
- 2021-04-01 13:45:26
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.
Code words in text are shown as follows: "Our password
variable contains a password that looks quite secure, but will produce a problem in our query."
A block of code will be set as follows:
$this->load->database('websites'); $query = $this->db->get('sites'); foreach ($query->result() as $row) { print $row->url; }
When we wish to draw your attention to a particular part of a code block, the relevant lines or items will be shown in bold:
<head>
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN'http:\/\/www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
<html xmlns='http:\/\/www.w3.org/1999/xhtml'>
<title>Web test Site</title>
<link rel="stylesheet" type="text/css" href="<?php echo $base."/".$css;?>">
</head>
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in our text like this: "When you click on the Buy button, you will be returned to this page again".
Note
Tips and tricks appear like this.
- AI繪畫教程:Midjourney使用方法與技巧從入門到精通
- Spring Python 1.1
- 中文版Maya 2012實用教程(第2版)
- SolidWorks 2021中文版機械設(shè)計從入門到精通
- ADempiere 3.6 Cookbook
- Illustrator平面設(shè)計立體化教程:Illustrator 2021(微課版)
- PostgreSQL Replication
- Seam 2 Web Development: LITE
- 中文版Photoshop CS6應(yīng)用技法教程
- Maya 2020 超級學(xué)習(xí)手冊
- 中文版Photoshop CS5實用教程(第2版)
- 科技繪圖/科研論文圖/論文配圖設(shè)計與創(chuàng)作自學(xué)手冊:科研動畫篇
- Flash CS5動畫設(shè)計教程
- UG NX 12.0中文版實戰(zhàn)從入門到精通
- Photoshop CC圖形圖像處理實戰(zhàn)教程(微課版)