You are here: Zend Guard User Guide > Working with Zend Guard > Modifying Project Contents

Modifying Project Contents

The following procedures describe how to modify project contents.

There are four main options for modifying content:

Before adding or removing files and folders it is important to know that:

 

 

Instructions on how to complete a procedure

To add a folder to a project:

  1. In the Guard Explorer, open the right-click menu and select Add Folder.
    The folder browser will open.

  2. Select the folder to add, and click OK.

The new folder will be added into the project and will be visible in the Guard Explorer.

 

 

Instructions on how to complete a procedure

To add selected files to a project

  1. In the Guard Explorer, open the right-click menu and select Add Files. The file browser will open.

  2. Select the file to add, and click OK. (For multiple files use CTRL while selecting the files.)

The new files will be added into the project and will be visible in the Guard Explorer.

 

 

Instructions on how to complete a procedure

To remove files or folders from a project:

  1. Select a file or folder in the Guard Explorer..

  2. Open the right-click menu and select Remove from project. The selected file or folder will be removed from the project (For multiple files use CTRL while selecting the files.)

The removed files and folder will be removed from the project and will no longer be visible in the Guard Explorer or in the project's directory.

Note:  

Some applications are compatible with both PHP 4 and PHP 5. Encode them using the PHP version used on the server.

If you want to keep resources in the project directory but you don't want them to be sent to the output location, use the "Ignore Resource" option.

 

 

Instructions on how to complete a procedure

To Ignore resources:

  1. Select a file or folder in the Guard Explorer.

  2. Open the right-click menu and select "Ignore resource".

  3. The "ignored" indicator will appear on the resource.

The selected file or folder will be ignored (i.e. not encoded and not copied to the output location).

If you want to have resources in the output location that were not encoded, use the "Exclude Resource" option.

 

 

Instructions on how to complete a procedure

To Exclude resources:

  1. Select a file or folder in the Guard Explorer.

  2. Open the right-click menu and select "Exclude Resource".

  3. The "excluded" indicator will appear on the resource.

The selected file or folder will be excluded (i.e. not encoded and copied to the output location).

 

 

Related links

Related Links:
Getting Started

Preferences

Overriding project Preferences

Importing Projects

Tabs

Encoding

Obfuscation

Licenses

Exclude Tab

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