- PhpStorm Cookbook
- Mukund Chaudhary Ankur Kumar
- 209字
- 2021-08-06 19:43:13
What this book covers
Chapter 1, Cooking with PhpStorm, gives you a quick overview about accessing a project, customizing a view, moving to the previous and next editor locations, and more.
Chapter 2, PHP Development, covers PHP classes; methods, including the getter/setter method; code blocks; commenting; and more.
Chapter 3, Refactoring and Building, includes renaming, copying, moving, and deleting elements; it includes code searching, comparing, and setting the run configuration.
Chapter 4, Integrating Framework, covers the need for a framework and how frameworks such as Symphony and Yii work with PhpStorm.
Chapter 5, Testing and Debugging, gives you an overview about installing PHPUnit, testing an application, setting a breakpoint, changing code on the fly, and much more.
Chapter 6, Using PhpStorm in a Team, includes creating a CVS repository, connecting PhpStorm to a CVS repository, committing a file, checking out projects, and much more.
Chapter 7, PhpStorm and Phing, gives you an overview of connecting Phing to PhpStorm, building an application, setting the Phing editor option, and more.
Chapter 8, Cooking Library Plugins, is about validating a plugin, code hinting for the plugin, and more.
Chapter 9, Code Quality Analysis, covers the mess detector and the code sniffer; it also covers locating code duplicates and code formatting and rearrangement.
- LabVIEW2018中文版 虛擬儀器程序設計自學手冊
- Mastering Selenium WebDriver
- Programming ArcGIS 10.1 with Python Cookbook
- OpenStack Cloud Computing Cookbook(Fourth Edition)
- Learning Apache Kafka(Second Edition)
- Mastering JBoss Enterprise Application Platform 7
- Learning Three.js:The JavaScript 3D Library for WebGL
- 深入淺出Serverless:技術原理與應用實踐
- Mastering C++ Multithreading
- 時空數據建模及其應用
- Hadoop 2.X HDFS源碼剖析
- RESTful Web Clients:基于超媒體的可復用客戶端
- Python 3 Object:oriented Programming(Second Edition)
- Java高并發編程詳解:深入理解并發核心庫
- ASP.NET開發寶典