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

Creating a New Cloud Connected Mobile Project

This procedure explains how to create a new Cloud Connected Mobile (CCM) project. Typically, this procedure results in the creation of two associated projects: A client-side/mobile project, and a server-side RESTful API project.

You can also separately create the server-side project. For more information, see Creating a New Restful API Project.

Note:

Creating a new CCM server-side project requires Zend Framework 2.1.0 or higher.

 

 

Instructions on how to complete a procedure

To create a new CCM project in Zend Studio:

  1. In Zend Studio, go to File | New | Cloud Connected Mobile Project.
    -OR-
    In the PHP Explorer View, right-click and select New | Project | Cloud Connected Mobile Project.
    The New Cloud Connected Mobile Project wizard is displayed.

  1. Name your new mobile project.

  2. Configure your server-side API Project:
    1. Make sure the Create web services project check-box is selected (default).
    2. Name your new server project.
    3. Select the file location of the new server project.
    4. Select an existing deployment target for the new server project, or click Add Target to create a new target. For information on adding new targets, see Managing Targets.
  1. Click Next.
    The Templates dialog is displayed.

  1. From the Available Templates list, select a template for the mobile and server projects (Empty Projects, Native APIs Example, Simple RESTful Service - see descriptions in dialog for more information on each template).
  1. Click Finish.
    Your new projects are created, and are displayed in the PHP Explorer.
    By default, the mobile project's 'mobile.appGUI' file (Mobile GUI Editor) is opened and displayed. For information on designing your mobile application using the Mobile GUI Editor, see Using the Mobile GUI Editor.

 

 

Related Links

Related Links:

Creating a New Web Services Project

Setting Web Services Project

Testing a New Cloud Connected Mobile Project

Creating Native Applications

Running Native Applications

 

 

 

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