Changes between Version 11 and Version 12 of BossaExampleOne
- Timestamp:
- Feb 12, 2008, 3:14:50 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BossaExampleOne
v11 v12 32 32 and create an application with short name "bossa_example". 33 33 34 The application is define by three scripts in ~/projects/test/html/:34 The application is define by three scripts in ~/projects/test/html/: 35 35 36 36 * '''ops/bossa_example_workgen.php''': this generates more jobs. 37 * '''user/bossa_example _display.php''': show a job, and handle user response.38 * '''inc/bossa_example _backend.php''': compare and handle completed jobs.37 * '''user/bossa_example.php''': show a job, and handle user response. 38 * '''inc/bossa_example.inc''': compare and handle completed jobs. 39 39 40 40 We'll go through these scripts and explain how they work.