Zend Studio 8.0
Documentation Survey | Submit Documentation Feedback | View Latest Version and Get PDF Online
In this Topic Hide
The Quick Start page will help newcomers and (even) our veteran users familiarize themselves with this new version. See above for a list of the features covered in this page.
When Zend Studio is first launched, a Welcome Page will open containing links to actions and tutorials to help you get started with Zend Studio, as well as information on Zend Studio's features and functionality.
To start using Zend Studio,
close the Welcome Page by clicking the X icon
in the
Welcome tab in the top-left corner.
The Workbench is a window that displays Perspectives, Views and menu bars through which different operations can be performed.
See the Workbench topic in the Workbench User Guide for more on using and customizing the Workbench.
Note:
Additional user guides can be accessed from inside Zend Studio by going to Help | Help Contents, or from the Eclipse Online Documentation site (http://help.eclipse.org/helios/index.jsp).
Workspaces are the files system location where all your projects are created and stored.
You can use the default Workspace created by Zend Studio or from the menu bar go to File | Switch Workspace | Other to select a different Workspace.
A project is a group of files and resources which are displayed in a tree in the PHP Explorer view.
|
|
|
To create a new PHP project: Go to the Menu Bar and select File | New | PHP Project. -Or- In the PHP Explorer View, right-click and select New | PHP Project. |
See Creating PHP Projects for more information.
|
|
|
To create a new PHP file: Go to the Menu Bar and select File | New | PHP File. -Or- in PHP Explorer view, right-click the folder in which you want to create your file and select New | PHP File -Or- click the New PHP File icon on the toolbar |
See Creating PHP Files for more information.
The Zend Debugger detects and diagnoses errors in PHP code situated on local or remote servers:
|
|
|
To debug a PHP script situated on your workspace:
|
|
|
|
|
|
To debug a PHP Web page situated on a server:
|
|
|
Debugging Preferences can be configured from the Debug Preferences page, which can be accessed from Window | Preferences | PHP | Debug.
See Debugging for more information.
RSS (Remote Server Support) provides transparent access to remote resources, including the upload and download of files.
To configure a new connection, go to Project | Properties | Remote Server Support and click Manage and then Add.
Use the New Remote System Connection dialog to define your settings and save by clicking Finish.
To learn more about working with RSS, see Remote Server Support.
Zend Studio includes a built-in component for CVS (Concurrent Versions System) and SVN (Subversion).
Before accessing a repository, make sure that a CVS or SVN server is already configured on the host machine.
|
|
|
To configure access to a repository through Zend Studio:
|
|
|
See CVS or SVN for more information.
A PHPUnit is a testing framework to write and run tests on PHP code. A test file can be created for each class, function and file. PHPUnits allow PHP developers to incrementally build test suites to constantly review progress and detect unintended side effects.
|
|
|
To create and run a PHPUnit Test Case:
|
|
|
See PHPUnit Testing for more information.
Refactoring is the process of renaming or moving selected resources in a 'smart' way while maintaining all the relevant links between files and elements. Refactoring automatically makes all relevant changes to your code.
|
|
|
To move / rename a resource:
|
During the refactoring process, a preview screen will display showing the changes made. |
|
See Refactoring for more information.
To open a perspective go to Window | Open Perspective, select "Other" to view a full list of perspectives.
PHP (default) - This is the perspective that will open by default in Zend Studio. It allows you to manage and create PHP projects and files.
PHP Debug - Allows you to manage and track the debugging process.
CVS / SVN Repository Exploring - Allows you to manage and view your source control.
Database Development - Allows you to view and manage your database content. Zend Studio allows connection with several types of databases.
PHP Profile - Allows you "profile" and analyze file running times.
Source Code Repositories - Allows you to upload and synchronize files through FTP.
See PHP Perspectives and Views for more information.
|
|
|
Related Links: Remote Server Explorer |
|
|