This wine store example is a work in progress, showing some of the more advanced features of informl. The data is taken from Hugh E. Williams and David Lane, Web Database Applications with PHP and MySQL, published by O'Reilly & Associates.
Use the "source" link at the bottom of each page to see how the examples are constructed.
We have 1050 different wines from 10 regions. Our 513263 bottles in inventory come from 300 different wineries. Prices start at $0.0 per bottle.
We have up to 999 bottles of each of our wines, with an average of 474.36506469501 bottles.
In this example,
<<iterate (year=1998 & wine_type=red)wines>>
* [:name:], _[:name.winery:]_
becomes a list of the red wines from 1998:
Visit the inventory page to see some other features.