Directory Structure
Directory Structure
The table below outlines the directory structure for Appcelerator PHP projects.
| ./Service | contains all your Appcelerator service Perl modules |
| ./Service/HelloService.pm | Sample Perl 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/proxy.pl | an Appcelerator HTTP proxy - primarily used by the Appcelerator RIA to access cross-domain services. |
| ./public/servicebroker.pl | the Appcelerator service broker files for Perl |
| ./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 |