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

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.

主站蜘蛛池模板: 高雄市| 连云港市| 阿荣旗| 新河县| 临邑县| 乐业县| 大荔县| 武功县| 锡林浩特市| 连城县| 扬中市| 印江| 富宁县| 甘洛县| 成都市| 台山市| 永定县| 花莲县| 酒泉市| 托里县| 四川省| 克什克腾旗| 金塔县| 宁远县| 新巴尔虎左旗| 平谷区| 靖边县| 沭阳县| 慈利县| 南开区| 连城县| 临颍县| 玛多县| 汾西县| 龙南县| 岑巩县| 山西省| 弋阳县| 罗平县| 北川| 博野县|