官术网_书友最值得收藏!

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: "Now, create a directory named Products/ in app/View/. Then, in this directory, create one file named index.ctp and another named view.ctp."

A block of code is set as follows:

CREATE TABLE products (
  id VARCHAR(36) NOT NULL,
  name VARCHAR(100),
  details TEXT,
  available TINYINT(1) UNSIGNED DEFAULT 1,
  created DATETIME,
  modified DATETIME,
  PRIMARY KEY(id)
);

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

public function index() {
  $this->Category->recursive = 0;
 $this->Prg->commonProcess(null, array(
 'paramType' => 'querystring'
 ));
 $this->Paginator->settings = array(
 'Category' => array(
 'paramType' => 'querystring',
 'conditions' => $this->Category->parseCriteria($this->Prg->parsedParams())
 )
 );
  $this->set('categories', $this->Paginator->paginate());
}

Any command-line input or output is written as follows:

$ Console/cake bake all Gift
$ Console/cake bake all Recipient

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 the text like this: "If we fill the search box with the example text and then hit the Submit button."

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 恩平市| 澜沧| 滨州市| 仁布县| 望奎县| 禹州市| 恩平市| 亚东县| 宁乡县| 黎川县| 洮南市| 察隅县| 黑河市| 湖北省| 沧源| 黔南| 沧源| 焉耆| 来安县| 通州区| 伊金霍洛旗| 大关县| 绥阳县| 荔波县| 桂平市| 汉川市| 辽源市| 河池市| 辉县市| 子洲县| 瑞丽市| 开远市| 防城港市| 广水市| 青浦区| 麦盖提县| 勐海县| 澄城县| 团风县| 南平市| 班玛县|