- Moodle 3.x Developer's Guide
- Ian Wild
- 138字
- 2021-07-02 21:34:37
Setting up an Integrated Development Environment (IDE)
As discussed earlier, the Moodle application consists of a great number of text scripts that can, in practice as well as theory, be edited with any simple text editor. However, you will be far better off using an integrated development environment for your development. An IDE will contain tools for code completion and code insight; for example, if you have forgotten the name of a class method, or if you need quick access to a function declaration, or the instances where a variable is used.
Perhaps more importantly, IDEs contain integrated debugging tools that allow you to step through the code as it runs (more on this later). The examples in this book use a special PHP version of the Eclipse IDE called Eclipse PDT, which can be downloaded from http://www.eclipse.org/pdt/.
- 深入理解Android(卷I)
- C語言程序設計(第3版)
- Visual Basic編程:從基礎到實踐(第2版)
- Python程序設計(第3版)
- 青少年美育趣味課堂:XMind思維導圖制作
- Architecting the Industrial Internet
- Babylon.js Essentials
- Anaconda數據科學實戰
- jQuery從入門到精通(微課精編版)
- Keil Cx51 V7.0單片機高級語言編程與μVision2應用實踐
- 透視C#核心技術:系統架構及移動端開發
- HTML5程序設計基礎教程
- 面向對象分析與設計(第3版)
- Learn Spring for Android Application Development
- Elixir Cookbook