舉報

會員
PhpStorm Cookbook
Mukund Chaudhary Ankur Kumar 著
更新時間:2021-08-06 19:43:40
開會員,本書免費讀 >
最新章節(jié):
Index
IfyouareacompetentPHPdeveloperwhoknowsthebasicsofPHPStormandintendstogainbetterknowledgeofPHPStormbylearningandimplementingpro-levelpractices,techniques,andsolutions,thenthisbookisforyou.Itisassumedthatyoualreadyhaveaworkinginstallationofthesoftwaresetup.
最新章節(jié)
- Index
- Code formatting and arrangement
- Locating code duplicates
- Code sniffer and PhpStorm
- Mess detector and PhpStorm
- Introduction
品牌:中圖公司
上架時間:2021-08-06 19:05:46
出版社:Packt Publishing
本書數(shù)字版權(quán)由中圖公司提供,并由其授權(quán)上海閱文信息技術(shù)有限公司制作發(fā)行
- Index 更新時間:2021-08-06 19:43:40
- Code formatting and arrangement
- Locating code duplicates
- Code sniffer and PhpStorm
- Mess detector and PhpStorm
- Introduction
- Chapter 9. Code Quality Analysis
- Code hinting for the plugin
- Configuring the plugin with PhpStorm
- Refining the plugin
- Creating a library plugin
- Introduction
- Chapter 8. Cooking Library Plugins
- Using the Phing build view
- Doing wonders with Phing
- Using a different build file
- Building a PhpStorm application using Phing
- Catching Phing build file syntax problems
- Connecting Phing and PhpStorm
- Introduction
- Chapter 7. PhpStorm and Phing
- Creating a task for the team
- Creating VCS tags or branches
- Creating code patches
- Checking projects out of a VCS repository
- Examining the VCS repository
- Synchronizing your code with the VCS repository
- Updating code from a VCS repository
- Committing files to the VCS repository
- Storing a PhpStorm project in a VCS repository
- Connecting PhpStorm to a VCS repository
- Creating a VCS repository
- Getting a VCS server
- Introduction
- Chapter 6. Using PhpStorm in a Team
- Code coverage in PhpStorm
- Changing code on the fly
- Watching expressions and variables
- Running to a line of code selected
- Stepping through your code
- Creating exception breakpoints
- Configuring breakpoint conditions
- Setting a breakpoint
- Starting a debugging session
- Testing an application with PHPUnit
- Test case in PHPUnit
- Installing PHPUnit
- Introduction
- Chapter 5. Testing and Debugging
- Creating a view with the Zend framework
- Creating a controller with the Zend framework
- Creating a model with the Zend framework
- Creating a view with the Yii framework
- Creating a controller with the Yii framework
- Creating a model with the Yii framework
- Creating a view with Symfony
- Creating a model with Symfony
- Creating a controller with Symfony
- Cooking with Symfony
- Introduction
- Chapter 4. Integrating Framework
- Running your code
- Setting the run configuration
- Restoring elements using comparison
- Comparing files
- Searching code in a project
- Deleting elements
- Moving a variable
- Moving a method
- Moving elements
- Copying elements
- Renaming elements
- Introduction
- Chapter 3. Refactoring and Building
- Creating TODO tasks
- Creating a working set
- Commenting out a section of code and PHPDoc
- Finding the matching brace
- Surrounding code with control structures
- Creating delegate methods
- Adding the getter/setter methods
- Creating a new PHP method
- Creating a new PHP class
- Reusing an existing project
- Creating an empty project
- Creating a PHP project using Composer
- Introduction
- Chapter 2. PHP Development
- Using code completion
- Excluding unwanted directories from the index
- Adding an include path
- Customizing with PhpStorm
- Restoring deleted resources
- Creating a bookmark
- Creating a key binding
- Linking views to editors
- Going back to the previous edit location
- Going back to the previous editor
- Maximizing views and editors
- Accessing any project file
- Customizing a view
- Showing/hiding views
- Introduction
- Chapter 1. Cooking with PhpStorm
- Customer support
- Reader feedback
- Conventions
- Sections
- Who this book is for
- What you need for this book
- What this book covers
- Preface
- Support files eBooks discount offers and more
- www.PacktPub.com
- About the Reviewers
- About the Authors
- Credits
- PhpStorm Cookbook
- coverpage
- coverpage
- PhpStorm Cookbook
- Credits
- About the Authors
- About the Reviewers
- www.PacktPub.com
- Support files eBooks discount offers and more
- Preface
- What this book covers
- What you need for this book
- Who this book is for
- Sections
- Conventions
- Reader feedback
- Customer support
- Chapter 1. Cooking with PhpStorm
- Introduction
- Showing/hiding views
- Customizing a view
- Accessing any project file
- Maximizing views and editors
- Going back to the previous editor
- Going back to the previous edit location
- Linking views to editors
- Creating a key binding
- Creating a bookmark
- Restoring deleted resources
- Customizing with PhpStorm
- Adding an include path
- Excluding unwanted directories from the index
- Using code completion
- Chapter 2. PHP Development
- Introduction
- Creating a PHP project using Composer
- Creating an empty project
- Reusing an existing project
- Creating a new PHP class
- Creating a new PHP method
- Adding the getter/setter methods
- Creating delegate methods
- Surrounding code with control structures
- Finding the matching brace
- Commenting out a section of code and PHPDoc
- Creating a working set
- Creating TODO tasks
- Chapter 3. Refactoring and Building
- Introduction
- Renaming elements
- Copying elements
- Moving elements
- Moving a method
- Moving a variable
- Deleting elements
- Searching code in a project
- Comparing files
- Restoring elements using comparison
- Setting the run configuration
- Running your code
- Chapter 4. Integrating Framework
- Introduction
- Cooking with Symfony
- Creating a controller with Symfony
- Creating a model with Symfony
- Creating a view with Symfony
- Creating a model with the Yii framework
- Creating a controller with the Yii framework
- Creating a view with the Yii framework
- Creating a model with the Zend framework
- Creating a controller with the Zend framework
- Creating a view with the Zend framework
- Chapter 5. Testing and Debugging
- Introduction
- Installing PHPUnit
- Test case in PHPUnit
- Testing an application with PHPUnit
- Starting a debugging session
- Setting a breakpoint
- Configuring breakpoint conditions
- Creating exception breakpoints
- Stepping through your code
- Running to a line of code selected
- Watching expressions and variables
- Changing code on the fly
- Code coverage in PhpStorm
- Chapter 6. Using PhpStorm in a Team
- Introduction
- Getting a VCS server
- Creating a VCS repository
- Connecting PhpStorm to a VCS repository
- Storing a PhpStorm project in a VCS repository
- Committing files to the VCS repository
- Updating code from a VCS repository
- Synchronizing your code with the VCS repository
- Examining the VCS repository
- Checking projects out of a VCS repository
- Creating code patches
- Creating VCS tags or branches
- Creating a task for the team
- Chapter 7. PhpStorm and Phing
- Introduction
- Connecting Phing and PhpStorm
- Catching Phing build file syntax problems
- Building a PhpStorm application using Phing
- Using a different build file
- Doing wonders with Phing
- Using the Phing build view
- Chapter 8. Cooking Library Plugins
- Introduction
- Creating a library plugin
- Refining the plugin
- Configuring the plugin with PhpStorm
- Code hinting for the plugin
- Chapter 9. Code Quality Analysis
- Introduction
- Mess detector and PhpStorm
- Code sniffer and PhpStorm
- Locating code duplicates
- Code formatting and arrangement
- Index 更新時間:2021-08-06 19:43:40