adding zend project folders into old campcaster.
This commit is contained in:
parent
56abfaf28e
commit
7ef0c18b26
4045 changed files with 1054952 additions and 0 deletions
|
@ -0,0 +1,10 @@
|
|||
|
||||
# This first example is tested with a Bookstore project on MySql
|
||||
# (default setting Sqlite has not been tested)
|
||||
#
|
||||
# Additionally, you'll need some data in your tables. In case you
|
||||
# don't have - here's a mini-dump to get the example running.
|
||||
|
||||
INSERT INTO `author` VALUES (1, 'Martin', 'Heidegger');
|
||||
INSERT INTO `book` VALUES (1, 'Sein und Zeit', '3484701226', NULL, NULL);
|
||||
INSERT INTO `publisher` VALUES (1, 'Max Niemeyer Verlag');
|
Loading…
Add table
Add a link
Reference in a new issue