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

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: "Deleting data is easier, since we don't need to do more than calling the built-in delete() method."

A block of code is set as follows:

<?php
$di['session'] = function () {
  $session = new Phalcon\Session\Adapter\Files();
  $session->start();
  return $session;
};

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 registerServices(\Phalcon\DiInterface $di) {
  $config = include __DIR__ . "/Config/config.php";
  $di['config'] = $config;
  include __DIR__ . "/Config/services.php";
}

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

$ cd modules/Frontend/Views/Default
$ mkdir index
$ cd index
$ touch index.volt

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: "Going back to the article list, you will see the new title, and the Updated column will have a new value."

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 大关县| 双桥区| 卓尼县| 长宁县| 增城市| 舞钢市| 哈尔滨市| 嫩江县| 浑源县| 文昌市| 嵊泗县| 阿克陶县| 英吉沙县| 襄城县| 灵丘县| 文成县| 平乡县| 泗阳县| 新津县| 彰武县| 宁乡县| 湟源县| 玉屏| 文成县| 静安区| 怀远县| 兴文县| 陆丰市| 富平县| 玉屏| 高青县| 山东省| 项城市| 庆城县| 道真| 元阳县| 重庆市| 盐池县| 尖扎县| 新余市| 马鞍山市|