- Zend Framework 2 Cookbook
- Josephus Callaars
- 240字
- 2021-07-21 18:03:07
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, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "We can either get the flags from a message by using the getFlags()
method, or by using the hasFlag()
method."
A block of code is set as follows:
<?php echo $this->dateFormat( // Format the current UNIX timestamp. time(), // Our date is to be a LONG date format. IntlDateFormatter::LONG, // We want to omit the time, defining this is // optional as the default is NONE. IntlDateFormatter::NONE );
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
SampleModule/
config/
module.config.php
language/
src/
SampleModule/
Controller/
IndexController.php
view/
samplemodule/
index/
index.phtml
Module.php
Any command-line input or output is written as follows:
php composer.phar update
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: "After we have done all that we can, click on OK and you can choose a location to save our file."
- Visual Studio 2012 Cookbook
- 零基礎(chǔ)學(xué)C++程序設(shè)計(jì)
- Learn Programming in Python with Cody Jackson
- Learn WebAssembly
- Java Web程序設(shè)計(jì)任務(wù)教程
- PHP 7+MySQL 8動(dòng)態(tài)網(wǎng)站開(kāi)發(fā)從入門(mén)到精通(視頻教學(xué)版)
- Advanced Express Web Application Development
- 后臺(tái)開(kāi)發(fā):核心技術(shù)與應(yīng)用實(shí)踐
- 跟戴銘學(xué)iOS編程:理順核心知識(shí)點(diǎn)
- C++程序設(shè)計(jì)教程
- C#面向?qū)ο蟪绦蛟O(shè)計(jì)(第2版)
- RESTful Web API Design with Node.js(Second Edition)
- Processing開(kāi)發(fā)實(shí)戰(zhàn)
- Splunk Developer's Guide(Second Edition)
- MySQL數(shù)據(jù)庫(kù)應(yīng)用技術(shù)及實(shí)戰(zhàn)