db/config.yml: dbscript configuration file

alternatetext

db/models/Person.php: data model for the people table

alternatetext

db/controllers/people.php: controller for the people table
dbscript includes a number of templates which can be used to render content as long as a $collection variable is returned to the partial template, and an $atomfeed variable to the layout template.

alternatetext

http://host/?people: browse the people resource (with content-negotiation) via dbscript's standard x/html templates
if a client expresses a preference for it, atom or wml can be delivered as well.