| Gabor Hojtsy 2004-05-22, 8:30 am |
| goba Sat May 22 07:55:29 2004 EDT
Added files:
/phpweb/images/books 3898422607.jpg 3898423816.jpg 3898424901.jpg
Modified files:
/phpweb/include books.inc
Log:
adding new German books by Galileo - focused on PHP 5
http://cvs.php.net/diff.php/phpweb/...28&r2=1.29&ty=u
Index: phpweb/include/books.inc
diff -u phpweb/include/books.inc:1.28 phpweb/include/books.inc:1.29
--- phpweb/include/books.inc:1.28 Sat May 22 07:38:45 2004
+++ phpweb/include/books.inc Sat May 22 07:55:29 2004
@@ -1,6 +1,6 @@
<?php
-// $Id: books.inc,v 1.28 2004/05/22 11:38:45 goba Exp $
+// $Id: books.inc,v 1.29 2004/05/22 11:55:29 goba Exp $
/*
This file contains books data for books.php, including languages and type information.
@@ -67,6 +67,38 @@
"PHP" => array (
+array(
+ /* title[s] */ "Einstieg in PHP 5",
+ /* title_link */ "http://www.amazon.de/exec/obidos/ASIN/3898422607/wwwphpnet07",
+ /* author[s] */ "Thomas Theis",
+ /* auth link[s] */ "",
+ /* image */ "3898422607.jpg",
+ /* information */ "Galileo Computing, 2004, ISBN 3-89842-260-7, 550 pages",
+ /* inform. link */ "http://www.galileocomputing.de/393",
+ /* language */ "de"
+ ),
+
+array(
+ /* title[s] */ "PHP 5 - Die Neuerungen",
+ /* title_link */ "http://www.amazon.de/exec/obidos/ASIN/3898424901/wwwphpnet07",
+ /* author[s] */ array("Martin Goldmann", "Markus Schraudolph"),
+ /* auth link[s] */ "",
+ /* image */ "3898424901.jpg",
+ /* information */ "Galileo Computing, 2004, ISBN 3-89842-490-1, 170 pages",
+ /* inform. link */ "http://www.galileocomputing.de/735",
+ /* language */ "de"
+ ),
+
+array(
+ /* title[s] */ "Besser PHP programmieren",
+ /* title_link */ "http://www.amazon.de/exec/obidos/ASIN/3898423816/wwwphpnet07",
+ /* author[s] */ "Carsten Möhrke",
+ /* auth link[s] */ "",
+ /* image */ "3898423816.jpg",
+ /* information */ "Galileo Computing, 2004, ISBN 3-89842-381-6, 624 pages",
+ /* inform. link */ "http://www.galileocomputing.de/606",
+ /* language */ "de"
+ ),
array(
/* title[s] */ "PHP - Der erfolgreiche Einstieg",
|