PhpStorm Cookbook

Mukund Chaudhary, Ankur Kumar

  • 出版商: Packt Publishing
  • 出版日期: 2014-12-31
  • 售價: $1,830
  • 貴賓價: 9.5$1,739
  • 語言: 英文
  • 頁數: 254
  • 裝訂: Paperback
  • ISBN: 1782173870
  • ISBN-13: 9781782173878
  • 相關分類: PHPStorm
  • 下單後立即進貨 (約3~4週)

商品描述

Discover over 80 recipes to learn how to build and test PHP applications efficiently using the PhpStorm IDE

About This Book

  • Learn to plan, construct, test, and run your applications with ease using PHPStorm
  • Improve the speed and efficiency of web application development using the PHPStorm IDE
  • Collaborate tasks across time and space using CVS repository and learn expert level coding standards inspection for PHP in PHPStorm

Who This Book Is For

If you are a competent PHP developer who knows the basics of PHPStorm and intends to gain better knowledge of PHPStorm by learning and implementing pro-level practices, techniques, and solutions, then this book is for you. It is assumed that you already have a working installation of the software setup.

What You Will Learn

  • Modify or customize the views and editors quickly
  • Learn about the basics of PHP development including class, methods, and getters/setters
  • Perform refactoring of elements such as renaming, copying, and moving
  • Integrate frameworks using PhpStorm to generate Models, Views, and Controllers
  • Use a CVS repository to commit files and check out projects using PhpStorm
  • Find out more about the use of PhpStorm in a team
  • Learn about safe deployment using Phing and PhpStorm
  • Create plugins getter/setter methods, exception breakpoints, and CVS repositories

In Detail

PhpStorm is a commercial, cross-platform IDE for PHP. It provides an intelligent editor for PHP, HTML, and JavaScript with on-the-fly code analysis and automated refactoring for PHP and JavaScript code.

In this book, you will learn about accessing project files, maximizing and reordering views, and editors. Going ahead, you will learn how to access elements, search code, compare files, and integrate frameworks. After gaining in-depth knowledge of testing and debugging, you will learn about PHP development, refactoring and building applications with ease of handling, and integrating frameworks. You will also test and debug them using PhpStorm and then learn how to use Phing and plugins. By the end of this book, you will have learned all about Phing and cooking plugins.