- FuelPHP Application Development Blueprints
- Sébastien Drouyer
- 132字
- 2021-07-23 20:25:51
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: "Remove
APPPATH/classes/controller/welcome.php
as we don't need this controller anymore."
A block of code is set as follows:
<?php echo Form::checkbox( 'still_here', 1, Input::post( 'still_here', isset($monkey) ? $monkey->still_here : true ) ); ?>
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: " Click on the Generate button."
推薦閱讀
- LaTeX Cookbook
- Windows Presentation Foundation Development Cookbook
- Java:High-Performance Apps with Java 9
- R數據科學實戰:工具詳解與案例分析
- Unity 2018 Augmented Reality Projects
- Zabbix Performance Tuning
- Python開發基礎
- Machine Learning for Developers
- Mastering Concurrency in Python
- Java 9 with JShell
- 軟件測試分析與實踐
- 前端架構設計
- JavaScript高級程序設計(第4版)
- TypeScript High Performance
- 計算機信息技術實踐教程