- Symfony2 Essentials
- Wojciech Bancer
- 195字
- 2021-07-16 20:06:56
Conventions
In this book, you will find a number of text styles 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: "Your own bundles are usually stored within the src/
directory, while the third-party bundles sit within the vendor/
directory."
A block of code is set as follows:
public function indexAction() { return $this->render('default/index.html.twig'); }
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
use AppBundle\Entity\Task;
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
use Symfony\Component\HttpFoundation\Request;
Any command-line input or output is written as follows:
$ curl -sS https://getcomposer.org/installer | php $ sudo mv composer.phar /usr/local/bin/composer
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "You should see a Hello anonymous! welcome text."
- Visual Basic .NET程序設計(第3版)
- Mobile Application Development:JavaScript Frameworks
- Docker進階與實戰
- Visual Basic程序開發(學習筆記)
- C語言開發基礎教程(Dev-C++)(第2版)
- 51單片機C語言開發教程
- Unity 2017 Mobile Game Development
- Service Mesh實戰:基于Linkerd和Kubernetes的微服務實踐
- Internet of Things with ESP8266
- 編程改變生活:用Python提升你的能力(進階篇·微課視頻版)
- Vue.js 3應用開發與核心源碼解析
- 算法圖解
- 計算機系統解密:從理解計算機到編寫高效代碼
- Splunk Essentials
- INSTANT Lift Web Applications How-to