1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
<TITLE>PHP Base Library Documentation, Release phplib_7_2</TITLE>
<LINK HREF="documentation-1.html" REL=next>
</HEAD>
<BODY>
<A HREF="documentation-1.html">Next</A>
Previous
Contents
<HR>
<H1>PHP Base Library Documentation, Release phplib_7_2</H1>
<H2>Boris Erdmann, boris@erdmann.com, Kristian Khntopp, kk@netuse.de and Sascha Schumann, sascha@schumann.cx</H2>$Id: documentation.sgml,v 1.9 1999/10/28 22:13:15 kk Exp $
<P>
<H2><A NAME="toc1">1.</A> <A HREF="documentation-1.html">Quick Start</A></H2>
<UL>
<LI><A HREF="documentation-1.html#ss1.1">1.1 License</A>
<LI><A HREF="documentation-1.html#ss1.2">1.2 Target Group and Prerequisites</A>
<LI><A HREF="documentation-1.html#ss1.3">1.3 Quick Guide to Installation</A>
<LI><A HREF="documentation-1.html#ss1.4">1.4 Using core features of PHPLIB</A>
<LI><A HREF="documentation-1.html#ss1.5">1.5 Testing</A>
</UL>
<P>
<H2><A NAME="toc2">2.</A> <A HREF="documentation-2.html">Overview and Installation</A></H2>
<UL>
<LI><A HREF="documentation-2.html#ss2.1">2.1 Files, classes and functions</A>
<LI><A HREF="documentation-2.html#ss2.2">2.2 Downloading and unpacking the distribution</A>
<LI><A HREF="documentation-2.html#ss2.3">2.3 Requirements and things to check for</A>
<LI><A HREF="documentation-2.html#ss2.4">2.4 Installation procedure </A>
<LI><A HREF="documentation-2.html#ss2.5">2.5 Using <CODE>include()</CODE> instead of <CODE>auto_prepend_file=</CODE></A>
<LI><A HREF="documentation-2.html#ss2.6">2.6 PHPLIB with mod_php (Apache module)</A>
</UL>
<P>
<H2><A NAME="toc3">3.</A> <A HREF="documentation-3.html">Core Functionality</A></H2>
<UL>
<LI><A HREF="documentation-3.html#ss3.1">3.1 DB_Sql</A>
<LI><A HREF="documentation-3.html#ss3.2">3.2 Page Management</A>
<LI><A HREF="documentation-3.html#ss3.3">3.3 CT_Sql</A>
<LI><A HREF="documentation-3.html#ss3.4">3.4 CT_Split_Sql</A>
<LI><A HREF="documentation-3.html#ss3.5">3.5 CT_Shm</A>
<LI><A HREF="documentation-3.html#ss3.6">3.6 CT_Dbm</A>
<LI><A HREF="documentation-3.html#ss3.7">3.7 CT_Ldap</A>
<LI><A HREF="documentation-3.html#ss3.8">3.8 Session</A>
<LI><A HREF="documentation-3.html#ss3.9">3.9 Auth</A>
<LI><A HREF="documentation-3.html#ss3.10">3.10 Perm</A>
<LI><A HREF="documentation-3.html#ss3.11">3.11 User</A>
</UL>
<P>
<H2><A NAME="toc4">4.</A> <A HREF="documentation-4.html">Extended functionality</A></H2>
<UL>
<LI><A HREF="documentation-4.html#ss4.1">4.1 Cart</A>
<LI><A HREF="documentation-4.html#ss4.2">4.2 Template</A>
</UL>
<P>
<H2><A NAME="toc5">5.</A> <A HREF="documentation-5.html">HTML Widgets Classes</A></H2>
<UL>
<LI><A HREF="documentation-5.html#ss5.1">5.1 Sql_Query</A>
<LI><A HREF="documentation-5.html#ss5.2">5.2 Table and CSV_Table</A>
<LI><A HREF="documentation-5.html#ss5.3">5.3 Menu</A>
<LI><A HREF="documentation-5.html#ss5.4">5.4 Form</A>
<LI><A HREF="documentation-5.html#ss5.5">5.5 tpl_form</A>
<LI><A HREF="documentation-5.html#ss5.6">5.6 Tree</A>
<LI><A HREF="documentation-5.html#ss5.7">5.7 STRINGS2 function set</A>
</UL>
<P>
<H2><A NAME="toc6">6.</A> <A HREF="documentation-6.html">Acknowledgments</A></H2>
<HR>
<A HREF="documentation-1.html">Next</A>
Previous
Contents
</BODY>
</HTML>
|