|
From: Benjamin C. <bc...@us...> - 2001-09-27 13:40:24
|
Update of /cvsroot/phpbt/phpbt/docs/html
In directory usw-pr-cvs1:/tmp/cvs-serv18455/html
Added Files:
adminguide.html bug.html dependencies.html devguide.html
docs.css index.html userguide.html
Log Message:
Starting the documentation book
--- NEW FILE: adminguide.html ---
<HTML
><HEAD
><TITLE
>Administrator's Guide</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.72
"><LINK
REL="HOME"
TITLE="phpBugTracker"
HREF="index.html"><LINK
REL="PREVIOUS"
TITLE="User's Guide"
HREF="userguide.html"><LINK
REL="NEXT"
TITLE="Developer's Guide"
HREF="devguide.html"><LINK
REL="STYLESHEET"
TYPE="text/css"
HREF="docs.css"></HEAD
><BODY
CLASS="CHAPTER"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#800080"
ALINK="#FF0000"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>phpBugTracker</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="userguide.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="devguide.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="CHAPTER"
><H1
><A
NAME="ADMINGUIDE"
>Chapter 2. Administrator's Guide</A
></H1
><BLOCKQUOTE
CLASS="ABSTRACT"
><DIV
CLASS="ABSTRACT"
><A
NAME="AEN12"
></A
><P
></P
><P
>One of the main design goals of phpBugTracker is to make installation and administration easy. In fact, the difficulty of installing bugzilla was a key motivator for phpBugTracker's existence.</P
><P
></P
></DIV
></BLOCKQUOTE
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="userguide.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="devguide.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>User's Guide</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
> </TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Developer's Guide</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>
--- NEW FILE: bug.html ---
<table>
<title>Schema for table bug</title>
<thead>
<row>
<entry>Field</entry>
<entry>Type</entry>
<entry>Null</entry>
<entry>Key</entry>
<entry>Default</entry>
<entry>Exrowa</entry>
</row>
</thead>
<row>
<entry>bug_id</entry>
<entry>int(10) unsigned</entry>
<entry>
</entry>
<entry>PRI</entry>
<entry>0</entry>
<entry>
</entry>
</row>
<row>
<entry>title</entry>
<entry>varchar(100)</entry>
<entry>
</entry>
<entry>
</entry>
<entry>
</entry>
<entry>
</entry>
</row>
<row>
<entry>description</entry>
<entry>text</entry>
<entry>
</entry>
<entry>
</entry>
<entry>
</entry>
<entry>
</entry>
</row>
<row>
<entry>url</entry>
<entry>varchar(255)</entry>
<entry>
</entry>
<entry>
</entry>
<entry>
</entry>
<entry>
</entry>
</row>
<row>
<entry>severity_id</entry>
<entry>tinyint(3) unsigned</entry>
<entry>
</entry>
<entry>
</entry>
<entry>0</entry>
<entry>
</entry>
</row>
<row>
<entry>priority</entry>
<entry>tinyint(3) unsigned</entry>
<entry>
</entry>
<entry>
</entry>
<entry>0</entry>
<entry>
</entry>
</row>
<row>
<entry>status_id</entry>
<entry>tinyint(3) unsigned</entry>
<entry>
</entry>
<entry>
</entry>
<entry>0</entry>
<entry>
</entry>
</row>
<row>
<entry>resolution_id</entry>
<entry>tinyint(3) unsigned</entry>
<entry>
</entry>
<entry>
</entry>
<entry>0</entry>
<entry>
</entry>
</row>
<row>
<entry>assigned_to</entry>
<entry>int(10) unsigned</entry>
<entry>
</entry>
<entry>
</entry>
<entry>0</entry>
<entry>
</entry>
</row>
<row>
<entry>created_by</entry>
<entry>int(10) unsigned</entry>
<entry>
</entry>
<entry>
</entry>
<entry>0</entry>
<entry>
</entry>
</row>
<row>
<entry>created_date</entry>
<entry>bigint(20) unsigned</entry>
<entry>
</entry>
<entry>
</entry>
<entry>0</entry>
<entry>
</entry>
</row>
<row>
<entry>last_modified_by</entry>
<entry>int(10) unsigned</entry>
<entry>
</entry>
<entry>
</entry>
<entry>0</entry>
<entry>
</entry>
</row>
<row>
<entry>last_modified_date</entry>
<entry>bigint(20) unsigned</entry>
<entry>
</entry>
<entry>
</entry>
<entry>0</entry>
<entry>
</entry>
</row>
<row>
<entry>project_id</entry>
<entry>int(10) unsigned</entry>
<entry>
</entry>
<entry>
</entry>
<entry>0</entry>
<entry>
</entry>
</row>
<row>
<entry>version_id</entry>
<entry>int(10) unsigned</entry>
<entry>
</entry>
<entry>
</entry>
<entry>0</entry>
<entry>
</entry>
</row>
<row>
<entry>component_id</entry>
<entry>int(10) unsigned</entry>
<entry>
</entry>
<entry>
</entry>
<entry>0</entry>
<entry>
</entry>
</row>
<row>
<entry>os_id</entry>
<entry>tinyint(3) unsigned</entry>
<entry>
</entry>
<entry>
</entry>
<entry>0</entry>
<entry>
</entry>
</row>
<row>
<entry>browser_srowing</entry>
<entry>varchar(255)</entry>
<entry>
</entry>
<entry>
</entry>
<entry>
</entry>
<entry>
</entry>
</row>
<row>
<entry>close_date</entry>
<entry>bigint(20) unsigned</entry>
<entry>
</entry>
<entry>
</entry>
<entry>0</entry>
<entry>
</entry>
</row>
</table>
--- NEW FILE: dependencies.html ---
<HTML
><HEAD
><TITLE
>Dependencies</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.72
"><LINK
REL="HOME"
TITLE="phpBugTracker"
HREF="index.html"><LINK
REL="UP"
TITLE="Developer's Guide"
HREF="devguide.html"><LINK
REL="PREVIOUS"
TITLE="Developer's Guide"
HREF="devguide.html"><LINK
REL="STYLESHEET"
TYPE="text/css"
HREF="docs.css"></HEAD
><BODY
CLASS="SECT1"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#800080"
ALINK="#FF0000"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>phpBugTracker</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="devguide.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
>Chapter 3. Developer's Guide</TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
> </TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="SECT1"
><H1
CLASS="SECT1"
><A
NAME="DEPENDENCIES"
>3.2. Dependencies</A
></H1
><BLOCKQUOTE
CLASS="ABSTRACT"
><DIV
CLASS="ABSTRACT"
><A
NAME="AEN79"
></A
><P
></P
><P
>phpBugTracker requires one external package, PHPlib, and can optionally use JpGraph.</P
><P
></P
></DIV
></BLOCKQUOTE
><DIV
CLASS="SECT2"
><H2
CLASS="SECT2"
><A
NAME="DEP-PHPLIB"
>3.2.1. PHPlib</A
></H2
><P
>PHPlib can be found at <A
HREF="http://phplib.sourceforge.net/"
TARGET="_top"
>http://phplib.sourceforge.net</A
>. It provides the database abstraction layer, html templates, and session and authentication management.</P
></DIV
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="devguide.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
> </TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Developer's Guide</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="devguide.html"
ACCESSKEY="U"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
> </TD
></TR
></TABLE
></DIV
></BODY
></HTML
>
--- NEW FILE: devguide.html ---
<HTML
><HEAD
><TITLE
>Developer's Guide</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.72
"><LINK
REL="HOME"
TITLE="phpBugTracker"
HREF="index.html"><LINK
REL="PREVIOUS"
TITLE="Administrator's Guide"
HREF="adminguide.html"><LINK
REL="NEXT"
TITLE="Dependencies"
HREF="dependencies.html"><LINK
REL="STYLESHEET"
TYPE="text/css"
HREF="docs.css"></HEAD
><BODY
CLASS="CHAPTER"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#800080"
ALINK="#FF0000"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>phpBugTracker</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="adminguide.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="dependencies.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="CHAPTER"
><H1
><A
NAME="DEVGUIDE"
>Chapter 3. Developer's Guide</A
></H1
><DIV
CLASS="TOC"
><DL
><DT
><B
>Table of Contents</B
></DT
><DT
>3.1. <A
HREF="devguide.html#DEVSTANDARDS"
>Development Standards</A
></DT
><DD
><DL
><DT
>3.1.1. <A
HREF="devguide.html#DEVSTANDARDS-CODE"
>Coding Standards</A
></DT
><DT
>3.1.2. <A
HREF="devguide.html#OTHERCONVENTIONS"
>Other Conventions</A
></DT
></DL
></DD
><DT
>3.2. <A
HREF="dependencies.html"
>Dependencies</A
></DT
></DL
></DIV
><BLOCKQUOTE
CLASS="ABSTRACT"
><DIV
CLASS="ABSTRACT"
><A
NAME="AEN16"
></A
><P
></P
><P
>Adding on to or extending phpBugTracker should be easy for those with a knowledge of PHP and SQL. New developers are always welcome to join the project at <A
HREF="http://www.sourceforge.net/projects/phpbt/"
TARGET="_top"
>http://www.sourceforge.net/projects/phpbt</A
>, or to simply submit patches, bug reports, or feature requests.</P
><P
></P
></DIV
></BLOCKQUOTE
><DIV
CLASS="SECT1"
><H1
CLASS="SECT1"
><A
NAME="DEVSTANDARDS"
>3.1. Development Standards</A
></H1
><BLOCKQUOTE
CLASS="ABSTRACT"
><DIV
CLASS="ABSTRACT"
><A
NAME="AEN21"
></A
><P
></P
><P
> This section details the coding and process standards to be
followed by the developers working on phpBugTracker.
</P
><P
></P
></DIV
></BLOCKQUOTE
><DIV
CLASS="SECT2"
><H2
CLASS="SECT2"
><A
NAME="DEVSTANDARDS-CODE"
>3.1.1. Coding Standards</A
></H2
><DIV
CLASS="SECT3"
><H3
CLASS="SECT3"
><A
NAME="DEVSTANDARDS-INDENTING"
>3.1.1.1. Indenting</A
></H3
><P
> Use an indent of one tab per indent.
</P
></DIV
><DIV
CLASS="SECT3"
><H3
CLASS="SECT3"
><A
NAME="DEVSTANDARDS-CONTROL"
>3.1.1.2. Control Structures</A
></H3
><P
> These include if, for, while, switch, etc. Here is an example if
statement, since it is the most complicated of them:
</P
><TABLE
BORDER="0"
BGCOLOR="#EEEEEE"
WIDTH="100%"
><TR
><TD
><PRE
CLASS="PROGRAMLISTING"
> if ((condition1) || (condition2)) {
action1;
} elseif ((condition3) && (condition4)) {
action2;
} else {
defaultaction;
}
</PRE
></TD
></TR
></TABLE
><P
> Control statements should have one space between the control keyword
and opening parenthesis, to distinguish them from function calls.
</P
><P
> You are strongly encouraged to always use curly braces even in
situations where they are technically optional. Having them increases
readability and decreases the likelihood of logic errors being
introduced when new lines are added.
</P
></DIV
><DIV
CLASS="SECT3"
><H3
CLASS="SECT3"
><A
NAME="DEVSTANDARDS-FUNCCALLS"
>3.1.1.3. Function Calls</A
></H3
><P
> Functions should be called with no spaces between the function name,
the opening parenthesis, and the first parameter; spaces between
commas and each parameter, and no space between the last parameter,
the closing parenthesis, and the semicolon. Here's an example:
</P
><TABLE
BORDER="0"
BGCOLOR="#EEEEEE"
WIDTH="100%"
><TR
><TD
><PRE
CLASS="PROGRAMLISTING"
> $var = foo($bar, $baz, $quux);
</PRE
></TD
></TR
></TABLE
><P
> As displayed above, there should be one space on either side of an
equals sign used to assign the return value of a function to a variable.
</P
></DIV
><DIV
CLASS="SECT3"
><H3
CLASS="SECT3"
><A
NAME="DEVSTANDARDS-FUNCDEFS"
>3.1.1.4. Function Definitions</A
></H3
><P
> Function definitions follow the format of function calls, with the
opening brace at the end of the line of the function declaration. The
global variable list (if used) should be placed on the line immediately
following the opening brace, with a blank line between the variable
list and the first line of function code. If the global variable list
is not neccessary, include a blank line between the opening brace and
the first line of function code.
</P
><TABLE
BORDER="0"
BGCOLOR="#EEEEEE"
WIDTH="100%"
><TR
><TD
><PRE
CLASS="PROGRAMLISTING"
> function fooFunction($arg1, $arg2 = '') {
global $foo1, $foo2;
if (condition) {
statement;
}
return $val;
}
</PRE
></TD
></TR
></TABLE
><P
> Arguments with default values go at the end of the argument list.
Always attempt to return a meaningful value from a function if one is
appropriate. Here is a slightly longer example:
</P
><TABLE
BORDER="0"
BGCOLOR="#EEEEEE"
WIDTH="100%"
><TR
><TD
><PRE
CLASS="PROGRAMLISTING"
> function connect(&$dsn, $persistent = false) {
if (is_array($dsn)) {
$dsninfo = &$dsn;
} else {
$dsninfo = DB::parseDSN($dsn);
}
if (!$dsninfo || !$dsninfo['phptype']) {
return $this->raiseError();
}
return true;
}
</PRE
></TD
></TR
></TABLE
></DIV
><DIV
CLASS="SECT3"
><H3
CLASS="SECT3"
><A
NAME="DEVSTANDARDS-COMMENTS"
>3.1.1.5. Comments</A
></H3
><P
> Non-documentation comments are strongly encouraged. A general rule of
thumb is that if you look at a section of code and think "Wow, I don't
want to try and describe that", you need to comment it before you
forget how it works.
</P
></DIV
><DIV
CLASS="SECT3"
><H3
CLASS="SECT3"
><A
NAME="DEVSTANDARDS-INCLUDING"
>3.1.1.6. Including Code</A
></H3
><P
> Anywhere you are unconditionally including a class file, use
<A
HREF="http://php.net/manual/en/html/function.require-once.html"
TARGET="_top"
> <TT
CLASS="FUNCTION"
>require_once()</TT
></A
>. Anywhere you are
conditionally including a class file (for example, factory methods),
use <A
HREF="http://php.net/manual/en/html/function.include-once.html"
TARGET="_top"
> <TT
CLASS="FUNCTION"
>include_once()</TT
></A
>. Either of these will
ensure that class files are included only once. They share the same file
list, so you don't need to worry about mixing them - a file included
with <TT
CLASS="FUNCTION"
>require_once()</TT
> will not be included again by
<TT
CLASS="FUNCTION"
>include_once()</TT
>.
</P
></DIV
><DIV
CLASS="SECT3"
><H3
CLASS="SECT3"
><A
NAME="DEVSTANDARDS-PHPTAGS"
>3.1.1.7. PHP Tags</A
></H3
><P
> Always use <TT
CLASS="COMPUTEROUTPUT"
><?php ?></TT
>
to delimit PHP code, not the <TT
CLASS="COMPUTEROUTPUT"
><? ?></TT
>
shorthand.
</P
></DIV
><DIV
CLASS="SECT3"
><H3
CLASS="SECT3"
><A
NAME="DEVSTANDARDS-CONSTANTS"
>3.1.1.8. Naming Constants</A
></H3
><P
> Constants should always be uppercase, with underscores to separate
words.
</P
></DIV
></DIV
><DIV
CLASS="SECT2"
><H2
CLASS="SECT2"
><A
NAME="OTHERCONVENTIONS"
>3.1.2. Other Conventions</A
></H2
><DIV
CLASS="SECT3"
><H3
CLASS="SECT3"
><A
NAME="DEVSTANDARDS-FILENAMING"
>3.1.2.1. File Naming</A
></H3
><P
> File names should be all lowercase and contain no spaces. HTML files
should have <TT
CLASS="FILENAME"
>.html</TT
> as the extension, and PHP files
should have <TT
CLASS="FILENAME"
>.php</TT
> as the extension. Where possible,
template files should match the name of the PHP file that will be using
it, e. g., <TT
CLASS="FILENAME"
>index.html</TT
> would be the template file
for <TT
CLASS="FILENAME"
>index.php</TT
>. Where one PHP file uses more than one
template, the templates should be similarly named:
<TT
CLASS="FILENAME"
>user.php</TT
> could use
<TT
CLASS="FILENAME"
>userlist.html</TT
> and <TT
CLASS="FILENAME"
>userform.html</TT
>
for a list of users and editing a user, respectively.
</P
></DIV
></DIV
></DIV
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="adminguide.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="dependencies.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Administrator's Guide</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
> </TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Dependencies</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>
--- NEW FILE: docs.css ---
.ARTICLE {
font-family: "Verdana","Arial","Helvetica","MS Sans Serif","Sans-Serif";
}
.TITLE {
font-family: "Verdana","Arial","Helvetica","MS Sans Serif","Sans-Serif";
text-align: right;
background-color: #FFDDBB;
padding: .1em; }
.PROGRAMLISTING {
border: 1px black solid;
}
--- NEW FILE: index.html ---
<HTML
><HEAD
><TITLE
>phpBugTracker</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.72
"><LINK
REL="NEXT"
TITLE="User's Guide"
HREF="userguide.html"><LINK
REL="STYLESHEET"
TYPE="text/css"
HREF="docs.css"></HEAD
><BODY
CLASS="BOOK"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#800080"
ALINK="#FF0000"
><DIV
CLASS="BOOK"
><A
NAME="INDEX"
></A
><DIV
CLASS="TITLEPAGE"
><H1
CLASS="TITLE"
><A
NAME="AEN2"
>phpBugTracker</A
></H1
><DIV
><DIV
CLASS="ABSTRACT"
><A
NAME="AEN4"
></A
><P
></P
><P
>phpBugTracker is a web-based bug reporting and tracking system. It allows development teams to manage the testing and debugging segments of the development cycle.</P
><P
></P
></DIV
></DIV
><HR></DIV
><DIV
CLASS="TOC"
><DL
><DT
><B
>Table of Contents</B
></DT
><DT
>1. <A
HREF="userguide.html"
>User's Guide</A
></DT
><DT
>2. <A
HREF="adminguide.html"
>Administrator's Guide</A
></DT
><DT
>3. <A
HREF="devguide.html"
>Developer's Guide</A
></DT
><DD
><DL
><DT
>3.1. <A
HREF="devguide.html#DEVSTANDARDS"
>Development Standards</A
></DT
><DD
><DL
><DT
>3.1.1. <A
HREF="devguide.html#DEVSTANDARDS-CODE"
>Coding Standards</A
></DT
><DT
>3.1.2. <A
HREF="devguide.html#OTHERCONVENTIONS"
>Other Conventions</A
></DT
></DL
></DD
><DT
>3.2. <A
HREF="dependencies.html"
>Dependencies</A
></DT
><DD
><DL
><DT
>3.2.1. <A
HREF="dependencies.html#DEP-PHPLIB"
>PHPlib</A
></DT
></DL
></DD
></DL
></DD
></DL
></DIV
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
> </TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
> </TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="userguide.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
> </TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
> </TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>User's Guide</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>
--- NEW FILE: userguide.html ---
<HTML
><HEAD
><TITLE
>User's Guide</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.72
"><LINK
REL="HOME"
TITLE="phpBugTracker"
HREF="index.html"><LINK
REL="PREVIOUS"
TITLE="phpBugTracker"
HREF="index.html"><LINK
REL="NEXT"
TITLE="Administrator's Guide"
HREF="adminguide.html"><LINK
REL="STYLESHEET"
TYPE="text/css"
HREF="docs.css"></HEAD
><BODY
CLASS="CHAPTER"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#800080"
ALINK="#FF0000"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>phpBugTracker</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="index.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="adminguide.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="CHAPTER"
><H1
><A
NAME="USERGUIDE"
>Chapter 1. User's Guide</A
></H1
><BLOCKQUOTE
CLASS="ABSTRACT"
><DIV
CLASS="ABSTRACT"
><A
NAME="AEN8"
></A
><P
></P
><P
>Currently all interactions with phpBugTracker are done via the web interface. Users can submit bugs, communicate with developers and testers about bugs, and search through the bug database.</P
><P
></P
></DIV
></BLOCKQUOTE
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="adminguide.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>phpBugTracker</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
> </TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Administrator's Guide</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>
|