Updated docs, also updated doc generation script.

This commit is contained in:
Josh Sherman 2010-09-12 22:13:00 -04:00
parent 650583399a
commit ef5b8d2ef1
42 changed files with 441 additions and 441 deletions

View file

@ -250,7 +250,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 15 Aug 2010 22:03:37 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sun, 12 Sep 2010 22:04:59 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
</p>
</div></body>
</html>

View file

@ -146,7 +146,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 15 Aug 2010 22:03:37 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sun, 12 Sep 2010 22:04:59 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
</p>
</div></body>
</html>

View file

@ -405,7 +405,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 15 Aug 2010 22:03:37 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sun, 12 Sep 2010 22:04:59 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
</p>
</div></body>
</html>

View file

@ -67,12 +67,6 @@
<td>
PHP Display
</td>
</tr>
<tr>
<td style="padding-right: 2em"><a href="../PICKLES/Display_Smarty.html">Display_Smarty</a></td>
<td>
Smarty Display
</td>
</tr>
<tr>
<td style="padding-right: 2em"><a href="../PICKLES/Display_JSON.html">Display_JSON</a></td>
@ -228,10 +222,6 @@
<a href="../PICKLES/Display_PHP.html#var$extension">Display_PHP::$extension</a>
: Template Extension
</li>
<li>
<a href="../PICKLES/Display_Smarty.html#var$extension">Display_Smarty::$extension</a>
: Template Extension
</li>
</ul>
@ -429,10 +419,6 @@
: Renders the PHP templated pages
</li>
<li>
<a href="../PICKLES/Display_Smarty.html#methodrender">Display_Smarty::render()</a>
: Render the Smarty generated pages
</li>
<li>
<a href="../PICKLES/Display_JSON.html#methodrender">Display_JSON::render()</a>
: Renders the data in JSON format
</li>
@ -480,7 +466,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 15 Aug 2010 22:03:36 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sun, 12 Sep 2010 22:04:58 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
</p>
</div></body>
</html>

View file

@ -174,7 +174,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 15 Aug 2010 22:03:37 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sun, 12 Sep 2010 22:04:59 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
</p>
</div></body>
</html>

View file

@ -23,9 +23,9 @@
<div class="info-box-body">
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">PHP Display</p>
<p class="description"><p>Displays the associated PHP templates for the Model. This is very similar to the Smarty viewer, but less overhead since it's straight PHP. The PHP viewer also utilizes a different caching system than Smarty. The general rules around the caching will be the same though.</p></p>
<p class="description"><p>Displays the associated PHP templates for the Model.</p></p>
<p class="notes">
Located in <a class="field" href="_classes---Display---PHP.php.html">/classes/Display/PHP.php</a> (line <span class="field">26</span>)
Located in <a class="field" href="_classes---Display---PHP.php.html">/classes/Display/PHP.php</a> (line <span class="field">23</span>)
</p>
@ -102,7 +102,7 @@
<span class="var-title">
<span class="var-type">string</span>
<span class="var-name">$extension</span>
= <span class="var-default"> 'phtml'</span> (line <span class="line-number">39</span>)
= <span class="var-default"> 'phtml'</span> (line <span class="line-number">36</span>)
</span>
</div>
@ -168,7 +168,7 @@
<div class="evenrow">
<div class="method-header">
<span class="method-title">render</span> (line <span class="line-number">44</span>)
<span class="method-title">render</span> (line <span class="line-number">41</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -215,7 +215,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 15 Aug 2010 22:03:37 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sun, 12 Sep 2010 22:04:59 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
</p>
</div></body>
</html>

View file

@ -175,7 +175,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 15 Aug 2010 22:03:37 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sun, 12 Sep 2010 22:04:59 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
</p>
</div></body>
</html>

View file

@ -1,222 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- template designed by Marco Von Ballmoos -->
<title>Docs For Class Display_Smarty</title>
<link rel="stylesheet" href="../media/stylesheet.css" />
<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/>
</head>
<body>
<div class="page-body">
<h2 class="class-name">Class Display_Smarty</h2>
<a name="sec-description"></a>
<div class="info-box">
<div class="info-box-title">Description</div>
<div class="nav-bar">
<span class="disabled">Description</span> |
<a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>)
| <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
</div>
<div class="info-box-body">
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Smarty Display</p>
<p class="description"><p>Displays the associated Smarty templates for the Module.</p></p>
<ul class="tags">
<li><span class="field">link:</span> <a href="http://smarty.net/">http://smarty.net/</a></li>
</ul>
<p class="notes">
Located in <a class="field" href="_classes---Display---Smarty.php.html">/classes/Display/Smarty.php</a> (line <span class="field">25</span>)
</p>
<pre><a href="../PICKLES/Object.html">Object</a>
|
--<a href="../PICKLES/Display_Common.html">Display_Common</a>
|
--Display_Smarty</pre>
</div>
</div>
<a name="sec-var-summary"></a>
<div class="info-box">
<div class="info-box-title">Variable Summary</span></div>
<div class="nav-bar">
<a href="#sec-description">Description</a> |
<span class="disabled">Vars</span> (<a href="#sec-vars">details</a>)
|
<a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
</div>
<div class="info-box-body">
<div class="var-summary">
<div class="var-title">
<span class="var-type">string</span>
<a href="#$extension" title="details" class="var-name">$extension</a>
</div>
</div>
</div>
</div>
<a name="sec-method-summary"></a>
<div class="info-box">
<div class="info-box-title">Method Summary</span></div>
<div class="nav-bar">
<a href="#sec-description">Description</a> |
<a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>)
|
<span class="disabled">Methods</span> (<a href="#sec-methods">details</a>)
</div>
<div class="info-box-body">
<div class="method-summary">
<div class="method-definition">
<span class="method-result">void</span>
<a href="#render" title="details" class="method-name">render</a>
()
</div>
</div>
</div>
</div>
<a name="sec-vars"></a>
<div class="info-box">
<div class="info-box-title">Variables</div>
<div class="nav-bar">
<a href="#sec-description">Description</a> |
<a href="#sec-var-summary">Vars</a> (<span class="disabled">details</span>)
|
<a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
</div>
<div class="info-box-body">
<a name="var$extension" id="$extension"><!-- --></A>
<div class="oddrow">
<div class="var-header">
<span class="var-title">
<span class="var-type">string</span>
<span class="var-name">$extension</span>
= <span class="var-default"> 'tpl'</span> (line <span class="line-number">41</span>)
</span>
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Template Extension</p>
<ul class="tags">
<li><span class="field">access:</span> protected</li>
</ul>
<hr class="separator" />
<div class="notes">Redefinition of:</div>
<dl>
<dt><a href="../PICKLES/Display_Common.html#var$extension">Display_Common::$extension</a></dt>
<dd>Template Extension</dd>
</dl>
</div>
<h4>Inherited Variables</h4>
<A NAME='inherited_vars'><!-- --></A>
<p>Inherited from <span class="classname"><a href="../PICKLES/Display_Common.html">Display_Common</a></span></p>
<blockquote>
<span class="var-title">
<span class="var-name"><a href="../PICKLES/Display_Common.html#var$css_class">Display_Common::$css_class</a></span><br>
</span>
<span class="var-title">
<span class="var-name"><a href="../PICKLES/Display_Common.html#var$js_basename">Display_Common::$js_basename</a></span><br>
</span>
<span class="var-title">
<span class="var-name"><a href="../PICKLES/Display_Common.html#var$module_return">Display_Common::$module_return</a></span><br>
</span>
<span class="var-title">
<span class="var-name"><a href="../PICKLES/Display_Common.html#var$templates">Display_Common::$templates</a></span><br>
</span>
</blockquote>
<p>Inherited from <span class="classname"><a href="../PICKLES/Object.html">Object</a></span></p>
<blockquote>
<span class="var-title">
<span class="var-name"><a href="../PICKLES/Object.html#var$config">Object::$config</a></span><br>
</span>
</blockquote>
</div>
</div>
<a name="sec-methods"></a>
<div class="info-box">
<div class="info-box-title">Methods</div>
<div class="nav-bar">
<a href="#sec-description">Description</a> |
<a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>)
<a href="#sec-method-summary">Methods</a> (<span class="disabled">details</span>)
</div>
<div class="info-box-body">
<A NAME='method_detail'></A>
<a name="methodrender" id="render"><!-- --></a>
<div class="evenrow">
<div class="method-header">
<span class="method-title">render</span> (line <span class="line-number">46</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Render the Smarty generated pages</p>
<ul class="tags">
<li><span class="field">access:</span> public</li>
</ul>
<div class="method-signature">
<span class="method-result">void</span>
<span class="method-name">
render
</span>
()
</div>
<hr class="separator" />
<div class="notes">Redefinition of:</div>
<dl>
<dt><a href="../PICKLES/Display_Common.html#methodrender">Display_Common::render()</a></dt>
<dd>Rendering Method</dd>
</dl>
</div>
<h4>Inherited Methods</h4>
<a name='inherited_methods'><!-- --></a>
<!-- =========== Summary =========== -->
<p>Inherited From <span class="classname"><a href="../PICKLES/Display_Common.html">Display_Common</a></span></p>
<blockquote>
<span class="method-name"><a href="../PICKLES/Display_Common.html#method__construct">Display_Common::__construct()</a></span><br>
<span class="method-name"><a href="../PICKLES/Display_Common.html#methodprepare">Display_Common::prepare()</a></span><br>
<span class="method-name"><a href="../PICKLES/Display_Common.html#methodrender">Display_Common::render()</a></span><br>
<span class="method-name"><a href="../PICKLES/Display_Common.html#methodtemplateExists">Display_Common::templateExists()</a></span><br>
</blockquote>
<!-- =========== Summary =========== -->
<p>Inherited From <span class="classname"><a href="../PICKLES/Object.html">Object</a></span></p>
<blockquote>
<span class="method-name"><a href="../PICKLES/Object.html#method__construct">Object::__construct()</a></span><br>
</blockquote>
</div>
</div>
<p class="notes" id="credit">
Documentation generated on Sun, 15 Aug 2010 22:03:37 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
</p>
</div></body>
</html>

View file

@ -174,7 +174,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 15 Aug 2010 22:03:37 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sun, 12 Sep 2010 22:04:59 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
</p>
</div></body>
</html>

View file

@ -142,7 +142,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 15 Aug 2010 22:03:37 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sun, 12 Sep 2010 22:04:59 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
</p>
</div></body>
</html>

View file

@ -361,7 +361,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 15 Aug 2010 22:03:37 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sun, 12 Sep 2010 22:04:59 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
</p>
</div></body>
</html>

View file

@ -16,7 +16,8 @@
<div class="info-box-title">Description</div>
<div class="nav-bar">
<span class="disabled">Description</span> |
<a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>)
<a href="#sec-descendents">Descendents</a>
| <a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>)
| <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
</div>
@ -36,6 +37,31 @@
</div>
</div>
<a name="sec-descendents"></a>
<div class="info-box">
<div class="info-box-title">Direct descendents</div>
<div class="nav-bar">
<a href="#sec-description">Description</a> |
<span class="disabled">Descendents</span>
| <a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>)
| <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
</div>
<div class="info-box-body">
<table cellpadding="2" cellspacing="0" class="class-table">
<tr>
<th class="class-table-header">Class</th>
<th class="class-table-header">Description</th>
</tr>
<tr>
<td style="padding-right: 2em"><a href="../PICKLES/Post.html">Post</a></td>
<td>
Post Model
</td>
</tr>
</table>
</div>
</div>
<a name="sec-var-summary"></a>
@ -43,6 +69,7 @@
<div class="info-box-title">Variable Summary</span></div>
<div class="nav-bar">
<a href="#sec-description">Description</a> |
<a href="#sec-descendents">Descendents</a> |
<span class="disabled">Vars</span> (<a href="#sec-vars">details</a>)
|
<a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
@ -99,6 +126,7 @@
<div class="info-box-title">Method Summary</span></div>
<div class="nav-bar">
<a href="#sec-description">Description</a> |
<a href="#sec-descendents">Descendents</a> |
<a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>)
|
@ -171,6 +199,7 @@
<div class="info-box-title">Variables</div>
<div class="nav-bar">
<a href="#sec-description">Description</a> |
<a href="#sec-descendents">Descendents</a> |
<a href="#sec-var-summary">Vars</a> (<span class="disabled">details</span>)
@ -288,6 +317,14 @@
<hr class="separator" />
<div class="notes">Redefined in descendants as:</div>
<ul class="redefinitions">
<li>
<a href="../PICKLES/Post.html#var$order_by">Post::$order_by</a>
: Columns to Order By
</li>
</ul>
</div>
@ -399,6 +436,14 @@
<hr class="separator" />
<div class="notes">Redefined in descendants as:</div>
<ul class="redefinitions">
<li>
<a href="../PICKLES/Post.html#var$table">Post::$table</a>
: Table Name
</li>
</ul>
</div>
@ -419,6 +464,7 @@
<div class="info-box-title">Methods</div>
<div class="nav-bar">
<a href="#sec-description">Description</a> |
<a href="#sec-descendents">Descendents</a> |
<a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>)
<a href="#sec-method-summary">Methods</a> (<span class="disabled">details</span>)
@ -750,7 +796,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 15 Aug 2010 22:03:37 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sun, 12 Sep 2010 22:04:59 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
</p>
</div></body>
</html>

View file

@ -253,13 +253,13 @@
<span class="var-title">
<span class="var-type">string,</span>
<span class="var-name">$engine</span>
= <span class="var-default"> null</span> (line <span class="line-number">112</span>)
= <span class="var-default"> DISPLAY_PHP</span> (line <span class="line-number">112</span>)
</span>
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Default display engine</p>
<p class="description"><p>Defaults to null but could be set to Smarty, JSON, XML or RSS. Value is overwritten by the config value if not set by the module.</p></p>
<p class="description"><p>Defaults to PHP but could be set to JSON, XML or RSS. Value is overwritten by the config value if not set by the module.</p></p>
<ul class="tags">
<li><span class="field">var:</span> null by default</li>
<li><span class="field">access:</span> protected</li>
@ -607,7 +607,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 15 Aug 2010 22:03:37 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sun, 12 Sep 2010 22:04:59 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
</p>
</div></body>
</html>

View file

@ -253,7 +253,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 15 Aug 2010 22:03:37 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sun, 12 Sep 2010 22:04:59 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
</p>
</div></body>
</html>

225
docs/PICKLES/Post.html Normal file
View file

@ -0,0 +1,225 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- template designed by Marco Von Ballmoos -->
<title>Docs For Class Post</title>
<link rel="stylesheet" href="../media/stylesheet.css" />
<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/>
</head>
<body>
<div class="page-body">
<h2 class="class-name">Class Post</h2>
<a name="sec-description"></a>
<div class="info-box">
<div class="info-box-title">Description</div>
<div class="nav-bar">
<span class="disabled">Description</span> |
<a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>)
| <a href="#sec-methods">Methods</a>
</div>
<div class="info-box-body">
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Post Model</p>
<p class="description"><p>PHP version 5</p><p>Licensed under the GNU General Public License Version 3 Redistribution of these files must retain the above copyright notice.</p></p>
<ul class="tags">
<li><span class="field">author:</span> Josh Sherman &lt;<a href="mailto:josh@phpwithpickles.org">josh@phpwithpickles.org</a>&gt;</li>
<li><span class="field">copyright:</span> Copyright 2007-2010, Gravity Boulevard, LLC</li>
<li><span class="field">link:</span> <a href="http://phpwithpickles.org">http://phpwithpickles.org</a></li>
<li><span class="field">license:</span> <a href="http://www.gnu.org/licenses/gpl.html">GPL v3</a></li>
</ul>
<p class="notes">
Located in <a class="field" href="_sample-site---models---Post.php.html">/sample-site/models/Post.php</a> (line <span class="field">17</span>)
</p>
<pre><a href="../PICKLES/Object.html">Object</a>
|
--<a href="../PICKLES/Model.html">Model</a>
|
--Post</pre>
</div>
</div>
<a name="sec-var-summary"></a>
<div class="info-box">
<div class="info-box-title">Variable Summary</span></div>
<div class="nav-bar">
<a href="#sec-description">Description</a> |
<span class="disabled">Vars</span> (<a href="#sec-vars">details</a>)
|
<a href="#sec-methods">Methods</a>
</div>
<div class="info-box-body">
<div class="var-summary">
<div class="var-title">
<span class="var-type">string</span>
<a href="#$order_by" title="details" class="var-name">$order_by</a>
</div>
<div class="var-title">
<span class="var-type">string</span>
<a href="#$table" title="details" class="var-name">$table</a>
</div>
</div>
</div>
</div>
<a name="sec-vars"></a>
<div class="info-box">
<div class="info-box-title">Variables</div>
<div class="nav-bar">
<a href="#sec-description">Description</a> |
<span class="disabled">Vars</span>
|
<a href="#sec-methods">Methods</a>
</div>
<div class="info-box-body">
<a name="var$order_by" id="$order_by"><!-- --></A>
<div class="evenrow">
<div class="var-header">
<span class="var-title">
<span class="var-type">string</span>
<span class="var-name">$order_by</span>
= <span class="var-default"> 'posted_at DESC'</span> (line <span class="line-number">33</span>)
</span>
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Columns to Order By</p>
<ul class="tags">
<li><span class="field">access:</span> protected</li>
</ul>
<hr class="separator" />
<div class="notes">Redefinition of:</div>
<dl>
<dt><a href="../PICKLES/Model.html#var$order_by">Model::$order_by</a></dt>
<dd>Order By Clause</dd>
</dl>
</div>
<a name="var$table" id="$table"><!-- --></A>
<div class="oddrow">
<div class="var-header">
<span class="var-title">
<span class="var-type">string</span>
<span class="var-name">$table</span>
= <span class="var-default"> 'pickles_posts'</span> (line <span class="line-number">25</span>)
</span>
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Table Name</p>
<ul class="tags">
<li><span class="field">access:</span> protected</li>
</ul>
<hr class="separator" />
<div class="notes">Redefinition of:</div>
<dl>
<dt><a href="../PICKLES/Model.html#var$table">Model::$table</a></dt>
<dd>Table Name</dd>
</dl>
</div>
<h4>Inherited Variables</h4>
<A NAME='inherited_vars'><!-- --></A>
<p>Inherited from <span class="classname"><a href="../PICKLES/Model.html">Model</a></span></p>
<blockquote>
<span class="var-title">
<span class="var-name"><a href="../PICKLES/Model.html#var$count">Model::$count</a></span><br>
</span>
<span class="var-title">
<span class="var-name"><a href="../PICKLES/Model.html#var$data">Model::$data</a></span><br>
</span>
<span class="var-title">
<span class="var-name"><a href="../PICKLES/Model.html#var$db">Model::$db</a></span><br>
</span>
<span class="var-title">
<span class="var-name"><a href="../PICKLES/Model.html#var$limit">Model::$limit</a></span><br>
</span>
<span class="var-title">
<span class="var-name"><a href="../PICKLES/Model.html#var$record">Model::$record</a></span><br>
</span>
<span class="var-title">
<span class="var-name"><a href="../PICKLES/Model.html#var$records">Model::$records</a></span><br>
</span>
<span class="var-title">
<span class="var-name"><a href="../PICKLES/Model.html#var$reserved">Model::$reserved</a></span><br>
</span>
<span class="var-title">
<span class="var-name"><a href="../PICKLES/Model.html#var$select">Model::$select</a></span><br>
</span>
</blockquote>
<p>Inherited from <span class="classname"><a href="../PICKLES/Object.html">Object</a></span></p>
<blockquote>
<span class="var-title">
<span class="var-name"><a href="../PICKLES/Object.html#var$config">Object::$config</a></span><br>
</span>
</blockquote>
</div>
</div>
<a name="sec-methods"></a>
<div class="info-box">
<div class="info-box-title">Methods</div>
<div class="nav-bar">
<a href="#sec-description">Description</a> |
<a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>)
<span class="disabled">Methods</span>
</div>
<div class="info-box-body">
<A NAME='method_detail'></A>
<h4>Inherited Methods</h4>
<a name='inherited_methods'><!-- --></a>
<!-- =========== Summary =========== -->
<p>Inherited From <span class="classname"><a href="../PICKLES/Model.html">Model</a></span></p>
<blockquote>
<span class="method-name"><a href="../PICKLES/Model.html#method__construct">Model::__construct()</a></span><br>
<span class="method-name"><a href="../PICKLES/Model.html#methodcommit">Model::commit()</a></span><br>
<span class="method-name"><a href="../PICKLES/Model.html#methodcommitRecord">Model::commitRecord()</a></span><br>
<span class="method-name"><a href="../PICKLES/Model.html#methoddelete">Model::delete()</a></span><br>
<span class="method-name"><a href="../PICKLES/Model.html#methodfirst">Model::first()</a></span><br>
<span class="method-name"><a href="../PICKLES/Model.html#methodlast">Model::last()</a></span><br>
<span class="method-name"><a href="../PICKLES/Model.html#methodnext">Model::next()</a></span><br>
<span class="method-name"><a href="../PICKLES/Model.html#methodprev">Model::prev()</a></span><br>
<span class="method-name"><a href="../PICKLES/Model.html#methodunescape">Model::unescape()</a></span><br>
<span class="method-name"><a href="../PICKLES/Model.html#method__get">Model::__get()</a></span><br>
<span class="method-name"><a href="../PICKLES/Model.html#method__set">Model::__set()</a></span><br>
</blockquote>
<!-- =========== Summary =========== -->
<p>Inherited From <span class="classname"><a href="../PICKLES/Object.html">Object</a></span></p>
<blockquote>
<span class="method-name"><a href="../PICKLES/Object.html#method__construct">Object::__construct()</a></span><br>
</blockquote>
</div>
</div>
<p class="notes" id="credit">
Documentation generated on Sun, 12 Sep 2010 22:04:59 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
</p>
</div></body>
</html>

View file

@ -62,7 +62,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 15 Aug 2010 22:03:37 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sun, 12 Sep 2010 22:04:59 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
</p>
</div></body>
</html>

View file

@ -62,7 +62,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 15 Aug 2010 22:03:37 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sun, 12 Sep 2010 22:04:59 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
</p>
</div></body>
</html>

View file

@ -62,7 +62,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 15 Aug 2010 22:03:37 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sun, 12 Sep 2010 22:04:59 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
</p>
</div></body>
</html>

View file

@ -62,7 +62,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 15 Aug 2010 22:03:36 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sun, 12 Sep 2010 22:04:58 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
</p>
</div></body>
</html>

View file

@ -62,7 +62,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 15 Aug 2010 22:03:37 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sun, 12 Sep 2010 22:04:59 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
</p>
</div></body>
</html>

View file

@ -62,7 +62,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 15 Aug 2010 22:03:37 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sun, 12 Sep 2010 22:04:59 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
</p>
</div></body>
</html>

View file

@ -62,7 +62,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 15 Aug 2010 22:03:37 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sun, 12 Sep 2010 22:04:59 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
</p>
</div></body>
</html>

View file

@ -62,7 +62,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 15 Aug 2010 22:03:37 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sun, 12 Sep 2010 22:04:59 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
</p>
</div></body>
</html>

View file

@ -62,7 +62,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 15 Aug 2010 22:03:37 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sun, 12 Sep 2010 22:04:59 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
</p>
</div></body>
</html>

View file

@ -62,7 +62,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 15 Aug 2010 22:03:37 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sun, 12 Sep 2010 22:04:59 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
</p>
</div></body>
</html>

View file

@ -62,7 +62,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 15 Aug 2010 22:03:37 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sun, 12 Sep 2010 22:04:59 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
</p>
</div></body>
</html>

View file

@ -62,7 +62,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 15 Aug 2010 22:03:37 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sun, 12 Sep 2010 22:04:59 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
</p>
</div></body>
</html>

View file

@ -62,7 +62,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 15 Aug 2010 22:03:37 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sun, 12 Sep 2010 22:04:59 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
</p>
</div></body>
</html>

View file

@ -317,7 +317,7 @@
</div>
<p class="notes" id="credit">
Documentation generated on Sun, 15 Aug 2010 22:03:37 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sun, 12 Sep 2010 22:04:59 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
</p>
</div></body>
</html>

View file

@ -3,13 +3,13 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- template designed by Marco Von Ballmoos -->
<title>Docs for page Smarty.php</title>
<title>Docs for page Post.php</title>
<link rel="stylesheet" href="../media/stylesheet.css" />
<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/>
</head>
<body>
<div class="page-body">
<h2 class="file-name">/classes/Display/Smarty.php</h2>
<h2 class="file-name">/sample-site/models/Post.php</h2>
<a name="sec-description"></a>
<div class="info-box">
@ -20,14 +20,6 @@
</div>
<div class="info-box-body">
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Smarty Display Class File for PICKLES</p>
<p class="description"><p>PHP version 5</p><p>Licensed under the GNU General Public License Version 3 Redistribution of these files must retain the above copyright notice.</p></p>
<ul class="tags">
<li><span class="field">author:</span> Josh Sherman &lt;<a href="mailto:josh@phpwithpickles.org">josh@phpwithpickles.org</a>&gt;</li>
<li><span class="field">copyright:</span> Copyright 2007-2010, Gravity Boulevard, LLC</li>
<li><span class="field">link:</span> <a href="http://phpwithpickles.org">http://phpwithpickles.org</a></li>
<li><span class="field">license:</span> <a href="http://www.gnu.org/licenses/gpl.html">GPL v3</a></li>
</ul>
</div>
</div>
@ -47,10 +39,10 @@
</tr>
<tr>
<td style="padding-right: 2em; vertical-align: top">
<a href="../PICKLES/Display_Smarty.html">Display_Smarty</a>
<a href="../PICKLES/Post.html">Post</a>
</td>
<td>
Smarty Display
Post Model
</td>
</tr>
</table>
@ -62,7 +54,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 15 Aug 2010 22:03:37 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sun, 12 Sep 2010 22:04:59 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
</p>
</div></body>
</html>

View file

@ -1,43 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- template designed by Marco Von Ballmoos -->
<title>Docs for page pickle.php</title>
<link rel="stylesheet" href="../media/stylesheet.css" />
<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/>
</head>
<body>
<div class="page-body">
<h2 class="file-name">/scripts/pickle.php</h2>
<a name="sec-description"></a>
<div class="info-box">
<div class="info-box-title">Description</div>
<div class="nav-bar">
</div>
<div class="info-box-body">
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">PICKLES Scaffolding Generator (verb: to pickle)</p>
<p class="description"><p>This is the file that you include on the page you're instantiating the controller from (typically index.php). The path to the PICKLES code base is established as well as the path that Smarty will use to store the compiled pages.</p><p>PICKLES is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.</p><p>PICKLES is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.</p><p>You should have received a copy of the GNU Lesser General Public License along with PICKLES. If not, see &lt;http://www.gnu.org/licenses/&gt;.</p></p>
<ul class="tags">
<li><span class="field">author:</span> Joshua John Sherman &lt;<a href="mailto:josh@phpwithpickles.org">josh@phpwithpickles.org</a>&gt;</li>
<li><span class="field">copyright:</span> Copyright 2007, 2008, 2009 Joshua John Sherman</li>
<li><span class="field">link:</span> <a href="http://phpwithpickles.org">http://phpwithpickles.org</a></li>
<li><span class="field">usage:</span> ./pickle /path/to/new/site</li>
<li><span class="field">license:</span> <a href="http://www.gnu.org/copyleft/lesser.html">http://www.gnu.org/copyleft/lesser.html</a></li>
</ul>
</div>
</div>
<p class="notes" id="credit">
Documentation generated on Sun, 15 Aug 2010 22:03:37 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
</p>
</div></body>
</html>

View file

@ -21,12 +21,14 @@
<ul>
<li><a href="PICKLES/Object.html">Object</a><ul>
<li><a href="PICKLES/Controller.html">Controller</a></li><li><a href="PICKLES/Database.html">Database</a></li><li><a href="PICKLES/Display_Common.html">Display_Common</a><ul>
<li><a href="PICKLES/Display_JSON.html">Display_JSON</a></li><li><a href="PICKLES/Display_PHP.html">Display_PHP</a></li><li><a href="PICKLES/Display_RSS.html">Display_RSS</a></li><li><a href="PICKLES/Display_Smarty.html">Display_Smarty</a></li><li><a href="PICKLES/Display_XML.html">Display_XML</a></li></ul></li>
<li><a href="PICKLES/Error.html">Error</a></li><li><a href="PICKLES/Log.html">Log</a></li><li><a href="PICKLES/Model.html">Model</a></li><li><a href="PICKLES/Module.html">Module</a></li></ul></li>
<li><a href="PICKLES/Display_JSON.html">Display_JSON</a></li><li><a href="PICKLES/Display_PHP.html">Display_PHP</a></li><li><a href="PICKLES/Display_RSS.html">Display_RSS</a></li><li><a href="PICKLES/Display_XML.html">Display_XML</a></li></ul></li>
<li><a href="PICKLES/Error.html">Error</a></li><li><a href="PICKLES/Log.html">Log</a></li><li><a href="PICKLES/Model.html">Model</a><ul>
<li><a href="PICKLES/Post.html">Post</a></li></ul></li>
<li><a href="PICKLES/Module.html">Module</a></li></ul></li>
</ul>
<p class="notes" id="credit">
Documentation generated on Sun, 15 Aug 2010 22:03:36 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sun, 12 Sep 2010 22:04:58 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
</p>
</body>
</html>

View file

@ -219,12 +219,6 @@
<dd class="index-item-body">
<div class="index-item-details"><a href="PICKLES/_pickles.php.html#defineDISPLAY_JSON">DISPLAY_JSON</a> in pickles.php</div>
</dd>
<dt class="field">
<span class="const-title">DISPLAY_PHP</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PICKLES/_pickles.php.html#defineDISPLAY_PHP">DISPLAY_PHP</a> in pickles.php</div>
</dd>
<dt class="field">
Display_PHP
</dt>
@ -233,10 +227,10 @@
<div class="index-item-description">PHP Display</div>
</dd>
<dt class="field">
<span class="const-title">DISPLAY_RSS</span>
<span class="const-title">DISPLAY_PHP</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PICKLES/_pickles.php.html#defineDISPLAY_RSS">DISPLAY_RSS</a> in pickles.php</div>
<div class="index-item-details"><a href="PICKLES/_pickles.php.html#defineDISPLAY_PHP">DISPLAY_PHP</a> in pickles.php</div>
</dd>
<dt class="field">
Display_RSS
@ -246,11 +240,10 @@
<div class="index-item-description">RSS Display</div>
</dd>
<dt class="field">
Display_Smarty
<span class="const-title">DISPLAY_RSS</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PICKLES/Display_Smarty.html">Display_Smarty</a> in Smarty.php</div>
<div class="index-item-description">Smarty Display</div>
<div class="index-item-details"><a href="PICKLES/_pickles.php.html#defineDISPLAY_RSS">DISPLAY_RSS</a> in pickles.php</div>
</dd>
<dt class="field">
<span class="const-title">DISPLAY_SMARTY</span>
@ -296,13 +289,6 @@
<dt class="field">
<span class="var-title">$extension</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PICKLES/Display_Smarty.html#var$extension">Display_Smarty::$extension</a> in Smarty.php</div>
<div class="index-item-description">Template Extension</div>
</dd>
<dt class="field">
<span class="var-title">$extension</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PICKLES/Display_PHP.html#var$extension">Display_PHP::$extension</a> in PHP.php</div>
<div class="index-item-description">Template Extension</div>
@ -575,6 +561,13 @@
<div class="index-item-details"><a href="PICKLES/Model.html#var$order_by">Model::$order_by</a> in Model.php</div>
<div class="index-item-description">Order By Clause</div>
</dd>
<dt class="field">
<span class="var-title">$order_by</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PICKLES/Post.html#var$order_by">Post::$order_by</a> in Post.php</div>
<div class="index-item-description">Columns to Order By</div>
</dd>
<dt class="field">
<span class="include-title">Object.php</span>
</dt>
@ -634,6 +627,13 @@
<dd class="index-item-body">
<div class="index-item-details"><a href="PICKLES/_pickles.php.html#definePICKLES_PATH">PICKLES_PATH</a> in pickles.php</div>
</dd>
<dt class="field">
Post
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PICKLES/Post.html">Post</a> in Post.php</div>
<div class="index-item-description">Post Model</div>
</dd>
<dt class="field">
<span class="method-title">prepare</span>
</dt>
@ -655,10 +655,10 @@
<div class="index-item-details"><a href="PICKLES/_pickles.php.html#definePRIVATE_PATH">PRIVATE_PATH</a> in pickles.php</div>
</dd>
<dt class="field">
<span class="include-title">pickle.php</span>
<span class="include-title">Post.php</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PICKLES/_scripts---pickle.php.html">pickle.php</a> in pickle.php</div>
<div class="index-item-details"><a href="PICKLES/_sample-site---models---Post.php.html">Post.php</a> in Post.php</div>
</dd>
</dl>
<a name="q"></a>
@ -721,8 +721,8 @@
<span class="method-title">render</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PICKLES/Display_Smarty.html#methodrender">Display_Smarty::render()</a> in Smarty.php</div>
<div class="index-item-description">Render the Smarty generated pages</div>
<div class="index-item-details"><a href="PICKLES/Display_RSS.html#methodrender">Display_RSS::render()</a> in RSS.php</div>
<div class="index-item-description">Render the RSS feed data</div>
</dd>
<dt class="field">
<span class="method-title">render</span>
@ -734,13 +734,6 @@
<dt class="field">
<span class="method-title">render</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PICKLES/Display_RSS.html#methodrender">Display_RSS::render()</a> in RSS.php</div>
<div class="index-item-description">Render the RSS feed data</div>
</dd>
<dt class="field">
<span class="method-title">render</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PICKLES/Display_PHP.html#methodrender">Display_PHP::render()</a> in PHP.php</div>
<div class="index-item-description">Renders the PHP templated pages</div>
@ -749,15 +742,15 @@
<span class="method-title">render</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PICKLES/Display_Common.html#methodrender">Display_Common::render()</a> in Common.php</div>
<div class="index-item-description">Rendering Method</div>
<div class="index-item-details"><a href="PICKLES/Display_JSON.html#methodrender">Display_JSON::render()</a> in JSON.php</div>
<div class="index-item-description">Renders the data in JSON format</div>
</dd>
<dt class="field">
<span class="method-title">render</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PICKLES/Display_JSON.html#methodrender">Display_JSON::render()</a> in JSON.php</div>
<div class="index-item-description">Renders the data in JSON format</div>
<div class="index-item-details"><a href="PICKLES/Display_Common.html#methodrender">Display_Common::render()</a> in Common.php</div>
<div class="index-item-description">Rendering Method</div>
</dd>
</dl>
<a name="s"></a>
@ -788,12 +781,6 @@
<div class="index-item-details"><a href="PICKLES/Module.html#var$session">Module::$session</a> in Module.php</div>
<div class="index-item-description">Session</div>
</dd>
<dt class="field">
<span class="include-title">Smarty.php</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PICKLES/_classes---Display---Smarty.php.html">Smarty.php</a> in Smarty.php</div>
</dd>
<dt class="field">
<span class="method-title">setRequest</span>
</dt>
@ -855,6 +842,13 @@
<dt class="field">
<span class="var-title">$table</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PICKLES/Post.html#var$table">Post::$table</a> in Post.php</div>
<div class="index-item-description">Table Name</div>
</dd>
<dt class="field">
<span class="var-title">$table</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PICKLES/Model.html#var$table">Model::$table</a> in Model.php</div>
<div class="index-item-description">Table Name</div>

View file

@ -329,12 +329,6 @@
<dd class="index-item-body">
<div class="index-item-details"><a href="PICKLES/_pickles.php.html#defineDISPLAY_JSON">DISPLAY_JSON</a> in pickles.php</div>
</dd>
<dt class="field">
<span class="const-title">DISPLAY_PHP</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PICKLES/_pickles.php.html#defineDISPLAY_PHP">DISPLAY_PHP</a> in pickles.php</div>
</dd>
<dt class="field">
Display_PHP
</dt>
@ -343,10 +337,10 @@
<div class="index-item-description">PHP Display</div>
</dd>
<dt class="field">
<span class="const-title">DISPLAY_RSS</span>
<span class="const-title">DISPLAY_PHP</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PICKLES/_pickles.php.html#defineDISPLAY_RSS">DISPLAY_RSS</a> in pickles.php</div>
<div class="index-item-details"><a href="PICKLES/_pickles.php.html#defineDISPLAY_PHP">DISPLAY_PHP</a> in pickles.php</div>
</dd>
<dt class="field">
Display_RSS
@ -356,11 +350,10 @@
<div class="index-item-description">RSS Display</div>
</dd>
<dt class="field">
Display_Smarty
<span class="const-title">DISPLAY_RSS</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PICKLES/Display_Smarty.html">Display_Smarty</a> in Smarty.php</div>
<div class="index-item-description">Smarty Display</div>
<div class="index-item-details"><a href="PICKLES/_pickles.php.html#defineDISPLAY_RSS">DISPLAY_RSS</a> in pickles.php</div>
</dd>
<dt class="field">
<span class="const-title">DISPLAY_SMARTY</span>
@ -406,13 +399,6 @@
<dt class="field">
<span class="var-title">$extension</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PICKLES/Display_Smarty.html#var$extension">Display_Smarty::$extension</a> in Smarty.php</div>
<div class="index-item-description">Template Extension</div>
</dd>
<dt class="field">
<span class="var-title">$extension</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PICKLES/Display_PHP.html#var$extension">Display_PHP::$extension</a> in PHP.php</div>
<div class="index-item-description">Template Extension</div>
@ -685,6 +671,13 @@
<div class="index-item-details"><a href="PICKLES/Model.html#var$order_by">Model::$order_by</a> in Model.php</div>
<div class="index-item-description">Order By Clause</div>
</dd>
<dt class="field">
<span class="var-title">$order_by</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PICKLES/Post.html#var$order_by">Post::$order_by</a> in Post.php</div>
<div class="index-item-description">Columns to Order By</div>
</dd>
<dt class="field">
<span class="include-title">Object.php</span>
</dt>
@ -744,6 +737,13 @@
<dd class="index-item-body">
<div class="index-item-details"><a href="PICKLES/_pickles.php.html#definePICKLES_PATH">PICKLES_PATH</a> in pickles.php</div>
</dd>
<dt class="field">
Post
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PICKLES/Post.html">Post</a> in Post.php</div>
<div class="index-item-description">Post Model</div>
</dd>
<dt class="field">
<span class="method-title">prepare</span>
</dt>
@ -765,10 +765,10 @@
<div class="index-item-details"><a href="PICKLES/_pickles.php.html#definePRIVATE_PATH">PRIVATE_PATH</a> in pickles.php</div>
</dd>
<dt class="field">
<span class="include-title">pickle.php</span>
<span class="include-title">Post.php</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PICKLES/_scripts---pickle.php.html">pickle.php</a> in pickle.php</div>
<div class="index-item-details"><a href="PICKLES/_sample-site---models---Post.php.html">Post.php</a> in Post.php</div>
</dd>
</dl>
<a name="q"></a>
@ -831,8 +831,8 @@
<span class="method-title">render</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PICKLES/Display_Smarty.html#methodrender">Display_Smarty::render()</a> in Smarty.php</div>
<div class="index-item-description">Render the Smarty generated pages</div>
<div class="index-item-details"><a href="PICKLES/Display_RSS.html#methodrender">Display_RSS::render()</a> in RSS.php</div>
<div class="index-item-description">Render the RSS feed data</div>
</dd>
<dt class="field">
<span class="method-title">render</span>
@ -844,13 +844,6 @@
<dt class="field">
<span class="method-title">render</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PICKLES/Display_RSS.html#methodrender">Display_RSS::render()</a> in RSS.php</div>
<div class="index-item-description">Render the RSS feed data</div>
</dd>
<dt class="field">
<span class="method-title">render</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PICKLES/Display_PHP.html#methodrender">Display_PHP::render()</a> in PHP.php</div>
<div class="index-item-description">Renders the PHP templated pages</div>
@ -859,15 +852,15 @@
<span class="method-title">render</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PICKLES/Display_Common.html#methodrender">Display_Common::render()</a> in Common.php</div>
<div class="index-item-description">Rendering Method</div>
<div class="index-item-details"><a href="PICKLES/Display_JSON.html#methodrender">Display_JSON::render()</a> in JSON.php</div>
<div class="index-item-description">Renders the data in JSON format</div>
</dd>
<dt class="field">
<span class="method-title">render</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PICKLES/Display_JSON.html#methodrender">Display_JSON::render()</a> in JSON.php</div>
<div class="index-item-description">Renders the data in JSON format</div>
<div class="index-item-details"><a href="PICKLES/Display_Common.html#methodrender">Display_Common::render()</a> in Common.php</div>
<div class="index-item-description">Rendering Method</div>
</dd>
</dl>
<a name="s"></a>
@ -898,12 +891,6 @@
<div class="index-item-details"><a href="PICKLES/Module.html#var$session">Module::$session</a> in Module.php</div>
<div class="index-item-description">Session</div>
</dd>
<dt class="field">
<span class="include-title">Smarty.php</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PICKLES/_classes---Display---Smarty.php.html">Smarty.php</a> in Smarty.php</div>
</dd>
<dt class="field">
<span class="method-title">setRequest</span>
</dt>
@ -965,6 +952,13 @@
<dt class="field">
<span class="var-title">$table</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PICKLES/Post.html#var$table">Post::$table</a> in Post.php</div>
<div class="index-item-description">Table Name</div>
</dd>
<dt class="field">
<span class="var-title">$table</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PICKLES/Model.html#var$table">Model::$table</a> in Model.php</div>
<div class="index-item-description">Table Name</div>

View file

@ -25,6 +25,8 @@
<a href="#Common.php">Common.php</a><br>
<a href="#compatibility_test.php">compatibility_test.php</a><br>
<a href="#Config.php">Config.php</a><br>
<a href="#content3-slow.php">content3-slow.php</a><br>
<a href="#content4-broken.php">content4-broken.php</a><br>
<a href="#Controller.php">Controller.php</a><br>
<a href="#cookies_test.php">cookies_test.php</a><br>
<a href="#Database.php">Database.php</a><br>
@ -42,11 +44,11 @@
<a href="#form.php">form.php</a><br>
<a href="#form_test.php">form_test.php</a><br>
<a href="#frames_test.php">frames_test.php</a><br>
<a href="#function.html_select_time.php">function.html_select_time.php</a><br>
<a href="#http_test.php">http_test.php</a><br>
<a href="#image.php">image.php</a><br>
<a href="#image_req.php">image_req.php</a><br>
<a href="#index.php">index.php</a><br>
<a href="#index.phtml">index.phtml</a><br>
<a href="#interfaces_test.php">interfaces_test.php</a><br>
<a href="#JSON.php">JSON.php</a><br>
<a href="#live_test.php">live_test.php</a><br>
@ -62,6 +64,9 @@
<a href="#parse_error_test.php">parse_error_test.php</a><br>
<a href="#PHP.php">PHP.php</a><br>
<a href="#pickles.php">pickles.php</a><br>
<a href="#Post.php">Post.php</a><br>
<a href="#posts.php">posts.php</a><br>
<a href="#posts.phtml">posts.phtml</a><br>
<a href="#process.php">process.php</a><br>
<a href="#rand.php">rand.php</a><br>
<a href="#reflection_php4_test.php">reflection_php4_test.php</a><br>
@ -71,10 +76,10 @@
<a href="#replaceall.php">replaceall.php</a><br>
<a href="#RSS.php">RSS.php</a><br>
<a href="#sample_posteddata.php">sample_posteddata.php</a><br>
<a href="#search.php">search.php</a><br>
<a href="#shell_test.php">shell_test.php</a><br>
<a href="#shell_tester_test.php">shell_tester_test.php</a><br>
<a href="#simpletest_test.php">simpletest_test.php</a><br>
<a href="#Smarty.php">Smarty.php</a><br>
<a href="#socket_test.php">socket_test.php</a><br>
<a href="#spl_examples.php">spl_examples.php</a><br>
<a href="#standalone.php">standalone.php</a><br>
@ -169,12 +174,12 @@
<b>Warning on line 17</b> - Unknown tag "@endcode" used<br>
<b>Warning on line 17</b> - Unknown tag "@code" used<br>
<b>Warning on line 18</b> - no @package tag was used in a DocBlock for class CKEditor<br>
<b>Warning on line 39</b> - Unknown tag "@endcode" used<br>
<b>Warning on line 39</b> - Unknown tag "@code" used<br>
<b>Warning on line 39</b> - Unknown tag "@endcode" used<br>
<b>Warning on line 51</b> - Unknown tag "@code" used<br>
<b>Warning on line 51</b> - Unknown tag "@endcode" used<br>
<b>Warning on line 70</b> - Unknown tag "@endcode" used<br>
<b>Warning on line 70</b> - Unknown tag "@code" used<br>
<b>Warning on line 70</b> - Unknown tag "@endcode" used<br>
<b>Warning on line 134</b> - Unknown tag "@endcode" used<br>
<b>Warning on line 134</b> - Unknown tag "@endcode" used<br>
<b>Warning on line 134</b> - Unknown tag "@code" used<br>
@ -183,8 +188,8 @@
<b>Warning on line 176</b> - Unknown tag "@code" used<br>
<b>Warning on line 219</b> - Unknown tag "@code" used<br>
<b>Warning on line 219</b> - Unknown tag "@endcode" used<br>
<b>Warning on line 219</b> - Unknown tag "@code" used<br>
<b>Warning on line 219</b> - Unknown tag "@endcode" used<br>
<b>Warning on line 219</b> - Unknown tag "@code" used<br>
<b>Warning on line 274</b> - Unknown tag "@code" used<br>
<b>Warning on line 274</b> - Unknown tag "@endcode" used<br>
<b>Warning on line 314</b> - Unknown tag "@code" used<br>
@ -196,26 +201,26 @@
<b>Warning on line 17</b> - Unknown tag "@endcode" used<br>
<b>Warning on line 17</b> - Unknown tag "@code" used<br>
<b>Warning on line 18</b> - no @package tag was used in a DocBlock for class CKEditor<br>
<b>Warning on line 37</b> - Unknown tag "@code" used<br>
<b>Warning on line 37</b> - Unknown tag "@endcode" used<br>
<b>Warning on line 37</b> - Unknown tag "@code" used<br>
<b>Warning on line 49</b> - Unknown tag "@endcode" used<br>
<b>Warning on line 49</b> - Unknown tag "@code" used<br>
<b>Warning on line 68</b> - Unknown tag "@code" used<br>
<b>Warning on line 68</b> - Unknown tag "@endcode" used<br>
<b>Warning on line 130</b> - Unknown tag "@endcode" used<br>
<b>Warning on line 130</b> - Unknown tag "@code" used<br>
<b>Warning on line 130</b> - Unknown tag "@code" used<br>
<b>Warning on line 130</b> - Unknown tag "@endcode" used<br>
<b>Warning on line 130</b> - Unknown tag "@code" used<br>
<b>Warning on line 130</b> - Unknown tag "@endcode" used<br>
<b>Warning on line 172</b> - Unknown tag "@code" used<br>
<b>Warning on line 172</b> - Unknown tag "@endcode" used<br>
<b>Warning on line 215</b> - Unknown tag "@code" used<br>
<b>Warning on line 215</b> - Unknown tag "@endcode" used<br>
<b>Warning on line 215</b> - Unknown tag "@endcode" used<br>
<b>Warning on line 215</b> - Unknown tag "@code" used<br>
<b>Warning on line 215</b> - Unknown tag "@code" used<br>
<b>Warning on line 270</b> - Unknown tag "@code" used<br>
<b>Warning on line 270</b> - Unknown tag "@endcode" used<br>
<b>Warning on line 310</b> - Unknown tag "@code" used<br>
<b>Warning on line 270</b> - Unknown tag "@code" used<br>
<b>Warning on line 310</b> - Unknown tag "@endcode" used<br>
<b>Warning on line 310</b> - Unknown tag "@code" used<br>
<b>Warning on line 582</b> - File "/home/josh/Source/pickles/vendors/ckeditor-3.3.2/ckeditor_php5.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
<a name="collector_test.php"></a>
<h1>collector_test.php</h1>
@ -244,6 +249,14 @@
<h1>Config.php</h1>
<h2>Warnings:</h2><br>
<b>Warning on line 25</b> - no @package tag was used in a DocBlock for class Config<br>
<a name="content3-slow.php"></a>
<h1>content3-slow.php</h1>
<h2>Warnings:</h2><br>
<b>Warning on line 6</b> - File "/home/josh/Source/pickles/vendors/jquery-ui-1.8.4/development-bundle/demos/tabs/ajax/content3-slow.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
<a name="content4-broken.php"></a>
<h1>content4-broken.php</h1>
<h2>Warnings:</h2><br>
<b>Warning on line 2</b> - File "/home/josh/Source/pickles/vendors/jquery-ui-1.8.4/development-bundle/demos/tabs/ajax/content4-broken.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
<a name="Controller.php"></a>
<h1>Controller.php</h1>
<h2>Warnings:</h2><br>
@ -356,10 +369,6 @@
<b>Warning on line 153</b> - no @package tag was used in a DocBlock for class TestOfFrameNavigation<br>
<b>Warning on line 240</b> - no @package tag was used in a DocBlock for class TestOfFramesetPageInterface<br>
<b>Warning on line 548</b> - File "/home/josh/Source/pickles/vendors/SimpleTest-1.0.1/test/frames_test.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
<a name="function.html_select_time.php"></a>
<h1>function.html_select_time.php</h1>
<h2>Warnings:</h2><br>
<b>Warning on line 23</b> - Unknown tag "@credits" used<br>
<a name="http_test.php"></a>
<h1>http_test.php</h1>
<h2>Warnings:</h2><br>
@ -381,9 +390,12 @@
<a name="index.php"></a>
<h1>index.php</h1>
<h2>Warnings:</h2><br>
<b>Warning on line 7</b> - File "/home/josh/Source/pickles/sample/public/index.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
<b>Warning on line 24</b> - File "/home/josh/Source/pickles/vendors/Smarty-2.6.26/demo/index.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
<b>Warning on line 7</b> - File "/home/josh/Source/pickles/sample-site/public/index.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
<b>Warning on line 65</b> - File "/home/josh/Source/pickles/vendors/jquery-validate-1.7/demo/captcha/index.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
<a name="index.phtml"></a>
<h1>index.phtml</h1>
<h2>Warnings:</h2><br>
<b>Warning on line 13</b> - File "/home/josh/Source/pickles/sample-site/templates/index.phtml" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
<a name="interfaces_test.php"></a>
<h1>interfaces_test.php</h1>
<h2>Warnings:</h2><br>
@ -452,7 +464,6 @@
<a name="newsession.php"></a>
<h1>newsession.php</h1>
<h2>Warnings:</h2><br>
<b>Warning on line 3</b> - Page-level DocBlock precedes "require 'rand.php'", use another DocBlock to document the source element<br>
<b>Warning on line 11</b> - File "/home/josh/Source/pickles/vendors/jquery-validate-1.7/demo/captcha/newsession.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
<a name="Object.php"></a>
<h1>Object.php</h1>
@ -489,11 +500,24 @@
<a name="PHP.php"></a>
<h1>PHP.php</h1>
<h2>Warnings:</h2><br>
<b>Warning on line 26</b> - no @package tag was used in a DocBlock for class Display_PHP<br>
<b>Warning on line 23</b> - no @package tag was used in a DocBlock for class Display_PHP<br>
<a name="pickles.php"></a>
<h1>pickles.php</h1>
<h2>Warnings:</h2><br>
<b>Warning on line 36</b> - Page-level DocBlock precedes "define PICKLES_PATH", use another DocBlock to document the source element<br>
<a name="Post.php"></a>
<h1>Post.php</h1>
<h2>Warnings:</h2><br>
<b>Warning on line 17</b> - DocBlock would be page-level, but precedes class "Post", use another DocBlock to document the file<br>
<a name="posts.php"></a>
<h1>posts.php</h1>
<h2>Warnings:</h2><br>
<b>Warning on line 3</b> - no @package tag was used in a DocBlock for class posts<br>
<b>Warning on line 12</b> - File "/home/josh/Source/pickles/sample-site/modules/posts.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
<a name="posts.phtml"></a>
<h1>posts.phtml</h1>
<h2>Warnings:</h2><br>
<b>Warning on line 22</b> - File "/home/josh/Source/pickles/sample-site/templates/posts.phtml" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
<a name="process.php"></a>
<h1>process.php</h1>
<h2>Warnings:</h2><br>
@ -553,6 +577,10 @@
<h1>sample_posteddata.php</h1>
<h2>Warnings:</h2><br>
<b>Warning on line 58</b> - File "/home/josh/Source/pickles/vendors/ckeditor-3.3.2/_samples/sample_posteddata.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
<a name="search.php"></a>
<h1>search.php</h1>
<h2>Warnings:</h2><br>
<b>Warning on line 639</b> - File "/home/josh/Source/pickles/vendors/jquery-ui-1.8.4/development-bundle/demos/autocomplete/search.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
<a name="shell_test.php"></a>
<h1>shell_test.php</h1>
<h2>Warnings:</h2><br>
@ -573,10 +601,6 @@
<b>Warning on line 28</b> - no @package tag was used in a DocBlock for class DummyResource<br>
<b>Warning on line 30</b> - no @package tag was used in a DocBlock for class TestOfContext<br>
<b>Warning on line 57</b> - File "/home/josh/Source/pickles/vendors/SimpleTest-1.0.1/test/simpletest_test.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
<a name="Smarty.php"></a>
<h1>Smarty.php</h1>
<h2>Warnings:</h2><br>
<b>Warning on line 25</b> - no @package tag was used in a DocBlock for class Display_Smarty<br>
<a name="socket_test.php"></a>
<h1>socket_test.php</h1>
<h2>Warnings:</h2><br>
@ -702,7 +726,7 @@
<h2>Errors:</h2><br>
<b>Error on line 467</b> - @access was passed neither "public" nor "private." Was passed: "public."<br>
<p class="notes" id="credit">
Documentation generated on Sun, 15 Aug 2010 22:03:37 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sun, 12 Sep 2010 22:04:59 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
</p>
</body>
</html>

View file

@ -4,7 +4,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- Generated by phpDocumentor on Sun, 15 Aug 2010 22:03:36 -0400 -->
<!-- Generated by phpDocumentor on Sun, 12 Sep 2010 22:04:58 -0400 -->
<title>PHP Interface Collection of Killer Libraries to Enhance Stuff</title>
<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/>
</head>

View file

@ -30,13 +30,13 @@
<dd><a href='PICKLES/Display_JSON.html' target='right'>Display_JSON</a></dd>
<dd><a href='PICKLES/Display_PHP.html' target='right'>Display_PHP</a></dd>
<dd><a href='PICKLES/Display_RSS.html' target='right'>Display_RSS</a></dd>
<dd><a href='PICKLES/Display_Smarty.html' target='right'>Display_Smarty</a></dd>
<dd><a href='PICKLES/Display_XML.html' target='right'>Display_XML</a></dd>
<dd><a href='PICKLES/Error.html' target='right'>Error</a></dd>
<dd><a href='PICKLES/Log.html' target='right'>Log</a></dd>
<dd><a href='PICKLES/Model.html' target='right'>Model</a></dd>
<dd><a href='PICKLES/Module.html' target='right'>Module</a></dd>
<dd><a href='PICKLES/Object.html' target='right'>Object</a></dd>
<dd><a href='PICKLES/Post.html' target='right'>Post</a></dd>
<dt class="folder-title">Functions</dt>
<dd><a href='PICKLES/_pickles.php.html#function__autoload' target='right'>__autoload</a></dd>
<dt class="folder-title">Files</dt>
@ -51,10 +51,9 @@
<dd><a href='PICKLES/_classes---Module.php.html' target='right'>Module.php</a></dd>
<dd><a href='PICKLES/_classes---Object.php.html' target='right'>Object.php</a></dd>
<dd><a href='PICKLES/_classes---Display---PHP.php.html' target='right'>PHP.php</a></dd>
<dd><a href='PICKLES/_scripts---pickle.php.html' target='right'>pickle.php</a></dd>
<dd><a href='PICKLES/_pickles.php.html' target='right'>pickles.php</a></dd>
<dd><a href='PICKLES/_sample-site---models---Post.php.html' target='right'>Post.php</a></dd>
<dd><a href='PICKLES/_classes---Display---RSS.php.html' target='right'>RSS.php</a></dd>
<dd><a href='PICKLES/_classes---Display---Smarty.php.html' target='right'>Smarty.php</a></dd>
<dd><a href='PICKLES/_classes---Display---XML.php.html' target='right'>XML.php</a></dd>

View file

@ -687,7 +687,7 @@ Public License instead of this License. But first, please read
</pre>
<p class="notes" id="credit">
Documentation generated on Sun, 15 Aug 2010 22:03:36 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sun, 12 Sep 2010 22:04:58 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
</p>
</body>
</html>

View file

@ -32,11 +32,14 @@ Installation Guide
php_value include_path .:/usr/share/pickles
3. Run the PICKLE site generation script (oh wait, there isn't one).
3. Peep the sample-site directory, this contains a working site that should be
fairly easy to get up and running.
4. If all else fails, get in touch!
</pre>
<p class="notes" id="credit">
Documentation generated on Sun, 15 Aug 2010 22:03:36 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sun, 12 Sep 2010 22:04:58 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
</p>
</body>
</html>

View file

@ -92,7 +92,7 @@ Get the facts!
</pre>
<p class="notes" id="credit">
Documentation generated on Sun, 15 Aug 2010 22:03:36 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sun, 12 Sep 2010 22:04:58 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
</p>
</body>
</html>

View file

@ -39,7 +39,7 @@
<li>Error handling is non-existant.</li>
</ul>
<p class="notes" id="credit">
Documentation generated on Sun, 15 Aug 2010 22:03:37 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sun, 12 Sep 2010 22:04:59 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
</p>
</body>
</html>

View file

@ -1,3 +1,3 @@
#!/bin/bash
rm ../../docs -rf
phpdoc -d ../../ -t ../../docs -ct usage -ti "PHP Interface Collection of Killer Libraries to Enhance Stuff" -ric README,INSTALL,COPYING,TODO -po PICKLES -s