- 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."
推薦閱讀
- Advanced Splunk
- Redis Applied Design Patterns
- Python神經網絡項目實戰
- SharePoint Development with the SharePoint Framework
- Learning ArcGIS for Desktop
- Python機器學習算法: 原理、實現與案例
- Advanced Express Web Application Development
- OpenCV with Python By Example
- Odoo 10 Implementation Cookbook
- Regression Analysis with Python
- Qt5 C++ GUI Programming Cookbook
- Visual C++開發寶典
- H5匠人手冊:霸屏H5實戰解密
- 微信公眾平臺服務號開發:揭秘九大高級接口
- Mastering Docker(Second Edition)