Sakila is a sample database schema provided by Oracle as an example of a database that can be configured in MySQL.
The database contains the following tables:
Please visit this site which contains the Sakila Installation Instructions
GenHelm is a web framework and integrated code generation environment used to build robust websites in a fraction of the time needed to create sites from scratch.
GenHelm is based on the premise that all websites require core capabilities and that standard components can be aggregated to form virtually any type of site.
Generators (called Models) are what make GenHelm so powerful. These models gather input from the developer to automate the building of web pages and other components.
Unlike other tools, that generate code to be maintained by hand, the code generated by the GenHelm models never needs to be modified. Changes to the code is affected by changing the parameters to the model.
GenHelm also allows for custom code to supplement the generated code. This entire Sakila demo application was implemented with less than 100 lines of custom PHP code.
No, designers can certainly build brochure style sites without any programming. These sites can even include simple forms.
One of GenHelm's strengths is making it easy to build complex forms. If your forms require a lot of validation and processing, this would generally require someone with some programming skills.
Please visit genhelm.com