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: tutorials.php,v 1.10 2007/12/29 00:11:33 dufuz Exp $
  19. */
  20.  
  21. response_header("Support - Tutorials");
  22. ?>
  23.  
  24. <h1>Support</h1>
  25.  
  26. <h2>&raquo; Tutorials</h2>
  27.  
  28. <p>The following is a list of pointers to external tutorials about
  29. PEAR packages. In addition to this list one can find additional links
  30. on <a href="http://www.phpkitchen.com/staticpages/index.php?page=2003041204203962">
  31. PHPkitchen</a>.</p>
  32.  
  33. <ul class="spaced">
  34.  <li>
  35.   <a href="http://www.ulf-wendel.de/projekte/cache/">Tutorial
  36.   about the PEAR Cache package</a>.
  37.  </li>
  38.  <li>
  39.   <cite><a href="http://www.devshed.com/c/a/PHP/Serializing-XML-With-PHP/">Serializing
  40.   XML With PHP</a></cite> covers the task of serializing XML documents with
  41.   PHP with the help of the XML_Serializer package.
  42.  </li>
  43.  <li>
  44.   <cite><a href="http://www.sitepoint.com/article/xml-php-pear-xml_serializer">Instant
  45. XML with PHP and PEAR::XML_Serializer</a></cite> is another article about
  46.   XML_Serializer.
  47.  </li>
  48.  <li>
  49.   <cite><a href="http://www.php-mag.net/itr/online_artikel/psecom,id,455,nodeid,114.html">Grokking
  50. Stats</a></cite>: a PDF article by Jesus M. Castagnetto about Math_Stats
  51.   and Math_Histogram.
  52.  </li>
  53.  
  54.  <li>
  55.   <a href="http://php.chregu.tv/sql2xml/">XML_sql2xml tutorial</a>.
  56.   A PEAR package for converting SQL query results or arrays to XML.
  57.  </li>
  58.  <li>
  59.   <cite><a href="http://www.zend.com/pear/tutorials/Mail.php">PEAR::Mail</a></cite>
  60.   on zend.com.
  61.  </li>
  62.  <li>
  63.   <cite>
  64.    <a href="http://www.onlamp.com/pub/a/php/2001/10/11/pearcache.html">
  65.    Caching PHP Programs with PEAR
  66.    </a>
  67.   </cite>
  68.   on O&#39;Reilly Network
  69.  </li>
  70.     <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>
  71.  
  72.     <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>
  73.  
  74.     <li><a href="http://www.phpconcept.net/articles/article.en.php?id=1">Configure WinCVS for PEAR</a> by Vincent Blavet</li>
  75.  
  76.     <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>
  77.  <li>
  78.   <cite>
  79.    <a href="http://www.devshed.com/c/a/PHP/Configuration-Manipulation-With-PHP-Config/">
  80.     Configuration Manipulation With PHP Config
  81.    </a>
  82.   </cite>
  83.  </li>
  84.  <li>
  85.   <cite>
  86.    <a href="http://builder.com.com/5100-6374_14-5216364.html">
  87.     Extract XML document statistics with PHP
  88.    </a>
  89.   </cite>
  90.     talks about using the <a href="/package/XML_Statistics/">XML_Statistics</a>
  91.     package.
  92.  </li>
  93.  <li>
  94.   <cite>
  95.    <a href="http://www.samalyse.com/code/pear/dgdo/index.php">
  96.     Database frontend with PEAR DataGrid and DataObject
  97.    </a>
  98.   </cite>
  99.   discusses using <a href="/package/Structures_DataGrid">Structures_Datagrid</a>
  100.   and <a href="/package/DB_DataObject">DB_DataObject</a>.  This tutorial is
  101.   also <a href="http://www.samalyse.com/code/pear/dgdo/index.fr.php">available in
  102.   French</a>.
  103.  </li>
  104. </ul>
  105.  
  106. <h3>DB Tutorials</h3>
  107.  
  108. <ul class="spaced">
  109.  <li>
  110.   <cite><a href="http://www.pearfr.org/index.php/en/article/db_pager">PEAR
  111.   DB_Pager Package Tutorial</a></cite> by Tomas V.V.Cox and Arnaud Limbourg.
  112.   This package handles all the stuff needed for displaying paginated
  113.   results from an array or a database result.
  114.  </li>
  115.  <li>
  116.   <a href="http://www.phpbuilder.com/columns/allan20010115.php3">PEAR DB
  117.   Tutorial</a> on phpbuilder.com.
  118.  </li>
  119.  
  120.  <li>
  121.   <cite><a href="http://www.onlamp.com/pub/a/php/2001/11/29/peardb.html">PEAR::DB
  122.   Primer</a></cite> on O&#39;Reilly Network.
  123.  </li>
  124.  <li>
  125.   <cite><a href="http://www.nusphere.com/products/library/script_peardb.pdf">Writing
  126.   Scripts with PHP&#39;s PEAR DB Class</a></cite> - by Paul DuBois (PDF) in nusphere.com.
  127.  </li>
  128.  <li>
  129.   <cite><a href="http://evolt.org/article/Abstract_PHP_s_database_code_with_PEAR_DB/17/21927/index.html">Abstract
  130.   PHP&#39;s database code with PEAR::DB</a></cite> on evolt.org.
  131.  </li>
  132.  
  133.  <li>
  134.   <cite><a href="http://www.devshed.com/Server_Side/PHP/DBAbstraction">Database
  135.   Abstraction With PHP</a></cite> on devshed.com.
  136.  </li>
  137.  <li>
  138.   <cite><a href="http://nyphp.org/content/presentations/db160/">PEAR DB:
  139.   What&#39;s New in 1.6.0</a></cite> by Daniel Convissor.
  140.  </li>
  141. </ul>
  142.  
  143. <h3>German Tutorials</h3>
  144. <ul class="spaced">
  145.  <li>
  146.   <cite><a href="http://www.heise.de/ix/artikel/2003/12/124/">XML Transformer
  147.   kann XSLT ersetzen</a></cite>.
  148.  </li>
  149.  <li>
  150. IT[X]: <a href="http://www.ulf-wendel.de/projekte/itx/index.php">http://www.ulf-wendel.de/projekte/itx/index.php</a>.
  151.  </li>
  152.  <li>
  153.   <a href="http://www.ulf-wendel.de/projekte/menu/tutorial.php">Menu.php
  154.   Tutorial</a>. This package generates a HTML menu from a multidimensional
  155.   array.
  156.  </li>
  157.  <li>
  158.   <cite>
  159.    <a href="http://www.phpmag.de/itr/online_artikel/psecom,id,563,nodeid,62.html">
  160.     Ein Colt f&uuml;r alle F&auml;lle
  161.    </a>
  162.   </cite>
  163.   is an article from PHP Magazin about the
  164.   <a href="/package/Config/">Config</a> package.
  165.  </li>
  166. </ul>
  167.  
  168. <p><a href="/support/">&laquo; Back to the Support overview</a></p>
  169.  
  170. <?php echo hdelim()?>
  171.  
  172. <p>Do you know of other tutorials that should be added here?
  173. Please let the <a href="mailto:pear-webmaster@lists.php.net">webmaster
  174. team</a> know about them.</p>
  175.  
  176. <?php
  177. response_footer();
  178. ?>

Documentation generated on Mon, 11 Mar 2019 15:14:36 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.