- Joomla! 1.5x Customization: Make Your Site Adapt to Your Needs
- Daniel Chapman
- 182字
- 2021-04-01 13:53:13
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 take the $article
parameter which was passed in, and we are going to assign a new value to its text
attribute."
A block of code will be set as follows:
class plgContentNJaccess extends JPlugin { function plgContentNJaccess ( &$subject ) { parent::__construct( $subject ); $this->_plugin = JPluginHelper::getPlugin('Content', 'ninjaacess'); $this->_params = new JParameter($this->_plugin->params); }
When we wish to draw your attention to a particular part of a code block, the relevant lines or items will be shown in bold:
<files>
<filename module="mod_fbmodule">mod_fbmodule.php</filename> <filename>index.html</filename> <filename>helper.php</filename>
<folder>tmpl</folder>
</files>
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 our text like this: "Next, click on Extensions | Module Manager and find our module."
推薦閱讀
- Wordpress 3 Complete
- Celtx: Open Source Screenwriting Beginner's Guide
- 中文版CorelDRAW X7基礎培訓教程(移動學習版)
- 數碼攝影后期高手之路(第2版)
- SketchUp印象 城市規劃項目實踐(第2版)
- Photoshop案例實戰從入門到精通
- ASP.NET MVC 2 Cookbook
- ABAQUS基礎入門與案例精通
- Photoshop CC 服裝設計經典實例教程
- Instant Testing with QUnit
- 剪映短視頻剪輯從入門到精通:宣傳短片+電商視頻+產品廣告+活動慶典
- Photoshop CC 2018基礎教程(第3版)
- Cacti 0.8 Network Monitoring
- Learning Website Development with Django
- Magento 1.3: PHP Developer's Guide