- Yii 1.1 Application Development Cookbook
- Alexander Makarov
- 140字
- 2021-04-02 18:40:56
Conventions
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: "We can include view partials through the use of the include
directive."
A block of code is set as follows:
defined('YII_DEBUG') or define('YII_DEBUG', false); defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL', 0); $yii=dirname(__FILE__).'/../framework/yii.php'; $config=dirname(__FILE__).'/../app/config/production.php'; require($yii); Yii::createWebApplication($config)->run();
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
defined('YII_DEBUG') or define('YII_DEBUG', false);
defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL', 0);
$yii=dirname(__FILE__).'/../framework/yii.php';
$config=dirname(__FILE__).'/../app/config/production.php';
require($yii);
Yii::createWebApplication($config)->run();
Any command-line input or output is written as follows:
cd path/to/protected/tests phpunit unit/BBCodeTest.php
Note
Warnings or important notes appear in a box like this.
Note
Tips and tricks appear like this.
推薦閱讀
- AI繪畫教程:Midjourney使用方法與技巧從入門到精通
- 3ds Max 2016中文版完全自學手冊
- PS職場達人煉成記:人人都能學會的Photoshop辦公設計技巧
- Final Cut Pro X 影視包裝剪輯完全自學教程(培訓教材版)
- Photoshop圖形圖像處理實用教程
- Photoshop CC UI設計標準培訓教程
- VR策劃與編導
- Photoshop CC完全自學教程:從入門到實踐(全新版)
- Photoshop CC 2017 淘寶美工設計實例教程
- Origin科技繪圖與數(shù)據(jù)分析
- 構筑敏捷的開發(fā)團隊:微軟Visual Studio 2010實戰(zhàn)兵法
- Mobile Web Development
- Building SOA/Based Composite Applications Using NetBeans IDE 6
- Adobe創(chuàng)意大學Premiere Pro CS5 影視剪輯師標準實訓教材
- 深度學習之圖像識別:核心技術與案例實戰(zhàn)