root/trunk/trax/doc/li_HelloWorld.html

Revision 180, 2.3 KB (checked in by haas, 6 years ago)

Makes a packge

Line 
1<html>
2<head>
3<title>PHP On Trax Documentation</title>
4<link rel="stylesheet" type="text/css" href="media/style.css">
5</head>
6<body>
7
8<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
9  <tr>
10    <td class="header_top">HelloWorld</td>
11  </tr>
12  <tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt=""  /></td></tr>
13  <tr>
14    <td class="header_menu">
15          [ <a href="classtrees_HelloWorld.html" class="menu">class tree: HelloWorld</a> ]
16          [ <a href="elementindex_HelloWorld.html" class="menu">index: HelloWorld</a> ]
17          [ <a href="elementindex.html" class="menu">all elements</a> ]
18    </td>
19  </tr>
20  <tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt=""  /></td></tr>
21</table>
22
23<table width="100%" border="0" cellpadding="0" cellspacing="0">
24  <tr valign="top">
25    <td width="200" class="menu">
26    <div id="todolist">
27            <p><a href="todolist.html">Todo List</a></p>
28    </div>
29      <b>Packages:</b><br />
30              <a href="li_HelloWorld.html">HelloWorld</a><br />
31              <a href="li_PHPonTrax.html">PHPonTrax</a><br />
32              <a href="li_PHPonTraxTest.html">PHPonTraxTest</a><br />
33            <br /><br />
34                        <b>Files:</b><br />
35          <div class="package">
36            <a href="HelloWorld/_app_controllers_say_controller_php.html">      say_controller.php
37        </a><br>
38            <a href="HelloWorld/_app_helpers_say_helper_php.html">      say_helper.php
39        </a><br>
40      </div><br />
41
42     
43            <b>Classes:</b><br />
44        <div class="package">
45                    <a href="HelloWorld/SayController.html">SayController</a><br />
46      </div>
47
48                </td>
49    <td>
50      <table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
51
52<div align="center"><h1>PHP On Trax Documentation</h1></div>
53<b>Welcome to HelloWorld!</b><br />
54<br />
55This documentation was generated by <a href="http://www.phpdoc.org">phpDocumentor v1.3.0RC4</a><br />
56
57        <div class="credit">
58            <hr />
59            Documentation generated on Mon, 06 Mar 2006 18:17:40 -0700 by <a href="http://www.phpdoc.org">phpDocumentor 1.3.0RC4</a>
60          </div>
61      </td></tr></table>
62    </td>
63  </tr>
64</table>
65
66</body>
67</html>
Note: See TracBrowser for help on using the browser.