- Learning Phalcon PHP
- Calin Rada
- 202字
- 2021-07-16 20:30:16
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."
- Objective-C Memory Management Essentials
- C/C++算法從菜鳥到達(dá)人
- Twilio Best Practices
- 實(shí)戰(zhàn)Java程序設(shè)計(jì)
- 新手學(xué)Visual C# 2008程序設(shè)計(jì)
- 云原生Spring實(shí)戰(zhàn)
- Mastering Unity Shaders and Effects
- Python漫游數(shù)學(xué)王國:高等數(shù)學(xué)、線性代數(shù)、數(shù)理統(tǒng)計(jì)及運(yùn)籌學(xué)
- 零基礎(chǔ)學(xué)C語言第2版
- ScratchJr趣味編程動手玩:讓孩子用編程講故事
- Scratch·愛編程的藝術(shù)家
- SQL Server 入門很輕松(微課超值版)
- 貫通Tomcat開發(fā)
- Getting Started with React VR
- SQL Server 2012 數(shù)據(jù)庫應(yīng)用教程(第3版)