- CakePHP 1.3 Application Development Cookbook
- Mariano Iglesias
- 154字
- 2021-04-09 22:04:12
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: "Create a file named query_log.php
and place it in your app/controllers/components
folder with the following contents:"
A block of code is set as follows:
CREATE TABLE `accounts`( `id` INT UNSIGNED AUTO_INCREMENT NOT NULL, `email` VARCHAR(255) NOT NULL, PRIMARY KEY(`id`) );
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: "In that screen, make sure to grab what is shown as Consumer key and Consumer secret, as we will need it when going through this recipe."
推薦閱讀
- JBoss AS 5 Development
- MATLAB計算機視覺經典應用
- 中文版CorelDRAW X7基礎培訓教程(移動學習版)
- UI 設計入門一本就夠
- 剪映專業(yè)版(電腦版)視頻剪輯全攻略:音效添加+轉場特效+視頻制作
- Excel 2010 商務數據分析與處理(第2版)
- 邊做邊學:Photoshop+CorelDRAW綜合實訓教程
- 新編AutoCAD制圖快捷命令速查一冊通
- Oracle Warehouse Builder 11g R2: Getting Started 2011
- ICEfaces 1.8: Next Generation Enterprise Web Development
- 零基礎攝影后期修圖 Photoshop照片處理輕松入門
- Microsoft SharePoint 2010 and Windows PowerShell 2.0: Expert Cookbook
- CINEMA 4D新手快速進階實例教學
- 零基礎學Premiere Pro短視頻制作
- Python氣象應用編程