官术网_书友最值得收藏!

  • Yii Project Blueprints
  • Charles R. Portwood II
  • 174字
  • 2021-08-05 17:50:34

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, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "We'll also need to modify our UserIdentity class to allow for socially authenticated users to sign in."

A block of code is set as follows:

<?php
// change the following paths if necessary
$config=dirname(__FILE__).'/config/main.php';
$config = require($config);
require_once('/opt/frameworks/php/yii/framework/yiic.php');

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

<div class="form-group">
<?php $selected = array('options' => array(isset($_
GET['id']) ? $_GET['id'] : NULL => array('selected' => true))); ?>
<?php echo CHtml::dropDownList('id', array(), CH
tml::listData(Location::model()->findAll(),'id','name'), 
CMap::mergeArray($selected, array('empty' => 'Select a Location'))); 
?>
</div>
<button type="submit" class="pull-right btn btnprimary">Search</button>
</form>

Any command-line input or output is written as follows:

$ php protected/yiic.php migrate up

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: "Click on the link titled Model Generator, and then fill in the form on the page that appears."

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 内丘县| 东海县| 文成县| 普格县| 乐都县| 金溪县| 大渡口区| 淳安县| 新乡县| 民县| 红安县| 洛隆县| 息烽县| 娱乐| 惠东县| 铁岭县| 万年县| 马鞍山市| 安阳县| 新郑市| 灵丘县| 上犹县| 鄂州市| 玉树县| 静海县| 平塘县| 泰和县| 德格县| 稷山县| 神木县| 宿州市| 清远市| 师宗县| 双城市| 安远县| 徐水县| 广东省| 庆云县| 桓仁| 绥化市| 白城市|