- PHP 5 CMS Framework Development / 2nd Edition
- Martin Brampton
- 154字
- 2021-04-13 17:21:57
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: "Methods that have existed in related earlier systems and are still used in Aliro are in the abstract class aliroDBGeneralRow.
"
A block of code is set as follows:
function setQuery( $sql, $cached=false, $prefix='# ' ) { $this->_sql = $this->replacePrefix($sql, $prefix); $this->_cached = $cached; }
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: "Note that the character strings for role, action, and subject_type are given generous lengths of 60, which should be more than adequate."
推薦閱讀
- Sakai CLE Courseware Management
- PrestaShop 1.3 Theming – Beginner’s Guide
- IBM Cognos 8 Report Studio Cookbook
- Photoshop CC 2018實用教程
- 好的PPT會說話:如何打造完美幻燈片
- Adobe創意大學InDesign CS5 版式設計師標準實訓教材
- SOLIDWORKS Visualize 實例詳解(微視頻版)
- 中文版Rhino 5.0完全自學教程(第3版)
- Android User Interface Development: Beginner's Guide
- BlackBerry Enterprise Server 5 Implementation Guide
- OpenCart 1.4 Template Design Cookbook
- Photoshop CS6案例教程(第3版)
- IBM WebSphere eXtreme Scale 6
- JBoss Tools 3 Developers Guide
- Python 3 Object Oriented Programming