- Creating Concrete5 Themes
- Remo Laubacher
- 172字
- 2021-08-05 18:09:09
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: "The value of $pkg
has to match the package directory and theme_book
in PageTheme::add('theme_book', $pkg);
has to match the name of the theme directory in themes
."
A block of code is set as follows:
<?php $mh = Loader::helper('mail'); $mh->setSubject('Hello lovely World'); $mh->setBody('Have a great day!'); $mh->to('the@world.org', 'The World'); $mh->from('me@switzerland.ch'); $mh->sendMail();
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="span9"> <?php $areaMain = new Area('Main'); $areaMain->display($c); ?> </div>
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: "There are some links such as Add Image which are concrete5 specific."
- 在你身邊為你設計Ⅲ:騰訊服務設計思維與實戰
- Hands-On Data Structures and Algorithms with Rust
- 云數據中心基礎
- Test-Driven Development with Mockito
- Neural Network Programming with TensorFlow
- 數據庫原理與設計(第2版)
- Access 2010數據庫程序設計實踐教程
- 推薦系統全鏈路設計:原理解讀與業務實踐
- Tableau商業分析從新手到高手(視頻版)
- 數據可視化五部曲
- 達夢數據庫集群
- 反饋:化解不確定性的數字認知論
- Learning Game AI Programming with Lua
- Unity iOS Essentials
- 從運維菜鳥到大咖,你還有多遠II:企業數據中心建設及管理