Book Image

PhpStorm Cookbook

By : Mukund Chaudhary
Book Image

PhpStorm Cookbook

By: Mukund Chaudhary

Overview of this book

Table of Contents (16 chapters)
PhpStorm Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Building a PhpStorm application using Phing


So, it is time for you to have some real-world action using Phing. It is time to give the problem of using Phing a shot (and get hurt by its shots as well). It is time for you to do something useful for the business of which you are the backbone. Fasten your helmet and set out to work in the sun.

The general meaning of build in other languages that require compilation is to compile the code, link the objects together, and create an executable. In PHP, though, you cannot compile the code; it is interpreted, dear: you can emulate the build process. How? Stay tuned.

Getting ready

To start with, you need to recall that you were hungry once! You must not forget certain things in life—one of them being your hunger. It makes you aware that you still need to work hard to earn bread to appease this hunger. So, when you were hungry, you just entered your kitchen and attempted to cook some pizza for yourself. Right? If you wish to pass on this same system that...