PhpStorm Cookbook
上QQ阅读APP看书,第一时间看更新

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.