How to Create a PHP File under Zend Studio

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.



Leave a Reply

Your email address will not be published.

You may use these HTML tags and attributes: <a href="" title="" rel=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>