]> git.decadent.org.uk Git - maypole.git/commit
Beginning to a fancy example app of 2.11 features . See
authorbiopete <biopete@invalid>
Tue, 11 Jul 2006 17:44:37 +0000 (17:44 +0000)
committerbiopete <biopete@invalid>
Tue, 11 Jul 2006 17:44:37 +0000 (17:44 +0000)
commit7bb021648c28d2f70ec2853f0d01dd49c6437460
treee1e535d2cae2f4b0d3d4eda780b41c3a3592c80a
parentc3973978e1373a262d13da63c9e9ecfde4b72cc7
Beginning to a fancy example app of 2.11 features . See
BeerDB::Drinker.pm for FromCGI and AsForm stuff. Still needs much work.

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@504 48953598-375a-da11-a14b-00016c27c3ee
31 files changed:
ex/fancy_example/BeerDB.pm [new file with mode: 0644]
ex/fancy_example/BeerDB/Base.pm [new file with mode: 0644]
ex/fancy_example/BeerDB/Beer.pm [new file with mode: 0644]
ex/fancy_example/BeerDB/Brewery.pm [new file with mode: 0644]
ex/fancy_example/BeerDB/Drinker.pm [new file with mode: 0644]
ex/fancy_example/beerdb.sql [new file with mode: 0644]
ex/fancy_example/templates/custom/addnew [new file with mode: 0644]
ex/fancy_example/templates/custom/display_inputs [new file with mode: 0644]
ex/fancy_example/templates/custom/display_inputs.recursive [new file with mode: 0644]
ex/fancy_example/templates/custom/display_search_inputs [new file with mode: 0644]
ex/fancy_example/templates/custom/edit [new file with mode: 0644]
ex/fancy_example/templates/custom/header [new file with mode: 0644]
ex/fancy_example/templates/custom/maypole.css [new file with mode: 0644]
ex/fancy_example/templates/custom/search_form [new file with mode: 0644]
ex/fancy_example/templates/drinker/view [new file with mode: 0644]
ex/fancy_example/templates/factory/addnew [new file with mode: 0644]
ex/fancy_example/templates/factory/edit [new file with mode: 0644]
ex/fancy_example/templates/factory/footer [new file with mode: 0644]
ex/fancy_example/templates/factory/frontpage [new file with mode: 0644]
ex/fancy_example/templates/factory/header [new file with mode: 0644]
ex/fancy_example/templates/factory/list [new file with mode: 0644]
ex/fancy_example/templates/factory/login [new file with mode: 0644]
ex/fancy_example/templates/factory/macros [new file with mode: 0644]
ex/fancy_example/templates/factory/maypole [new file with mode: 0644]
ex/fancy_example/templates/factory/maypole.css [new file with mode: 0644]
ex/fancy_example/templates/factory/navbar [new file with mode: 0644]
ex/fancy_example/templates/factory/pager [new file with mode: 0644]
ex/fancy_example/templates/factory/search_form [new file with mode: 0644]
ex/fancy_example/templates/factory/search_form_recursive [new file with mode: 0644]
ex/fancy_example/templates/factory/title [new file with mode: 0644]
ex/fancy_example/templates/factory/view [new file with mode: 0644]