Directory Structure
Directory Structure
The table below outlines the directory structure for Appcelerator PHP projects.
| ./app/services | contains all your Appcelerator services |
| ./app/services/test_service.php | Sample PHP service - used by servicetester.html |
| ./config | contains the appcelerator.config file, which tracks the versions of your Appcelerator software components |
| ./plugins | contains Appcelerator plugins - empty by default |
| ./public | contains all user interface files |
| ./public/appcelerator.xml | configuration file used by Appcelerator RIAs |
| ./public/images | contains your application images and icons |
| ./public/index.html | the default HTML file bundled with your project |
| ./public/javascripts | contains your application Javascript files, including the appcelerator.js file |
| ./public/json.php | PHP JSON library for PHP 4 |
| ./public/proxy.php | an Appcelerator HTTP proxy - primarily used by the Appcelerator RIA to access cross-domain services. |
| ./public/servicebroker*.php | the Appcelerator service broker files for PHP 4 and PHP 5 |
| ./public/servicetester.html | a demo HTML page that works in conjunction with the bundled test_service.php |
| ./public/stylesheets | contains your application CSS files |
| ./public/swf | contains the Flash files for our charting widget |
| ./public/upgrade_cookies.html | default page that is served if user does not have "cookies" enabled in their browser |
| ./public/upgrade_script.html | default page that is served if user does not have "javascript" enabled in their browser |
| ./public/widgets | contains Appcelerator widgets |
| ./tmp | a temporary directory used by Appcelerator |