pearweb_index
[ class tree: pearweb_index ] [ index: pearweb_index ] [ all elements ]

Source for file tutorials.php

Documentation is available at tutorials.php

  1. <?php
  2. /*
  3.    +----------------------------------------------------------------------+
  4.    | PEAR Web site version 1.0                                            |
  5.    +----------------------------------------------------------------------+
  6.    | Copyright (c) 2004-2005 The PEAR Group                               |
  7.    +----------------------------------------------------------------------+
  8.    | This source file is subject to version 2.02 of the PHP license,      |
  9.    | that is bundled with this package in the file LICENSE, and is        |
  10.    | available at through the world-wide-web at                           |
  11.    | http://www.php.net/license/2_02.txt.                                 |
  12.    | If you did not receive a copy of the PHP license and are unable to   |
  13.    | obtain it through the world-wide-web, please send a note to          |
  14.    | license@php.net so we can mail you a copy immediately.               |
  15.    +----------------------------------------------------------------------+
  16.    | Authors: Martin Jansen <mj@php.net>                                  |
  17.    +----------------------------------------------------------------------+
  18.    $Id$
  19. */
  20.  
  21. response_header('Support - Tutorials');
  22. ?>
  23. <p>The following is a list of pointers to external tutorials about
  24. PEAR packages. In addition to this list one can find additional links
  25. on <a href="http://www.phpkitchen.com/staticpages/index.php?page=2003041204203962">
  26. PHPkitchen</a>.</p>
  27.  
  28. <ul class="spaced">
  29.  <li>
  30.   <a href="http://www.ulf-wendel.de/projekte/cache/">Tutorial
  31.   about the PEAR Cache package</a>.
  32.  </li>
  33.  <li>
  34.   <cite><a href="http://www.devshed.com/c/a/PHP/Serializing-XML-With-PHP/">Serializing
  35.   XML With PHP</a></cite> covers the task of serializing XML documents with
  36.   PHP with the help of the XML_Serializer package.
  37.  </li>
  38.  <li>
  39.   <cite><a href="http://www.sitepoint.com/article/xml-php-pear-xml_serializer">Instant
  40. XML with PHP and PEAR::XML_Serializer</a></cite> is another article about
  41.   XML_Serializer.
  42.  </li>
  43.  
  44.  <li>
  45.   <cite><a href="http://www.zend.com/pear/tutorials/Mail.php">PEAR::Mail</a></cite>
  46.   on zend.com.
  47.  </li>
  48.  <li>
  49.   <cite>
  50.    <a href="http://www.onlamp.com/pub/a/php/2001/10/11/pearcache.html">
  51.    Caching PHP Programs with PEAR
  52.    </a>
  53.   </cite>
  54.   on O&#39;Reilly Network
  55.  </li>
  56.     <li><a href="http://www.onlamp.com/pub/a/php/2001/07/19/pear.html">A Detailed Look at PEAR</a> on O&#39;Reilly Network</li>
  57.  
  58.     <li><a href="http://www.onlamp.com/pub/a/php/2001/05/24/pear.html">An Introduction to PEAR</a> on O&#39;Reilly Network</li>
  59.  
  60.     <li><a href="http://www.php.net/svn.php">SVN usage instructions</a></li>
  61.  
  62.     <li><a href="http://www.macdevcenter.com/pub/a/mac/2003/01/21/pear_macosx.html">O&#39;Reilly Network: PHP&#39;s PEAR on Mac OS X</a></li>
  63.  <li>
  64.   <cite>
  65.    <a href="http://www.devshed.com/c/a/PHP/Configuration-Manipulation-With-PHP-Config/">
  66.     Configuration Manipulation With PHP Config
  67.    </a>
  68.   </cite>
  69.  </li>
  70.  <li>
  71.   <cite>
  72.    <a href="http://www.samalyse.com/code/pear/dgdo/index.php">
  73.     Database frontend with PEAR DataGrid and DataObject
  74.    </a>
  75.   </cite>
  76.   discusses using <a href="/package/Structures_DataGrid">Structures_Datagrid</a>
  77.   and <a href="/package/DB_DataObject">DB_DataObject</a>.  This tutorial is
  78.   also <a href="http://www.samalyse.com/code/pear/dgdo/index.fr.php">available in
  79.   French</a>.
  80.  </li>
  81. </ul>
  82.  
  83. <h3>DB Tutorials</h3>
  84.  
  85. <ul class="spaced">
  86.  <li>
  87.   <cite><a href="http://www.pearfr.org/index.php/en/article/db_pager">PEAR
  88.   DB_Pager Package Tutorial</a></cite> by Tomas V.V.Cox and Arnaud Limbourg.
  89.   This package handles all the stuff needed for displaying paginated
  90.   results from an array or a database result.
  91.  </li>
  92.  <li>
  93.   <a href="http://www.phpbuilder.com/columns/allan20010115.php3">PEAR DB
  94.   Tutorial</a> on phpbuilder.com.
  95.  </li>
  96.  
  97.  <li>
  98.   <cite><a href="http://www.onlamp.com/pub/a/php/2001/11/29/peardb.html">PEAR::DB
  99.   Primer</a></cite> on O&#39;Reilly Network.
  100.  </li>
  101.  <li>
  102.   <cite><a href="http://www.nusphere.com/products/library/script_peardb.pdf">Writing
  103.   Scripts with PHP&#39;s PEAR DB Class</a></cite> - by Paul DuBois (PDF) in nusphere.com.
  104.  </li>
  105.  <li>
  106.   <cite><a href="http://evolt.org/article/Abstract_PHP_s_database_code_with_PEAR_DB/17/21927/index.html">Abstract
  107.   PHP&#39;s database code with PEAR::DB</a></cite> on evolt.org.
  108.  </li>
  109.  
  110.  <li>
  111.   <cite><a href="http://www.devshed.com/c/a/PHP/Database-Abstraction-With-PHP/">Database
  112.   Abstraction With PHP</a></cite> on devshed.com.
  113.  </li>
  114.  <li>
  115.   <cite><a href="http://nyphp.org/content/presentations/db160/">PEAR DB:
  116.   What&#39;s New in 1.6.0</a></cite> by Daniel Convissor.
  117.  </li>
  118. </ul>
  119.  
  120. <h3>German Tutorials</h3>
  121. <ul class="spaced">
  122.  <li>
  123.   <cite><a href="http://www.heise.de/ix/artikel/2003/12/124/">XML Transformer
  124.   kann XSLT ersetzen</a></cite>.
  125.  </li>
  126.  <li>
  127. IT[X]: <a href="http://www.ulf-wendel.de/projekte/itx/index.php">http://www.ulf-wendel.de/projekte/itx/index.php</a>.
  128.  </li>
  129.  <li>
  130.   <a href="http://www.ulf-wendel.de/projekte/menu/tutorial.php">Menu.php
  131.   Tutorial</a>. This package generates a HTML menu from a multidimensional
  132.   array.
  133.  </li>
  134.  <li>
  135.   <cite>
  136.    <a href="http://www.phpmag.de/itr/online_artikel/psecom,id,563,nodeid,62.html">
  137.     Ein Colt f&uuml;r alle F&auml;lle
  138.    </a>
  139.   </cite>
  140.   is an article from PHP Magazin about the
  141.   <a href="/package/Config/">Config</a> package.
  142.  </li>
  143. </ul>
  144.  
  145. <hr />
  146.  
  147. <p>Do you know of other tutorials that should be added here?
  148. Please let the <a href="mailto:<?php echo PEAR_WEBMASTER_EMAIL ?>">webmaster
  149. team</a> know about them.</p>
  150.  
  151. <?php
  152. response_footer();

Documentation generated on Mon, 11 Mar 2019 16:01:20 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.