- Drupal 8 Module Development
- Daniel Sipos
- 189字
- 2021-07-02 15:45:08
PHP
Drupal is written in the PHP programming language. PHP is a widely supported, multiplatform, and web-centric scripting language. Since Drupal is written in PHP, this book will largely feature code written in PHP, albeit with Drupal standard practices being kept in mind.
It is very important to note that the minimum version of PHP required for Drupal 8 to run (and install via Composer) is 5.5.9. Moreover, since the current version of PHP (at the time of writing this book) is PHP 7, I personally recommend that you run Drupal 8. It's best to start off right.
Regarding the style of PHP, a very important change compared to Drupal 7 is the heavy use of object-oriented code and design patterns. Granted, many procedural style approaches remain throughout the Drupal 8 code base, but the use of a good number of popular external libraries (such as Symfony components) has pushed the overall Drupal code to be more modern. For this reason, it is also quite important that you have at least some basic understanding of object-oriented programming (OOP), especially PHP related, if you want to do Drupal 8 development.
- Learning LibGDX Game Development(Second Edition)
- Instant Apache Stanbol
- Visual Basic編程:從基礎到實踐(第2版)
- Java Web基礎與實例教程(第2版·微課版)
- INSTANT Django 1.5 Application Development Starter
- 零基礎學Python網絡爬蟲案例實戰全流程詳解(高級進階篇)
- VMware虛擬化技術
- Python數據結構與算法(視頻教學版)
- Hands-On Nuxt.js Web Development
- Learning JavaScript Data Structures and Algorithms(Second Edition)
- 創意UI:Photoshop玩轉APP設計
- Python商務數據分析(微課版)
- 計算語言學導論
- Yii2 By Example
- ASP.NET Core and Angular 2