- 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.
- 計算機圖形學編程(使用OpenGL和C++)(第2版)
- 從0到1:HTML+CSS快速上手
- 深入理解Java7:核心技術與最佳實踐
- UI智能化與前端智能化:工程技術、實現方法與編程思想
- WordPress Plugin Development Cookbook(Second Edition)
- Visual C++數字圖像處理技術詳解
- INSTANT Django 1.5 Application Development Starter
- INSTANT Passbook App Development for iOS How-to
- Android開發:從0到1 (清華開發者書庫)
- 微信小程序全棧開發技術與實戰(微課版)
- Zabbix Performance Tuning
- Swift語言實戰晉級
- 跟戴銘學iOS編程:理順核心知識點
- 深度學習程序設計實戰
- Python預測之美:數據分析與算法實戰(雙色)