Updated documentation.

* Includes documentation on the new XML Display class.
This commit is contained in:
Josh Sherman 2010-03-27 15:26:21 -04:00
parent f4cf8d5a9a
commit a3e16f6006
39 changed files with 389 additions and 63 deletions

View file

@ -251,7 +251,7 @@
<p class="notes" id="credit">
Documentation generated on Fri, 26 Mar 2010 17:35:36 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sat, 27 Mar 2010 15:25:51 -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 Fri, 26 Mar 2010 17:35:36 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sat, 27 Mar 2010 15:25:52 -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 Fri, 26 Mar 2010 17:35:36 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sat, 27 Mar 2010 15:25:52 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
</p>
</div></body>
</html>

View file

@ -61,6 +61,12 @@
<td>
JSON Display
</td>
</tr>
<tr>
<td style="padding-right: 2em"><a href="../PICKLES/Display_XML.html">Display_XML</a></td>
<td>
XML Display
</td>
</tr>
<tr>
<td style="padding-right: 2em"><a href="../PICKLES/Display_RSS.html">Display_RSS</a></td>
@ -419,6 +425,10 @@
: Renders the data in JSON format
</li>
<li>
<a href="../PICKLES/Display_XML.html#methodrender">Display_XML::render()</a>
: Renders the data in XML format
</li>
<li>
<a href="../PICKLES/Display_RSS.html#methodrender">Display_RSS::render()</a>
: Render the RSS feed data
</li>
@ -470,7 +480,7 @@
<p class="notes" id="credit">
Documentation generated on Fri, 26 Mar 2010 17:35:36 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sat, 27 Mar 2010 15:25:51 -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 Fri, 26 Mar 2010 17:35:36 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sat, 27 Mar 2010 15:25:52 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
</p>
</div></body>
</html>

View file

@ -215,7 +215,7 @@
<p class="notes" id="credit">
Documentation generated on Fri, 26 Mar 2010 17:35:37 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sat, 27 Mar 2010 15:25:52 -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 Fri, 26 Mar 2010 17:35:37 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sat, 27 Mar 2010 15:25:52 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
</p>
</div></body>
</html>

View file

@ -216,7 +216,7 @@
<p class="notes" id="credit">
Documentation generated on Fri, 26 Mar 2010 17:35:37 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sat, 27 Mar 2010 15:25:52 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
</p>
</div></body>
</html>

View file

@ -0,0 +1,180 @@
<?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_XML</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_XML</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-vars">Vars</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">XML Display</p>
<p class="description"><p>Displays data in JavaScript Object Notation.</p><p>Requires PHP 5 &gt;= 5.2.0 or PECL json &gt;= 1.2.0 Note: PECL json 1.2.1 is included /vendors</p></p>
<ul class="tags">
<li><span class="field">link:</span> <a href="http://pecl.php.net/package/json">http://pecl.php.net/package/json</a></li>
<li><span class="field">link:</span> <a href="http://us.php.net/json_encode">http://us.php.net/json_encode</a></li>
<li><span class="field">link:</span> <a href="http://json.org/">http://json.org/</a></li>
</ul>
<p class="notes">
Located in <a class="field" href="_classes---Display---XML.php.html">/classes/Display/XML.php</a> (line <span class="field">30</span>)
</p>
<pre><a href="../PICKLES/Object.html">Object</a>
|
--<a href="../PICKLES/Display_Common.html">Display_Common</a>
|
--Display_XML</pre>
</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-vars">Vars</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">
<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$extension">Display_Common::$extension</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-vars">Vars</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="oddrow">
<div class="method-header">
<span class="method-title">render</span> (line <span class="line-number">35</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Renders the data in XML format</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 Sat, 27 Mar 2010 15:25:52 -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 Fri, 26 Mar 2010 17:35:36 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sat, 27 Mar 2010 15:25:52 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
</p>
</div></body>
</html>

View file

@ -640,7 +640,7 @@
<p class="notes" id="credit">
Documentation generated on Fri, 26 Mar 2010 17:35:36 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sat, 27 Mar 2010 15:25:52 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
</p>
</div></body>
</html>

View file

@ -543,7 +543,7 @@
<p class="notes" id="credit">
Documentation generated on Fri, 26 Mar 2010 17:35:37 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sat, 27 Mar 2010 15:25:52 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
</p>
</div></body>
</html>

View file

@ -247,7 +247,7 @@
<p class="notes" id="credit">
Documentation generated on Fri, 26 Mar 2010 17:35:37 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sat, 27 Mar 2010 15:25:52 -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 Fri, 26 Mar 2010 17:35:36 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sat, 27 Mar 2010 15:25:51 -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 Fri, 26 Mar 2010 17:35:36 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sat, 27 Mar 2010 15:25:52 -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 Fri, 26 Mar 2010 17:35:36 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sat, 27 Mar 2010 15:25:52 -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 Fri, 26 Mar 2010 17:35:36 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sat, 27 Mar 2010 15:25:51 -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 Fri, 26 Mar 2010 17:35:36 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sat, 27 Mar 2010 15:25:52 -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 Fri, 26 Mar 2010 17:35:37 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sat, 27 Mar 2010 15:25:52 -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 Fri, 26 Mar 2010 17:35:37 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sat, 27 Mar 2010 15:25:52 -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 Fri, 26 Mar 2010 17:35:37 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sat, 27 Mar 2010 15:25:52 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
</p>
</div></body>
</html>

View file

@ -0,0 +1,68 @@
<?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 XML.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/XML.php</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-classes">Classes</a>
</div>
<div class="info-box-body">
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">XML 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>
<a name="sec-classes"></a>
<div class="info-box">
<div class="info-box-title">Classes</div>
<div class="nav-bar">
<a href="#sec-description">Description</a> |
<span class="disabled">Classes</span>
</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; vertical-align: top">
<a href="../PICKLES/Display_XML.html">Display_XML</a>
</td>
<td>
XML Display
</td>
</tr>
</table>
</div>
</div>
<p class="notes" id="credit">
Documentation generated on Sat, 27 Mar 2010 15:25:52 -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 Fri, 26 Mar 2010 17:35:36 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sat, 27 Mar 2010 15:25:52 -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 Fri, 26 Mar 2010 17:35:36 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sat, 27 Mar 2010 15:25:52 -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 Fri, 26 Mar 2010 17:35:37 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sat, 27 Mar 2010 15:25:52 -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 Fri, 26 Mar 2010 17:35:37 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sat, 27 Mar 2010 15:25:52 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
</p>
</div></body>
</html>

View file

@ -303,7 +303,7 @@
</div>
<p class="notes" id="credit">
Documentation generated on Fri, 26 Mar 2010 17:35:37 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sat, 27 Mar 2010 15:25:52 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
</p>
</div></body>
</html>

View file

@ -37,7 +37,7 @@
<p class="notes" id="credit">
Documentation generated on Fri, 26 Mar 2010 17:35:37 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sat, 27 Mar 2010 15:25:52 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
</p>
</div></body>
</html>

View file

@ -21,12 +21,12 @@
<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></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_Smarty.html">Display_Smarty</a></li><li><a href="PICKLES/Display_XML.html">Display_XML</a></li></ul></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>
</ul>
<p class="notes" id="credit">
Documentation generated on Fri, 26 Mar 2010 17:35:36 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sat, 27 Mar 2010 15:25:51 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
</p>
</body>
</html>

View file

@ -36,6 +36,7 @@
<a class="index-letter" href="elementindex.html#t">t</a>
<a class="index-letter" href="elementindex.html#u">u</a>
<a class="index-letter" href="elementindex.html#w">w</a>
<a class="index-letter" href="elementindex.html#x">x</a>
<a class="index-letter" href="elementindex.html#_">_</a>
</div>
@ -270,6 +271,13 @@
<dd class="index-item-body">
<div class="index-item-details"><a href="PICKLES/_pickles.php.html#defineDISPLAY_SMARTY">DISPLAY_SMARTY</a> in pickles.php</div>
</dd>
<dt class="field">
Display_XML
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PICKLES/Display_XML.html">Display_XML</a> in XML.php</div>
<div class="index-item-description">XML Display</div>
</dd>
<dt class="field">
<span class="const-title">DISPLAY_XML</span>
</dt>
@ -677,15 +685,22 @@
<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>
<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>
</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_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_XML.html#methodrender">Display_XML::render()</a> in XML.php</div>
<div class="index-item-description">Renders the data in XML 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_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>
@ -698,15 +713,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>
@ -842,6 +857,20 @@
<div class="index-item-description">Log Warning</div>
</dd>
</dl>
<a name="x"></a>
<div class="index-letter-section">
<div style="float: left" class="index-letter-title">x</div>
<div style="float: right"><a href="#top">top</a></div>
<div style="clear: both"></div>
</div>
<dl>
<dt class="field">
<span class="include-title">XML.php</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PICKLES/_classes---Display---XML.php.html">XML.php</a> in XML.php</div>
</dd>
</dl>
<a name="_"></a>
<div class="index-letter-section">
<div style="float: left" class="index-letter-title">_</div>
@ -977,6 +1006,7 @@
<a class="index-letter" href="elementindex.html#t">t</a>
<a class="index-letter" href="elementindex.html#u">u</a>
<a class="index-letter" href="elementindex.html#w">w</a>
<a class="index-letter" href="elementindex.html#x">x</a>
<a class="index-letter" href="elementindex.html#_">_</a>
</div> </body>
</html>

View file

@ -33,6 +33,7 @@
<a class="index-letter" href="elementindex_PICKLES.html#t">t</a>
<a class="index-letter" href="elementindex_PICKLES.html#u">u</a>
<a class="index-letter" href="elementindex_PICKLES.html#w">w</a>
<a class="index-letter" href="elementindex_PICKLES.html#x">x</a>
<a class="index-letter" href="elementindex_PICKLES.html#_">_</a>
</div>
@ -380,6 +381,13 @@
<dd class="index-item-body">
<div class="index-item-details"><a href="PICKLES/_pickles.php.html#defineDISPLAY_SMARTY">DISPLAY_SMARTY</a> in pickles.php</div>
</dd>
<dt class="field">
Display_XML
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PICKLES/Display_XML.html">Display_XML</a> in XML.php</div>
<div class="index-item-description">XML Display</div>
</dd>
<dt class="field">
<span class="const-title">DISPLAY_XML</span>
</dt>
@ -787,15 +795,22 @@
<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>
<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>
</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_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_XML.html#methodrender">Display_XML::render()</a> in XML.php</div>
<div class="index-item-description">Renders the data in XML 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_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>
@ -808,15 +823,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>
@ -952,6 +967,20 @@
<div class="index-item-description">Log Warning</div>
</dd>
</dl>
<a name="x"></a>
<div class="index-letter-section">
<div style="float: left" class="index-letter-title">x</div>
<div style="float: right"><a href="#top">top</a></div>
<div style="clear: both"></div>
</div>
<dl>
<dt class="field">
<span class="include-title">XML.php</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="PICKLES/_classes---Display---XML.php.html">XML.php</a> in XML.php</div>
</dd>
</dl>
<div class="index-letter-menu">
<a class="index-letter" href="elementindex_PICKLES.html#a">a</a>
@ -974,6 +1003,7 @@
<a class="index-letter" href="elementindex_PICKLES.html#t">t</a>
<a class="index-letter" href="elementindex_PICKLES.html#u">u</a>
<a class="index-letter" href="elementindex_PICKLES.html#w">w</a>
<a class="index-letter" href="elementindex_PICKLES.html#x">x</a>
<a class="index-letter" href="elementindex_PICKLES.html#_">_</a>
</div> </body>
</html>

View file

@ -90,6 +90,7 @@
<a href="#user_agent_test.php">user_agent_test.php</a><br>
<a href="#visual_test.php">visual_test.php</a><br>
<a href="#web_tester_test.php">web_tester_test.php</a><br>
<a href="#XML.php">XML.php</a><br>
<a href="#xml_test.php">xml_test.php</a><br>
<a name="acceptance_test.php"></a>
<h1>acceptance_test.php</h1>
@ -167,49 +168,49 @@
<b>Warning on line 17</b> - Unknown tag "@code" used<br>
<b>Warning on line 17</b> - Unknown tag "@endcode" 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 "@code" used<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 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 "@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 "@code" used<br>
<b>Warning on line 70</b> - Unknown tag "@code" used<br>
<b>Warning on line 134</b> - Unknown tag "@code" 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>
<b>Warning on line 176</b> - Unknown tag "@endcode" used<br>
<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 "@endcode" used<br>
<b>Warning on line 219</b> - Unknown tag "@code" used<br>
<b>Warning on line 274</b> - Unknown tag "@endcode" used<br>
<b>Warning on line 219</b> - Unknown tag "@endcode" 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 "@endcode" used<br>
<b>Warning on line 314</b> - Unknown tag "@code" used<br>
<b>Warning on line 592</b> - File "/home/josh/Source/pickles/vendors/ckeditor-3.2/ckeditor_php4.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
<a name="ckeditor_php5.php"></a>
<h1>ckeditor_php5.php</h1>
<h2>Warnings:</h2><br>
<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 17</b> - Unknown tag "@endcode" 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 "@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 49</b> - Unknown tag "@endcode" used<br>
<b>Warning on line 68</b> - Unknown tag "@endcode" used<br>
<b>Warning on line 68</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 "@code" used<br>
<b>Warning on line 130</b> - Unknown tag "@endcode" used<br>
<b>Warning on line 172</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 172</b> - Unknown tag "@code" used<br>
<b>Warning on line 215</b> - Unknown tag "@endcode" 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 "@code" used<br>
<b>Warning on line 215</b> - Unknown tag "@endcode" used<br>
<b>Warning on line 270</b> - Unknown tag "@endcode" used<br>
<b>Warning on line 270</b> - Unknown tag "@code" used<br>
<b>Warning on line 310</b> - Unknown tag "@endcode" used<br>
@ -375,6 +376,7 @@
<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 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="interfaces_test.php"></a>
@ -677,6 +679,10 @@
<b>Warning on line 129</b> - no @package tag was used in a DocBlock for class TestOfTextExpectations<br>
<b>Warning on line 148</b> - no @package tag was used in a DocBlock for class TestOfGenericAssertionsInWebTester<br>
<b>Warning on line 155</b> - File "/home/josh/Source/pickles/vendors/SimpleTest-1.0.1/test/web_tester_test.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
<a name="XML.php"></a>
<h1>XML.php</h1>
<h2>Warnings:</h2><br>
<b>Warning on line 30</b> - no @package tag was used in a DocBlock for class Display_XML<br>
<a name="xml_test.php"></a>
<h1>xml_test.php</h1>
<h2>Warnings:</h2><br>
@ -690,7 +696,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 Fri, 26 Mar 2010 17:35:37 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sat, 27 Mar 2010 15:25:52 -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 Fri, 26 Mar 2010 17:35:36 -0400 -->
<!-- Generated by phpDocumentor on Sat, 27 Mar 2010 15:25:51 -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

@ -31,6 +31,7 @@
<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/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>
@ -52,6 +53,7 @@
<dd><a href='PICKLES/_pickles.php.html' target='right'>pickles.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>
</dl>

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 Fri, 26 Mar 2010 17:35:36 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sat, 27 Mar 2010 15:25:51 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
</p>
</body>
</html>

View file

@ -36,7 +36,7 @@ Installation Guide
</pre>
<p class="notes" id="credit">
Documentation generated on Fri, 26 Mar 2010 17:35:36 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sat, 27 Mar 2010 15:25:51 -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 Fri, 26 Mar 2010 17:35:35 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sat, 27 Mar 2010 15:25:51 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
</p>
</body>
</html>

View file

@ -33,7 +33,7 @@ To Do List
</pre>
<p class="notes" id="credit">
Documentation generated on Fri, 26 Mar 2010 17:35:36 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sat, 27 Mar 2010 15:25:51 -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 Fri, 26 Mar 2010 17:35:37 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
Documentation generated on Sat, 27 Mar 2010 15:25:52 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
</p>
</body>
</html>