- CodeIgniter Web Application Blueprints
- Rob Foster
- 203字
- 2021-08-06 19:34:26
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: "Create or open a .htaccess
file."
A block of code is set as follows:
$this->load->model('Urls_model'); if ($res = $this->Urls_model->save_url($data)) { $page_data['success_fail'] = 'success'; $page_data['encoded_url'] = $res; } else { $page_data['success_fail'] = 'fail'; }
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
if ($this->form_validation->run() == FALSE) { // Set initial values for the view $page_data = array('success_fail' => null, 'encoded_url' => false);
Any command-line input or output is written as follows:
user@server:/path/to/codeigniter$ php tools/spark install -v1.0.0 example-spark
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: "Enter the following command and click on OK."
- C及C++程序設計(第4版)
- 大話PLC(輕松動漫版)
- WildFly:New Features
- Python從小白到大牛
- Raspberry Pi Networking Cookbook(Second Edition)
- MongoDB for Java Developers
- 看透JavaScript:原理、方法與實踐
- Programming ArcGIS 10.1 with Python Cookbook
- 樂高機器人設計技巧:EV3結構設計與編程指導
- JavaScript前端開發與實例教程(微課視頻版)
- Oracle數據庫從入門到運維實戰
- 小程序開發原理與實戰
- ASP.NET程序設計教程
- JSP程序設計實例教程(第2版)
- SQL Server 2008 R2數據庫技術及應用(第3版)