| Derick Rethans 2004-10-29, 8:56 am |
| derick Fri Oct 29 05:09:56 2004 EDT
Added files:
/phpweb/images/books 013147149X.jpg
Modified files:
/phpweb/include books.inc
Log:
- Add new PHP book
http://cvs.php.net/diff.php/phpweb/...34&r2=1.35&ty=u
Index: phpweb/include/books.inc
diff -u phpweb/include/books.inc:1.34 phpweb/include/books.inc:1.35
--- phpweb/include/books.inc:1.34 Wed Aug 18 09:15:17 2004
+++ phpweb/include/books.inc Fri Oct 29 05:09:56 2004
@@ -1,6 +1,6 @@
<?php
-// $Id: books.inc,v 1.34 2004/08/18 13:15:17 didou Exp $
+// $Id: books.inc,v 1.35 2004/10/29 09:09:56 derick Exp $
/*
This file contains books data for books.php, including languages and type information.
@@ -1553,6 +1553,17 @@
/* language */ "se"
),
+ array(
+ /* title[s] */ "PHP 5 Power Programming",
+ /* title_link */ "http://www.amazon.com/exec/obidos/ASIN/013147149X/wwwphpnet",
+ /* author[s] */ array("Andi Gutmans", "Stig Sæther Bakken", "Derick Rethans"),
+ /* auth link[s] */ "",
+ /* image */ "013147149X.jpg",
+ /* information */ "October, 2004, ISBN 0-13-147149-X, 720 pages with CD",
+ /* inform. link */ "http://php5powerprogramming.com",
+ /* language */ "en"
+ ),
+
),
|