User Guide > Tasks > Working with Cloud Connected Mobile > Creating a New Cloud Connected Mobile Project > Setting Apigility Project

Setting Apigility Project

A Cloud Connected Mobile (CCM) project usually consists of a mobile project containing the client side configurations, and a linked server-side Apigility project containing RPC and RESTful services.

When using the Mobile GUI Editor to configure your mobile project, the list of services available for linking to GUI widgets corresponds to the methods defined in the 'config.xml' file of the server-side project associated with your mobile project.

Zend Studio allows you to:

Binding a Mobile Project to a Server-Side Project

This procedure explains how to associate a standalone mobile project with an existing server-side project, and how to associate a mobile project already associated with a server-side project, with a different server-side project.

 

 

Instructions on how to complete a procedure

To bind a mobile project:

  1. In the PHP Explorer, select your mobile project, and from the menu-bar, select Project | Properties | Apigility Project.
    The Apigility Project properties dialog is displayed.
  1. Click the drop-down menu to select a different existing server-side project to be associated with your mobile project.
  2. Click OK.

Note:

When using the Mobile GUI Editor to configure a standalone mobile project, the Apigility Project properties dialog is also displayed when clicking the Go to Service Definitions link in a widget Properties box.

 

Read Also

  Cloud Connected Mobile    
  Creating a New Cloud Connected Mobile Project    
  Creating a New Web Services Project