- Object/Oriented Programming in ColdFusion
- Matt Gifford
- 155字
- 2021-04-09 22:49:33
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: "Let's take a look at the onApplicatonStart()
method as it currently stands within the Application.cfc
file."
A block of code is set as follows:
<cfscript> objProjects = createObject("component", "com.projects.Projects"); </cfscript> <cfoutput> The current date is #objProjects.getCurrentDate()# </cfoutput>
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
<cffunction name="getAllUsers" access="public" output="false" hint="I run a query of all users within the database table."> <!--- Call the query method from the User Gateway and return the query object. ---> <cfreturn variables.instance.userGW.filterAllUsers() />
</cffunction>
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: "clicking the Next button moves you to the next screen".
Note
Tips and tricks appear like this.
推薦閱讀
- Moodle 2.0 E/Learning Course Development
- AI繪畫教程:Midjourney使用方法與技巧從入門到精通
- AutoCAD 2014中文版完全自學手冊
- 斯科特·凱爾比的零基礎攝影后期課 Lightroom數碼照片調修技法
- 視覺封王:Photoshop CC 2019立體化教程(素材+視頻+教案)
- Maya建模技術解析
- Puppet 2.7 Cookbook
- 通達信炒股軟件從入門到精通(第2版)
- Mastering phpMyAdmin 3.1 for Effective MySQL Management
- 零基礎學AutoCAD 2018(全視頻教學版)
- Capture One 22 Pro高級實戰教程
- Premiere CC視頻編輯入門與應用
- After Effects 2022從入門到精通
- Revit建模進階標準教程(實戰微課版)
- Altium Designer18電路板設計入門與提高實戰