Source for file tutorials.php
Documentation is available at tutorials.php
+----------------------------------------------------------------------+
| PEAR Web site version 1.0 |
+----------------------------------------------------------------------+
| Copyright (c) 2004-2005 The PEAR Group |
+----------------------------------------------------------------------+
| This source file is subject to version 2.02 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
| available at through the world-wide-web at |
| http://www.php.net/license/2_02.txt. |
| If you did not receive a copy of the PHP license and are unable to |
| obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Authors: Martin Jansen <mj@php.net> |
+----------------------------------------------------------------------+
$Id: tutorials.php,v 1.10 2007/12/29 00:11:33 dufuz Exp $
response_header ("Support - Tutorials");
<h2>» Tutorials</h2>
<p>The following is a list of pointers to external tutorials about
PEAR packages. In addition to this list one can find additional links
on <a href="http://www.phpkitchen.com/staticpages/index.php?page=2003041204203962">
<a href="http://www.ulf-wendel.de/projekte/cache/">Tutorial
about the PEAR Cache package</a>.
<cite><a href="http://www.devshed.com/c/a/PHP/Serializing-XML-With-PHP/">Serializing
XML With PHP</a></cite> covers the task of serializing XML documents with
PHP with the help of the XML_Serializer package.
<cite><a href="http://www.sitepoint.com/article/xml-php-pear-xml_serializer">Instant
XML with PHP and PEAR::XML_Serializer</a></cite> is another article about
<cite><a href="http://www.php-mag.net/itr/online_artikel/psecom,id,455,nodeid,114.html">Grokking
Stats</a></cite>: a PDF article by Jesus M. Castagnetto about Math_Stats
<a href="http://php.chregu.tv/sql2xml/">XML_sql2xml tutorial</a>.
A PEAR package for converting SQL query results or arrays to XML.
<cite><a href="http://www.zend.com/pear/tutorials/Mail.php">PEAR::Mail</a></cite>
<a href="http://www.onlamp.com/pub/a/php/2001/10/11/pearcache.html">
Caching PHP Programs with PEAR
<li><a href="http://www.onlamp.com/pub/a/php/2001/07/19/pear.html">A Detailed Look at PEAR</a> on O'Reilly Network</li>
<li><a href="http://www.onlamp.com/pub/a/php/2001/05/24/pear.html">An Introduction to PEAR</a> on O'Reilly Network</li>
<li><a href="http://www.phpconcept.net/articles/article.en.php?id=1">Configure WinCVS for PEAR</a> by Vincent Blavet</li>
<li><a href="http://www.macdevcenter.com/pub/a/mac/2003/01/21/pear_macosx.html">O'Reilly Network: PHP's PEAR on Mac OS X</a></li>
<a href="http://www.devshed.com/c/a/PHP/Configuration-Manipulation-With-PHP-Config/">
Configuration Manipulation With PHP Config
<a href="http://builder.com.com/5100-6374_14-5216364.html">
Extract XML document statistics with PHP
talks about using the <a href="/package/XML_Statistics/">XML_Statistics</a>
<a href="http://www.samalyse.com/code/pear/dgdo/index.php">
Database frontend with PEAR DataGrid and DataObject
discusses using <a href="/package/Structures_DataGrid">Structures_Datagrid</a>
and <a href="/package/DB_DataObject">DB_DataObject</a>. This tutorial is
also <a href="http://www.samalyse.com/code/pear/dgdo/index.fr.php">available in
<cite><a href="http://www.pearfr.org/index.php/en/article/db_pager">PEAR
DB_Pager Package Tutorial</a></cite> by Tomas V.V.Cox and Arnaud Limbourg.
This package handles all the stuff needed for displaying paginated
results from an array or a database result.
<a href="http://www.phpbuilder.com/columns/allan20010115.php3">PEAR DB
Tutorial</a> on phpbuilder.com.
<cite><a href="http://www.onlamp.com/pub/a/php/2001/11/29/peardb.html">PEAR::DB
Primer</a></cite> on O'Reilly Network.
<cite><a href="http://www.nusphere.com/products/library/script_peardb.pdf">Writing
Scripts with PHP's PEAR DB Class</a></cite> - by Paul DuBois (PDF) in nusphere.com.
<cite><a href="http://evolt.org/article/Abstract_PHP_s_database_code_with_PEAR_DB/17/21927/index.html">Abstract
PHP's database code with PEAR::DB</a></cite> on evolt.org.
<cite><a href="http://www.devshed.com/Server_Side/PHP/DBAbstraction">Database
Abstraction With PHP</a></cite> on devshed.com.
<cite><a href="http://nyphp.org/content/presentations/db160/">PEAR DB:
What's New in 1.6.0</a></cite> by Daniel Convissor.
<h3>German Tutorials</h3>
<cite><a href="http://www.heise.de/ix/artikel/2003/12/124/">XML Transformer
kann XSLT ersetzen</a></cite>.
IT[X]: <a href="http://www.ulf-wendel.de/projekte/itx/index.php">http://www.ulf-wendel.de/projekte/itx/index.php</a>.
<a href="http://www.ulf-wendel.de/projekte/menu/tutorial.php">Menu.php
Tutorial</a>. This package generates a HTML menu from a multidimensional
<a href="http://www.phpmag.de/itr/online_artikel/psecom,id,563,nodeid,62.html">
Ein Colt für alle Fälle
is an article from PHP Magazin about the
<a href="/package/Config/">Config</a> package.
<p><a href="/support/">« Back to the Support overview</a></p>
<p>Do you know of other tutorials that should be added here?
Please let the <a href="mailto:pear-webmaster@lists.php.net">webmaster
team</a> know about them.</p>
Documentation generated on Mon, 11 Mar 2019 15:14:36 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|