Creating Projects and Files

The purpose of this tutorial is to guide you through the steps involved in creating PHP Projects and files.

Creating a PHP Project

To create a new PHP Project:

  1. Go to File Menu and select New | PHP Project.
    -Or- In PHP Explorer view, right-click and select New | PHP Project.

  2. The New Project wizard will open.
    Enter a name for your new project into the Project Name field.

  3. Click Finish to complete the creation of your project.

The new project will be listed in PHP Explorer view.

Back to top

Creating a PHP File

Creating a PHP file within Zend Studio will automatically add PHP tags to the script, and allow you to fully utilize Zend Studio's PHP functionality.

To create a new PHP file within a project:

  1. In PHP Explorer view, right-click your project and select New | PHP File -or- select your project and go to File Menu | New | PHP File.

  2. Enter the File Name and click Finish.
    An editor window will appear with the following basic PHP code:

  3. Add your code to the new file.

  4. Save the file by clicking the Save button on the toolbar.

  5. To complete your project, create more PHP files by repeating steps 1-7.

 

To create a new PHP file outside of a project:

  1. Click the new Easy PHP File icon on the toolbar .
    An editor window will appear with the following basic PHP code:

  2. Add your code to the new file.

  3. Save the file by clicking the Save button on the toolbar.

  4. To complete your project, create more PHP files by repeating steps 1-7.

Once you have created all your files, you can edit , debug, profile, test and monitor them. After taking all the necessary steps in order to obtain a server, you will be ready to deploy the project to the live server on which it will be running.

For more information on methods of deploying and synchronizing information with a remote server see: Working with Remote Server SupportWorking with Remote Server.

Back to top

 

 

Related Links:
Basic Tutorials

Quick Start

Easy File Creation

Remote Server Support

Remote Server

 

 

©1999-2013 Zend Technologies LTD. All rights reserved.