Databases Reference
In-Depth Information
Figure 3-1 Eclipse
3.4 Sample Web application
In order to showcase the features of DB2 Express-C, PHP, and the brand new
Zend Framework, we built a couple of sample Web-based database applications.
The first application is a “Movie of the week” survey application, where using a
simple Web interface, you can add a movie name to the database and vote for
the movie of the week. Your suggestion for a new name or your vote instantly
updates the Web site. The application demonstrates the framework's simplistic
MVC model to build database driven applications using Zend db adapters.
While designing any Web-based application, we start by designing interfaces. A
Web application is a collection of Web pages where each page is a unique URL.
This simple survey application consists of two URLs:
/index/vote
/add/movie
Search WWH ::




Custom Search