User Guide > Tasks > Developing Mobile Applications > Creating a New Mobile Project > 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 configuring 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.
 

Read Also

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