Updated docs, moved doc generator script up a directory and added a markdown file extension on the README file.
This commit is contained in:
parent
2d466d98e7
commit
9f3f041514
61 changed files with 1200 additions and 863 deletions
|
@ -308,7 +308,7 @@
|
|||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Thu, 14 Oct 2010 20:15:16 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Oct 2010 23:17:22 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
|
@ -119,7 +119,7 @@
|
|||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">Constructor __construct</span> (line <span class="line-number">36</span>)
|
||||
<span class="method-title">Constructor __construct</span> (line <span class="line-number">48</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
|
@ -150,7 +150,7 @@
|
|||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">Destructor __destruct</span> (line <span class="line-number">221</span>)
|
||||
<span class="method-title">Destructor __destruct</span> (line <span class="line-number">246</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
|
@ -179,7 +179,7 @@
|
|||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">prepareVariables</span> (line <span class="line-number">231</span>)
|
||||
<span class="method-title">prepareVariables</span> (line <span class="line-number">257</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
|
@ -218,7 +218,7 @@
|
|||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Thu, 14 Oct 2010 20:15:16 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Oct 2010 23:17:22 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
|
@ -195,7 +195,7 @@
|
|||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Thu, 14 Oct 2010 20:15:16 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Oct 2010 23:17:22 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
|
@ -55,6 +55,12 @@
|
|||
<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/Database_Mongo.html">Database_Mongo</a></td>
|
||||
<td>
|
||||
Mongo Database Abstraction Layer
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding-right: 2em"><a href="../PICKLES/Database_PDO_Common.html">Database_PDO_Common</a></td>
|
||||
|
@ -264,6 +270,10 @@
|
|||
<div class="notes">Redefined in descendants as:</div>
|
||||
<ul class="redefinitions">
|
||||
<li>
|
||||
<a href="../PICKLES/Database_Mongo.html#var$driver">Database_Mongo::$driver</a>
|
||||
: Driver
|
||||
</li>
|
||||
<li>
|
||||
<a href="../PICKLES/Database_PDO_MySQL.html#var$driver">Database_PDO_MySQL::$driver</a>
|
||||
: Driver
|
||||
</li>
|
||||
|
@ -519,6 +529,10 @@
|
|||
<div class="notes">Redefined in descendants as:</div>
|
||||
<ul class="redefinitions">
|
||||
<li>
|
||||
<a href="../PICKLES/Database_Mongo.html#methodclose">Database_Mongo::close()</a>
|
||||
: Closes database connection
|
||||
</li>
|
||||
<li>
|
||||
<a href="../PICKLES/Database_PDO_Common.html#methodclose">Database_PDO_Common::close()</a>
|
||||
: Closes database connection
|
||||
</li>
|
||||
|
@ -554,6 +568,10 @@
|
|||
<div class="notes">Redefined in descendants as:</div>
|
||||
<ul class="redefinitions">
|
||||
<li>
|
||||
<a href="../PICKLES/Database_Mongo.html#methodopen">Database_Mongo::open()</a>
|
||||
: Opens database connection
|
||||
</li>
|
||||
<li>
|
||||
<a href="../PICKLES/Database_PDO_Common.html#methodopen">Database_PDO_Common::open()</a>
|
||||
: Opens database connection
|
||||
</li>
|
||||
|
@ -748,7 +766,7 @@
|
|||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Thu, 14 Oct 2010 20:15:16 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Oct 2010 23:17:22 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
362
docs/PICKLES/Database_Mongo.html
Normal file
362
docs/PICKLES/Database_Mongo.html
Normal file
|
@ -0,0 +1,362 @@
|
|||
<?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 Database_Mongo</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 Database_Mongo</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">Mongo Database Abstraction Layer</p>
|
||||
<p class="notes">
|
||||
Located in <a class="field" href="_classes---Database---Mongo.php.html">/classes/Database/Mongo.php</a> (line <span class="field">21</span>)
|
||||
</p>
|
||||
|
||||
|
||||
<pre><a href="../PICKLES/Object.html">Object</a>
|
||||
|
|
||||
--<a href="../PICKLES/Database_Common.html">Database_Common</a>
|
||||
|
|
||||
--Database_Mongo</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="#$driver" title="details" class="var-name">$driver</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">boolean</span>
|
||||
<a href="#close" title="details" class="method-name">close</a>
|
||||
()
|
||||
</div>
|
||||
<div class="method-definition">
|
||||
<span class="method-result">void</span>
|
||||
<a href="#fetch" title="details" class="method-name">fetch</a>
|
||||
(<span class="var-type"></span> <span class="var-name">$collection</span>, <span class="var-type"></span> <span class="var-name">$query</span>, [<span class="var-type"></span> <span class="var-name">$fields</span> = <span class="var-default">null</span>], [<span class="var-type"></span> <span class="var-name">$return_type</span> = <span class="var-default">null</span>])
|
||||
</div>
|
||||
<div class="method-definition">
|
||||
<span class="method-result">void</span>
|
||||
<a href="#fetchAll" title="details" class="method-name">fetchAll</a>
|
||||
(<span class="var-type"></span> <span class="var-name">$collection</span>, <span class="var-type"></span> <span class="var-name">$query</span>, [<span class="var-type"></span> <span class="var-name">$fields</span> = <span class="var-default">null</span>])
|
||||
</div>
|
||||
<div class="method-definition">
|
||||
<span class="method-result">boolean</span>
|
||||
<a href="#open" title="details" class="method-name">open</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$driver" id="$driver"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="var-header">
|
||||
<span class="var-title">
|
||||
<span class="var-type">string</span>
|
||||
<span class="var-name">$driver</span>
|
||||
= <span class="var-default"> 'mongo'</span> (line <span class="line-number">29</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
<p class="short-description">Driver</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/Database_Common.html#var$driver">Database_Common::$driver</a></dt>
|
||||
<dd>Driver</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<h4>Inherited Variables</h4>
|
||||
<A NAME='inherited_vars'><!-- --></A>
|
||||
<p>Inherited from <span class="classname"><a href="../PICKLES/Database_Common.html">Database_Common</a></span></p>
|
||||
<blockquote>
|
||||
<span class="var-title">
|
||||
<span class="var-name"><a href="../PICKLES/Database_Common.html#var$connection">Database_Common::$connection</a></span><br>
|
||||
</span>
|
||||
<span class="var-title">
|
||||
<span class="var-name"><a href="../PICKLES/Database_Common.html#var$database">Database_Common::$database</a></span><br>
|
||||
</span>
|
||||
<span class="var-title">
|
||||
<span class="var-name"><a href="../PICKLES/Database_Common.html#var$hostname">Database_Common::$hostname</a></span><br>
|
||||
</span>
|
||||
<span class="var-title">
|
||||
<span class="var-name"><a href="../PICKLES/Database_Common.html#var$password">Database_Common::$password</a></span><br>
|
||||
</span>
|
||||
<span class="var-title">
|
||||
<span class="var-name"><a href="../PICKLES/Database_Common.html#var$port">Database_Common::$port</a></span><br>
|
||||
</span>
|
||||
<span class="var-title">
|
||||
<span class="var-name"><a href="../PICKLES/Database_Common.html#var$results">Database_Common::$results</a></span><br>
|
||||
</span>
|
||||
<span class="var-title">
|
||||
<span class="var-name"><a href="../PICKLES/Database_Common.html#var$socket">Database_Common::$socket</a></span><br>
|
||||
</span>
|
||||
<span class="var-title">
|
||||
<span class="var-name"><a href="../PICKLES/Database_Common.html#var$username">Database_Common::$username</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>
|
||||
<span class="var-title">
|
||||
<span class="var-name"><a href="../PICKLES/Object.html#var$instances">Object::$instances</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="methodclose" id="close"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">close</span> (line <span class="line-number">87</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
<p class="short-description">Closes database connection</p>
|
||||
<p class="description"><p>Sets the connection to null regardless of state.</p></p>
|
||||
<ul class="tags">
|
||||
<li><span class="field">return:</span> always true</li>
|
||||
<li><span class="field">access:</span> public</li>
|
||||
</ul>
|
||||
|
||||
<div class="method-signature">
|
||||
<span class="method-result">boolean</span>
|
||||
<span class="method-name">
|
||||
close
|
||||
</span>
|
||||
()
|
||||
</div>
|
||||
|
||||
|
||||
<hr class="separator" />
|
||||
<div class="notes">Redefinition of:</div>
|
||||
<dl>
|
||||
<dt><a href="../PICKLES/Database_Common.html#methodclose">Database_Common::close()</a></dt>
|
||||
<dd>Closes database connection</dd>
|
||||
</dl>
|
||||
|
||||
</div>
|
||||
<a name="methodfetch" id="fetch"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">fetch</span> (line <span class="line-number">106</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
<p class="short-description">Fetch a single row from the database</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">
|
||||
fetch
|
||||
</span>
|
||||
(<span class="var-type"></span> <span class="var-name">$collection</span>, <span class="var-type"></span> <span class="var-name">$query</span>, [<span class="var-type"></span> <span class="var-name">$fields</span> = <span class="var-default">null</span>], [<span class="var-type"></span> <span class="var-name">$return_type</span> = <span class="var-default">null</span>])
|
||||
</div>
|
||||
|
||||
<ul class="parameters">
|
||||
<li>
|
||||
<span class="var-type"></span>
|
||||
<span class="var-name">$collection</span> </li>
|
||||
<li>
|
||||
<span class="var-type"></span>
|
||||
<span class="var-name">$query</span> </li>
|
||||
<li>
|
||||
<span class="var-type"></span>
|
||||
<span class="var-name">$fields</span> </li>
|
||||
<li>
|
||||
<span class="var-type"></span>
|
||||
<span class="var-name">$return_type</span> </li>
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
<a name="methodfetchAll" id="fetchAll"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">fetchAll</span> (line <span class="line-number">127</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
<p class="short-description">Fetches all rows as an array</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">
|
||||
fetchAll
|
||||
</span>
|
||||
(<span class="var-type"></span> <span class="var-name">$collection</span>, <span class="var-type"></span> <span class="var-name">$query</span>, [<span class="var-type"></span> <span class="var-name">$fields</span> = <span class="var-default">null</span>])
|
||||
</div>
|
||||
|
||||
<ul class="parameters">
|
||||
<li>
|
||||
<span class="var-type"></span>
|
||||
<span class="var-name">$collection</span> </li>
|
||||
<li>
|
||||
<span class="var-type"></span>
|
||||
<span class="var-name">$query</span> </li>
|
||||
<li>
|
||||
<span class="var-type"></span>
|
||||
<span class="var-name">$fields</span> </li>
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
<a name="methodopen" id="open"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">open</span> (line <span class="line-number">39</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
<p class="short-description">Opens database connection</p>
|
||||
<p class="description"><p>Establishes a connection to the database based on the set configuration options.</p></p>
|
||||
<ul class="tags">
|
||||
<li><span class="field">return:</span> true on success, throws an exception overwise</li>
|
||||
<li><span class="field">access:</span> public</li>
|
||||
</ul>
|
||||
|
||||
<div class="method-signature">
|
||||
<span class="method-result">boolean</span>
|
||||
<span class="method-name">
|
||||
open
|
||||
</span>
|
||||
()
|
||||
</div>
|
||||
|
||||
|
||||
<hr class="separator" />
|
||||
<div class="notes">Redefinition of:</div>
|
||||
<dl>
|
||||
<dt><a href="../PICKLES/Database_Common.html#methodopen">Database_Common::open()</a></dt>
|
||||
<dd>Opens database connection</dd>
|
||||
</dl>
|
||||
|
||||
</div>
|
||||
<h4>Inherited Methods</h4>
|
||||
<a name='inherited_methods'><!-- --></a>
|
||||
<!-- =========== Summary =========== -->
|
||||
<p>Inherited From <span class="classname"><a href="../PICKLES/Database_Common.html">Database_Common</a></span></p>
|
||||
<blockquote>
|
||||
<span class="method-name"><a href="../PICKLES/Database_Common.html#method__construct">Database_Common::__construct()</a></span><br>
|
||||
<span class="method-name"><a href="../PICKLES/Database_Common.html#methodclose">Database_Common::close()</a></span><br>
|
||||
<span class="method-name"><a href="../PICKLES/Database_Common.html#methodopen">Database_Common::open()</a></span><br>
|
||||
<span class="method-name"><a href="../PICKLES/Database_Common.html#methodsetDatabase">Database_Common::setDatabase()</a></span><br>
|
||||
<span class="method-name"><a href="../PICKLES/Database_Common.html#methodsetHostname">Database_Common::setHostname()</a></span><br>
|
||||
<span class="method-name"><a href="../PICKLES/Database_Common.html#methodsetPassword">Database_Common::setPassword()</a></span><br>
|
||||
<span class="method-name"><a href="../PICKLES/Database_Common.html#methodsetPort">Database_Common::setPort()</a></span><br>
|
||||
<span class="method-name"><a href="../PICKLES/Database_Common.html#methodsetSocket">Database_Common::setSocket()</a></span><br>
|
||||
<span class="method-name"><a href="../PICKLES/Database_Common.html#methodsetUsername">Database_Common::setUsername()</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>
|
||||
<span class="method-name"><a href="../PICKLES/Object.html#methodgetInstance">Object::getInstance()</a></span><br>
|
||||
<span class="method-name"><a href="../PICKLES/Object.html#method__destruct">Object::__destruct()</a></span><br>
|
||||
</blockquote>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Sun, 17 Oct 2010 23:17:23 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
|
@ -171,7 +171,7 @@
|
|||
</div>
|
||||
<div class="info-box-body">
|
||||
<a name="var$attributes" id="$attributes"><!-- --></A>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="var-header">
|
||||
<span class="var-title">
|
||||
|
@ -193,7 +193,7 @@
|
|||
|
||||
</div>
|
||||
<a name="var$dsn" id="$dsn"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<span class="var-title">
|
||||
|
@ -289,7 +289,7 @@
|
|||
<A NAME='method_detail'></A>
|
||||
|
||||
<a name="method__construct" id="__construct"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">Constructor __construct</span> (line <span class="line-number">48</span>)
|
||||
|
@ -319,7 +319,7 @@
|
|||
|
||||
</div>
|
||||
<a name="methodclose" id="close"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">close</span> (line <span class="line-number">107</span>)
|
||||
|
@ -351,7 +351,7 @@
|
|||
|
||||
</div>
|
||||
<a name="methodexecute" id="execute"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">execute</span> (line <span class="line-number">124</span>)
|
||||
|
@ -385,7 +385,7 @@
|
|||
|
||||
</div>
|
||||
<a name="methodfetch" id="fetch"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">fetch</span> (line <span class="line-number">206</span>)
|
||||
|
@ -421,7 +421,7 @@
|
|||
|
||||
</div>
|
||||
<a name="methodfetchAll" id="fetchAll"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">fetchAll</span> (line <span class="line-number">255</span>)
|
||||
|
@ -453,7 +453,7 @@
|
|||
|
||||
</div>
|
||||
<a name="methodfetchColumn" id="fetchColumn"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">fetchColumn</span> (line <span class="line-number">243</span>)
|
||||
|
@ -486,7 +486,7 @@
|
|||
|
||||
</div>
|
||||
<a name="methodopen" id="open"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">open</span> (line <span class="line-number">67</span>)
|
||||
|
@ -545,7 +545,7 @@
|
|||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Thu, 14 Oct 2010 20:15:16 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Oct 2010 23:17:22 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
|
@ -263,7 +263,7 @@
|
|||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Thu, 14 Oct 2010 20:15:17 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Oct 2010 23:17:23 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
|
@ -263,7 +263,7 @@
|
|||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Thu, 14 Oct 2010 20:15:17 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Oct 2010 23:17:23 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
|
@ -234,7 +234,7 @@
|
|||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Thu, 14 Oct 2010 20:15:17 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Oct 2010 23:17:23 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
|
@ -193,7 +193,7 @@
|
|||
</div>
|
||||
<div class="info-box-body">
|
||||
<a name="var$child_template" id="$child_template"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<span class="var-title">
|
||||
|
@ -215,7 +215,7 @@
|
|||
|
||||
</div>
|
||||
<a name="var$css_class" id="$css_class"><!-- --></A>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="var-header">
|
||||
<span class="var-title">
|
||||
|
@ -237,7 +237,7 @@
|
|||
|
||||
</div>
|
||||
<a name="var$extension" id="$extension"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<span class="var-title">
|
||||
|
@ -268,7 +268,7 @@
|
|||
|
||||
</div>
|
||||
<a name="var$js_basename" id="$js_basename"><!-- --></A>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="var-header">
|
||||
<span class="var-title">
|
||||
|
@ -290,7 +290,7 @@
|
|||
|
||||
</div>
|
||||
<a name="var$meta_data" id="$meta_data"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<span class="var-title">
|
||||
|
@ -312,7 +312,7 @@
|
|||
|
||||
</div>
|
||||
<a name="var$module_return" id="$module_return"><!-- --></A>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="var-header">
|
||||
<span class="var-title">
|
||||
|
@ -334,7 +334,7 @@
|
|||
|
||||
</div>
|
||||
<a name="var$parent_template" id="$parent_template"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<span class="var-title">
|
||||
|
@ -384,7 +384,7 @@
|
|||
<A NAME='method_detail'></A>
|
||||
|
||||
<a name="method__construct" id="__construct"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">Constructor __construct</span> (line <span class="line-number">87</span>)
|
||||
|
@ -415,7 +415,7 @@
|
|||
|
||||
</div>
|
||||
<a name="methodrender" id="render"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">render</span> (line <span class="line-number">188</span>)
|
||||
|
@ -460,7 +460,7 @@
|
|||
</ul>
|
||||
</div>
|
||||
<a name="methodsetMetaData" id="setMetaData"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">setMetaData</span> (line <span class="line-number">153</span>)
|
||||
|
@ -490,7 +490,7 @@
|
|||
|
||||
</div>
|
||||
<a name="methodsetModuleReturn" id="setModuleReturn"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">setModuleReturn</span> (line <span class="line-number">165</span>)
|
||||
|
@ -520,7 +520,7 @@
|
|||
|
||||
</div>
|
||||
<a name="methodsetTemplateVariables" id="setTemplateVariables"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">setTemplateVariables</span> (line <span class="line-number">137</span>)
|
||||
|
@ -559,7 +559,7 @@
|
|||
|
||||
</div>
|
||||
<a name="methodtemplateExists" id="templateExists"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">templateExists</span> (line <span class="line-number">178</span>)
|
||||
|
@ -607,7 +607,7 @@
|
|||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Thu, 14 Oct 2010 20:15:16 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Oct 2010 23:17:22 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
|
@ -133,7 +133,7 @@
|
|||
<A NAME='method_detail'></A>
|
||||
|
||||
<a name="methodrender" id="render"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">render</span> (line <span class="line-number">35</span>)
|
||||
|
@ -187,7 +187,7 @@
|
|||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Thu, 14 Oct 2010 20:15:17 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Oct 2010 23:17:22 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
|
@ -264,7 +264,7 @@
|
|||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Thu, 14 Oct 2010 20:15:17 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Oct 2010 23:17:23 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
|
@ -188,7 +188,7 @@
|
|||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Thu, 14 Oct 2010 20:15:17 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Oct 2010 23:17:23 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
|
@ -187,7 +187,7 @@
|
|||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Thu, 14 Oct 2010 20:15:17 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Oct 2010 23:17:23 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
235
docs/PICKLES/Dynamic.html
Normal file
235
docs/PICKLES/Dynamic.html
Normal file
|
@ -0,0 +1,235 @@
|
|||
<?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 Dynamic</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 Dynamic</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">Dynamic Class</p>
|
||||
<p class="description"><p>Handles generating links to static content that are a timestamp injected as to avoid hard caching. Also minifies content where applicable.</p></p>
|
||||
<p class="notes">
|
||||
Located in <a class="field" href="_classes---Dynamic.php.html">/classes/Dynamic.php</a> (line <span class="field">24</span>)
|
||||
</p>
|
||||
|
||||
|
||||
<pre><a href="../PICKLES/Object.html">Object</a>
|
||||
|
|
||||
--Dynamic</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">string</span>
|
||||
<a href="#css" title="details" class="method-name">css</a>
|
||||
(<span class="var-type"></span> <span class="var-name">$original_reference</span>, <span class="var-type">string</span> <span class="var-name">$reference</span>)
|
||||
</div>
|
||||
<div class="method-definition">
|
||||
<span class="method-result">string</span>
|
||||
<a href="#js" title="details" class="method-name">js</a>
|
||||
(<span class="var-type"></span> <span class="var-name">$original_reference</span>, [<span class="var-type"></span> <span class="var-name">$level</span> = <span class="var-default">'simple'</span>], <span class="var-type">string</span> <span class="var-name">$reference</span>)
|
||||
</div>
|
||||
<div class="method-definition">
|
||||
<span class="method-result">string</span>
|
||||
<a href="#ref" title="details" class="method-name">ref</a>
|
||||
(<span class="var-type">string</span> <span class="var-name">$reference</span>)
|
||||
</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/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>
|
||||
<span class="var-title">
|
||||
<span class="var-name"><a href="../PICKLES/Object.html#var$instances">Object::$instances</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="methodcss" id="css"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">css</span> (line <span class="line-number">185</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
<p class="short-description">Generate Stylesheet Reference</p>
|
||||
<p class="description"><p>Attempts to minify the stylesheet and then returns the reference URI for the file, minified or not.</p></p>
|
||||
<ul class="tags">
|
||||
<li><span class="field">return:</span> URI reference reference with dynamic content</li>
|
||||
<li><span class="field">access:</span> public</li>
|
||||
</ul>
|
||||
|
||||
<div class="method-signature">
|
||||
<span class="method-result">string</span>
|
||||
<span class="method-name">
|
||||
css
|
||||
</span>
|
||||
(<span class="var-type"></span> <span class="var-name">$original_reference</span>, <span class="var-type">string</span> <span class="var-name">$reference</span>)
|
||||
</div>
|
||||
|
||||
<ul class="parameters">
|
||||
<li>
|
||||
<span class="var-type">string</span>
|
||||
<span class="var-name">$reference</span><span class="var-description">: URI reference of the Stylesheet</span> </li>
|
||||
<li>
|
||||
<span class="var-type"></span>
|
||||
<span class="var-name">$original_reference</span> </li>
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
<a name="methodjs" id="js"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">js</span> (line <span class="line-number">96</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
<p class="short-description">Generate Javascript Reference</p>
|
||||
<p class="description"><p>Attempts to minify the source with Google's Closure compiler, and then returns the reference URI for the file, minified or not.</p></p>
|
||||
<ul class="tags">
|
||||
<li><span class="field">return:</span> URI reference reference with dynamic content</li>
|
||||
<li><span class="field">link:</span> <a href="http://code.google.com/closure/compiler/">http://code.google.com/closure/compiler/</a></li>
|
||||
<li><span class="field">access:</span> public</li>
|
||||
</ul>
|
||||
|
||||
<div class="method-signature">
|
||||
<span class="method-result">string</span>
|
||||
<span class="method-name">
|
||||
js
|
||||
</span>
|
||||
(<span class="var-type"></span> <span class="var-name">$original_reference</span>, [<span class="var-type"></span> <span class="var-name">$level</span> = <span class="var-default">'simple'</span>], <span class="var-type">string</span> <span class="var-name">$reference</span>)
|
||||
</div>
|
||||
|
||||
<ul class="parameters">
|
||||
<li>
|
||||
<span class="var-type">string</span>
|
||||
<span class="var-name">$reference</span><span class="var-description">: URI reference of the Javascript file</span> </li>
|
||||
<li>
|
||||
<span class="var-type"></span>
|
||||
<span class="var-name">$original_reference</span> </li>
|
||||
<li>
|
||||
<span class="var-type"></span>
|
||||
<span class="var-name">$level</span> </li>
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
<a name="methodref" id="ref"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">ref</span> (line <span class="line-number">35</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
<p class="short-description">Generate Reference</p>
|
||||
<p class="description"><p>Appends a dynamic piece of information to the passed reference in the form of a UNIX timestamp added to the query string.</p></p>
|
||||
<ul class="tags">
|
||||
<li><span class="field">return:</span> URI reference reference with dynamic content</li>
|
||||
<li><span class="field">access:</span> public</li>
|
||||
</ul>
|
||||
|
||||
<div class="method-signature">
|
||||
<span class="method-result">string</span>
|
||||
<span class="method-name">
|
||||
ref
|
||||
</span>
|
||||
(<span class="var-type">string</span> <span class="var-name">$reference</span>)
|
||||
</div>
|
||||
|
||||
<ul class="parameters">
|
||||
<li>
|
||||
<span class="var-type">string</span>
|
||||
<span class="var-name">$reference</span><span class="var-description">: URI reference of the file</span> </li>
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
<h4>Inherited Methods</h4>
|
||||
<a name='inherited_methods'><!-- --></a>
|
||||
<!-- =========== 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>
|
||||
<span class="method-name"><a href="../PICKLES/Object.html#methodgetInstance">Object::getInstance()</a></span><br>
|
||||
<span class="method-name"><a href="../PICKLES/Object.html#method__destruct">Object::__destruct()</a></span><br>
|
||||
</blockquote>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Sun, 17 Oct 2010 23:17:22 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
|
@ -67,7 +67,7 @@
|
|||
<div class="info-box-body">
|
||||
<A NAME='method_detail'></A>
|
||||
<a name="methodfatal" id="fatal"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">static method fatal</span> (line <span class="line-number">33</span>)
|
||||
|
@ -104,7 +104,7 @@
|
|||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Thu, 14 Oct 2010 20:15:16 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Oct 2010 23:17:22 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
|
@ -151,7 +151,7 @@
|
|||
<div class="info-box-body">
|
||||
<A NAME='method_detail'></A>
|
||||
<a name="methodgetInstance" id="getInstance"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">static method getInstance</span> (line <span class="line-number">35</span>)
|
||||
|
@ -190,7 +190,7 @@
|
|||
</div>
|
||||
|
||||
<a name="methoddateSelect" id="dateSelect"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">dateSelect</span> (line <span class="line-number">272</span>)
|
||||
|
@ -237,7 +237,7 @@
|
|||
|
||||
</div>
|
||||
<a name="methoddobSelect" id="dobSelect"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">dobSelect</span> (line <span class="line-number">345</span>)
|
||||
|
@ -277,7 +277,7 @@
|
|||
|
||||
</div>
|
||||
<a name="methodhiddenInput" id="hiddenInput"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">hiddenInput</span> (line <span class="line-number">68</span>)
|
||||
|
@ -317,7 +317,7 @@
|
|||
|
||||
</div>
|
||||
<a name="methodinput" id="input"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">input</span> (line <span class="line-number">52</span>)
|
||||
|
@ -360,7 +360,7 @@
|
|||
|
||||
</div>
|
||||
<a name="methodoptions" id="options"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">options</span> (line <span class="line-number">116</span>)
|
||||
|
@ -394,7 +394,7 @@
|
|||
|
||||
</div>
|
||||
<a name="methodphoneInput" id="phoneInput"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">phoneInput</span> (line <span class="line-number">377</span>)
|
||||
|
@ -433,7 +433,7 @@
|
|||
|
||||
</div>
|
||||
<a name="methodpolarSelect" id="polarSelect"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">polarSelect</span> (line <span class="line-number">360</span>)
|
||||
|
@ -472,7 +472,7 @@
|
|||
|
||||
</div>
|
||||
<a name="methodselect" id="select"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">select</span> (line <span class="line-number">102</span>)
|
||||
|
@ -515,7 +515,7 @@
|
|||
|
||||
</div>
|
||||
<a name="methodstateSelect" id="stateSelect"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">stateSelect</span> (line <span class="line-number">183</span>)
|
||||
|
@ -555,7 +555,7 @@
|
|||
|
||||
</div>
|
||||
<a name="methodtextarea" id="textarea"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">textarea</span> (line <span class="line-number">85</span>)
|
||||
|
@ -612,7 +612,7 @@
|
|||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Thu, 14 Oct 2010 20:15:16 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Oct 2010 23:17:22 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
|
@ -97,7 +97,7 @@
|
|||
<div class="info-box-body">
|
||||
<A NAME='method_detail'></A>
|
||||
<a name="methoderror" id="error"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">static method error</span> (line <span class="line-number">56</span>)
|
||||
|
@ -128,7 +128,7 @@
|
|||
|
||||
</div>
|
||||
<a name="methodinformation" id="information"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">static method information</span> (line <span class="line-number">32</span>)
|
||||
|
@ -159,7 +159,7 @@
|
|||
|
||||
</div>
|
||||
<a name="methodphpError" id="phpError"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">static method phpError</span> (line <span class="line-number">92</span>)
|
||||
|
@ -193,7 +193,7 @@
|
|||
|
||||
</div>
|
||||
<a name="methodquery" id="query"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">static method query</span> (line <span class="line-number">104</span>)
|
||||
|
@ -224,7 +224,7 @@
|
|||
|
||||
</div>
|
||||
<a name="methodslowQuery" id="slowQuery"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">static method slowQuery</span> (line <span class="line-number">68</span>)
|
||||
|
@ -255,7 +255,7 @@
|
|||
|
||||
</div>
|
||||
<a name="methodtransaction" id="transaction"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">static method transaction</span> (line <span class="line-number">80</span>)
|
||||
|
@ -286,7 +286,7 @@
|
|||
|
||||
</div>
|
||||
<a name="methodwarning" id="warning"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">static method warning</span> (line <span class="line-number">44</span>)
|
||||
|
@ -323,7 +323,7 @@
|
|||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Thu, 14 Oct 2010 20:15:17 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Oct 2010 23:17:22 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
|
@ -186,7 +186,7 @@
|
|||
</div>
|
||||
<div class="info-box-body">
|
||||
<a name="var$conditions" id="$conditions"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<span class="var-title">
|
||||
|
@ -208,7 +208,7 @@
|
|||
|
||||
</div>
|
||||
<a name="var$datasource" id="$datasource"><!-- --></A>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="var-header">
|
||||
<span class="var-title">
|
||||
|
@ -230,7 +230,7 @@
|
|||
|
||||
</div>
|
||||
<a name="var$delayed" id="$delayed"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<span class="var-title">
|
||||
|
@ -252,7 +252,7 @@
|
|||
|
||||
</div>
|
||||
<a name="var$fields" id="$fields"><!-- --></A>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="var-header">
|
||||
<span class="var-title">
|
||||
|
@ -274,7 +274,7 @@
|
|||
|
||||
</div>
|
||||
<a name="var$group" id="$group"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<span class="var-title">
|
||||
|
@ -296,7 +296,7 @@
|
|||
|
||||
</div>
|
||||
<a name="var$having" id="$having"><!-- --></A>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="var-header">
|
||||
<span class="var-title">
|
||||
|
@ -318,7 +318,7 @@
|
|||
|
||||
</div>
|
||||
<a name="var$joins" id="$joins"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<span class="var-title">
|
||||
|
@ -340,7 +340,7 @@
|
|||
|
||||
</div>
|
||||
<a name="var$limit" id="$limit"><!-- --></A>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="var-header">
|
||||
<span class="var-title">
|
||||
|
@ -362,7 +362,7 @@
|
|||
|
||||
</div>
|
||||
<a name="var$offset" id="$offset"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<span class="var-title">
|
||||
|
@ -385,7 +385,7 @@
|
|||
|
||||
</div>
|
||||
<a name="var$order" id="$order"><!-- --></A>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="var-header">
|
||||
<span class="var-title">
|
||||
|
@ -407,7 +407,7 @@
|
|||
|
||||
</div>
|
||||
<a name="var$record" id="$record"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<span class="var-title">
|
||||
|
@ -429,7 +429,7 @@
|
|||
|
||||
</div>
|
||||
<a name="var$records" id="$records"><!-- --></A>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="var-header">
|
||||
<span class="var-title">
|
||||
|
@ -451,7 +451,7 @@
|
|||
|
||||
</div>
|
||||
<a name="var$results" id="$results"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<span class="var-title">
|
||||
|
@ -473,7 +473,7 @@
|
|||
|
||||
</div>
|
||||
<a name="var$table" id="$table"><!-- --></A>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="var-header">
|
||||
<span class="var-title">
|
||||
|
@ -522,7 +522,7 @@
|
|||
<A NAME='method_detail'></A>
|
||||
|
||||
<a name="method__construct" id="__construct"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">Constructor __construct</span> (line <span class="line-number">171</span>)
|
||||
|
@ -561,7 +561,7 @@
|
|||
|
||||
</div>
|
||||
<a name="methodcommit" id="commit"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">commit</span> (line <span class="line-number">538</span>)
|
||||
|
@ -587,7 +587,7 @@
|
|||
|
||||
</div>
|
||||
<a name="methodcount" id="count"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">count</span> (line <span class="line-number">486</span>)
|
||||
|
@ -612,7 +612,7 @@
|
|||
|
||||
</div>
|
||||
<a name="methoddelete" id="delete"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">delete</span> (line <span class="line-number">586</span>)
|
||||
|
@ -638,7 +638,7 @@
|
|||
|
||||
</div>
|
||||
<a name="methodfirst" id="first"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">first</span> (line <span class="line-number">516</span>)
|
||||
|
@ -663,7 +663,7 @@
|
|||
|
||||
</div>
|
||||
<a name="methodlast" id="last"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">last</span> (line <span class="line-number">526</span>)
|
||||
|
@ -688,7 +688,7 @@
|
|||
|
||||
</div>
|
||||
<a name="methodnext" id="next"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">next</span> (line <span class="line-number">496</span>)
|
||||
|
@ -713,7 +713,7 @@
|
|||
|
||||
</div>
|
||||
<a name="methodprev" id="prev"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">prev</span> (line <span class="line-number">506</span>)
|
||||
|
@ -738,7 +738,7 @@
|
|||
|
||||
</div>
|
||||
<a name="methodunescape" id="unescape"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">unescape</span> (line <span class="line-number">603</span>)
|
||||
|
@ -783,7 +783,7 @@
|
|||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Thu, 14 Oct 2010 20:15:17 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Oct 2010 23:17:23 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
|
@ -154,7 +154,7 @@
|
|||
</div>
|
||||
<div class="info-box-body">
|
||||
<a name="var$ajax" id="$ajax"><!-- --></A>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="var-header">
|
||||
<span class="var-title">
|
||||
|
@ -179,7 +179,7 @@
|
|||
|
||||
</div>
|
||||
<a name="var$db" id="$db"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<span class="var-title">
|
||||
|
@ -201,7 +201,7 @@
|
|||
|
||||
</div>
|
||||
<a name="var$description" id="$description"><!-- --></A>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="var-header">
|
||||
<span class="var-title">
|
||||
|
@ -224,7 +224,7 @@
|
|||
|
||||
</div>
|
||||
<a name="var$engine" id="$engine"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<span class="var-title">
|
||||
|
@ -248,7 +248,7 @@
|
|||
|
||||
</div>
|
||||
<a name="var$keywords" id="$keywords"><!-- --></A>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="var-header">
|
||||
<span class="var-title">
|
||||
|
@ -271,7 +271,7 @@
|
|||
|
||||
</div>
|
||||
<a name="var$request" id="$request"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<span class="var-title">
|
||||
|
@ -297,7 +297,7 @@
|
|||
|
||||
</div>
|
||||
<a name="var$secure" id="$secure"><!-- --></A>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="var-header">
|
||||
<span class="var-title">
|
||||
|
@ -322,7 +322,7 @@
|
|||
|
||||
</div>
|
||||
<a name="var$security" id="$security"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<span class="var-title">
|
||||
|
@ -345,7 +345,7 @@
|
|||
|
||||
</div>
|
||||
<a name="var$session" id="$session"><!-- --></A>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="var-header">
|
||||
<span class="var-title">
|
||||
|
@ -369,7 +369,7 @@
|
|||
|
||||
</div>
|
||||
<a name="var$template" id="$template"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<span class="var-title">
|
||||
|
@ -393,7 +393,7 @@
|
|||
|
||||
</div>
|
||||
<a name="var$title" id="$title"><!-- --></A>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="var-header">
|
||||
<span class="var-title">
|
||||
|
@ -443,7 +443,7 @@
|
|||
<A NAME='method_detail'></A>
|
||||
|
||||
<a name="method__construct" id="__construct"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">Constructor __construct</span> (line <span class="line-number">150</span>)
|
||||
|
@ -479,7 +479,7 @@
|
|||
|
||||
</div>
|
||||
<a name="methodsetRequest" id="setRequest"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">setRequest</span> (line <span class="line-number">221</span>)
|
||||
|
@ -509,7 +509,7 @@
|
|||
|
||||
</div>
|
||||
<a name="method__default" id="__default"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">__default</span> (line <span class="line-number">171</span>)
|
||||
|
@ -534,7 +534,7 @@
|
|||
|
||||
</div>
|
||||
<a name="method__get" id="__get"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">__get</span> (line <span class="line-number">198</span>)
|
||||
|
@ -565,7 +565,7 @@
|
|||
|
||||
</div>
|
||||
<a name="method__set" id="__set"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">__set</span> (line <span class="line-number">184</span>)
|
||||
|
@ -612,7 +612,7 @@
|
|||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Thu, 14 Oct 2010 20:15:17 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Oct 2010 23:17:23 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
|
@ -98,6 +98,12 @@
|
|||
<td>
|
||||
Model Class
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding-right: 2em"><a href="../PICKLES/Dynamic.html">Dynamic</a></td>
|
||||
<td>
|
||||
Dynamic Class
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
@ -383,7 +389,7 @@
|
|||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Thu, 14 Oct 2010 20:15:17 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Oct 2010 23:17:23 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
|
@ -192,7 +192,7 @@
|
|||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Thu, 14 Oct 2010 20:15:17 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Oct 2010 23:17:23 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
|
@ -223,7 +223,7 @@
|
|||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Thu, 14 Oct 2010 20:15:17 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Oct 2010 23:17:23 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
|
@ -62,7 +62,7 @@
|
|||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Thu, 14 Oct 2010 20:15:16 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Oct 2010 23:17:22 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
|
@ -62,7 +62,7 @@
|
|||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Thu, 14 Oct 2010 20:15:16 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Oct 2010 23:17:22 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
|
@ -62,7 +62,7 @@
|
|||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Thu, 14 Oct 2010 20:15:16 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Oct 2010 23:17:22 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
68
docs/PICKLES/_classes---Database---Mongo.php.html
Normal file
68
docs/PICKLES/_classes---Database---Mongo.php.html
Normal 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 Mongo.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/Database/Mongo.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">Mongo Class File for PICKLES</p>
|
||||
<p class="description"><p>PHP version 5</p><p>Licensed under The MIT License Redistribution of these files must retain the above copyright notice.</p></p>
|
||||
<ul class="tags">
|
||||
<li><span class="field">author:</span> Josh Sherman <<a href="mailto:josh@gravityblvd.com">josh@gravityblvd.com</a>></li>
|
||||
<li><span class="field">copyright:</span> Copyright 2007-2010, Gravity Boulevard, LLC</li>
|
||||
<li><span class="field">link:</span> <a href="http://p.ickl.es">http://p.ickl.es</a></li>
|
||||
<li><span class="field">license:</span> <a href="http://www.opensource.org/licenses/mit-license.html">http://www.opensource.org/licenses/mit-license.html</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/Database_Mongo.html">Database_Mongo</a>
|
||||
</td>
|
||||
<td>
|
||||
Mongo Database Abstraction Layer
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Sun, 17 Oct 2010 23:17:23 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
|
@ -62,7 +62,7 @@
|
|||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Thu, 14 Oct 2010 20:15:16 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Oct 2010 23:17:22 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
|
@ -62,7 +62,7 @@
|
|||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Thu, 14 Oct 2010 20:15:17 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Oct 2010 23:17:23 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
|
@ -62,7 +62,7 @@
|
|||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Thu, 14 Oct 2010 20:15:17 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Oct 2010 23:17:23 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
|
@ -62,7 +62,7 @@
|
|||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Thu, 14 Oct 2010 20:15:17 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Oct 2010 23:17:23 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
|
@ -62,7 +62,7 @@
|
|||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Thu, 14 Oct 2010 20:15:16 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Oct 2010 23:17:22 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
|
@ -62,7 +62,7 @@
|
|||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Thu, 14 Oct 2010 20:15:16 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Oct 2010 23:17:22 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
|
@ -62,7 +62,7 @@
|
|||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Thu, 14 Oct 2010 20:15:17 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Oct 2010 23:17:22 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
|
@ -62,7 +62,7 @@
|
|||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Thu, 14 Oct 2010 20:15:17 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Oct 2010 23:17:23 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
|
@ -62,7 +62,7 @@
|
|||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Thu, 14 Oct 2010 20:15:17 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Oct 2010 23:17:23 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
|
@ -62,7 +62,7 @@
|
|||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Thu, 14 Oct 2010 20:15:17 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Oct 2010 23:17:23 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
68
docs/PICKLES/_classes---Dynamic.php.html
Normal file
68
docs/PICKLES/_classes---Dynamic.php.html
Normal 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 Dynamic.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/Dynamic.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">Dynamic Content Class File for PICKLES</p>
|
||||
<p class="description"><p>PHP version 5</p><p>Licensed under The MIT License Redistribution of these files must retain the above copyright notice.</p></p>
|
||||
<ul class="tags">
|
||||
<li><span class="field">author:</span> Josh Sherman <<a href="mailto:josh@gravityblvd.com">josh@gravityblvd.com</a>></li>
|
||||
<li><span class="field">copyright:</span> Copyright 2007-2010, Gravity Boulevard, LLC</li>
|
||||
<li><span class="field">link:</span> <a href="http://p.ickl.es">http://p.ickl.es</a></li>
|
||||
<li><span class="field">license:</span> <a href="http://www.opensource.org/licenses/mit-license.html">http://www.opensource.org/licenses/mit-license.html</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/Dynamic.html">Dynamic</a>
|
||||
</td>
|
||||
<td>
|
||||
Dynamic Class
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Sun, 17 Oct 2010 23:17:22 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
|
@ -62,7 +62,7 @@
|
|||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Thu, 14 Oct 2010 20:15:16 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Oct 2010 23:17:22 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
|
@ -62,7 +62,7 @@
|
|||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Thu, 14 Oct 2010 20:15:16 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Oct 2010 23:17:22 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
|
@ -62,7 +62,7 @@
|
|||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Thu, 14 Oct 2010 20:15:17 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Oct 2010 23:17:22 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
|
@ -62,7 +62,7 @@
|
|||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Thu, 14 Oct 2010 20:15:17 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Oct 2010 23:17:23 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
|
@ -62,7 +62,7 @@
|
|||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Thu, 14 Oct 2010 20:15:17 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Oct 2010 23:17:23 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
|
@ -62,7 +62,7 @@
|
|||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Thu, 14 Oct 2010 20:15:17 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Oct 2010 23:17:23 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
|
@ -62,7 +62,7 @@
|
|||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Thu, 14 Oct 2010 20:15:17 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Oct 2010 23:17:23 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
|
@ -62,7 +62,7 @@
|
|||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Thu, 14 Oct 2010 20:15:17 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Oct 2010 23:17:23 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
|
@ -386,7 +386,7 @@
|
|||
</div>
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Thu, 14 Oct 2010 20:15:17 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Oct 2010 23:17:23 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
|
@ -25,12 +25,12 @@
|
|||
<ul>
|
||||
<li><a href="PICKLES/Object.html">Object</a><ul>
|
||||
<li><a href="PICKLES/Config.html">Config</a></li><li><a href="PICKLES/Controller.html">Controller</a></li><li><a href="PICKLES/Database.html">Database</a></li><li><a href="PICKLES/Database_Common.html">Database_Common</a><ul>
|
||||
<li><a href="PICKLES/Database_PDO_Common.html">Database_PDO_Common</a><ul>
|
||||
<li><a href="PICKLES/Database_Mongo.html">Database_Mongo</a></li><li><a href="PICKLES/Database_PDO_Common.html">Database_PDO_Common</a><ul>
|
||||
<li><a href="PICKLES/Database_PDO_MySQL.html">Database_PDO_MySQL</a></li><li><a href="PICKLES/Database_PDO_PostgreSQL.html">Database_PDO_PostgreSQL</a></li><li><a href="PICKLES/Database_PDO_SQLite.html">Database_PDO_SQLite</a></li></ul></li>
|
||||
</ul></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_XML.html">Display_XML</a></li></ul></li>
|
||||
<li><a href="PICKLES/Form.html">Form</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/Dynamic.html">Dynamic</a></li><li><a href="PICKLES/Form.html">Form</a></li><li><a href="PICKLES/Model.html">Model</a></li><li><a href="PICKLES/Module.html">Module</a></li></ul></li>
|
||||
</ul>
|
||||
|
||||
<h2>Root class Profiler</h2>
|
||||
|
@ -42,7 +42,7 @@
|
|||
<li><a href="PICKLES/Security.html">Security</a></li></ul>
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Thu, 14 Oct 2010 20:15:16 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Oct 2010 23:17:22 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
|
@ -156,6 +156,13 @@
|
|||
<div class="index-item-details"><a href="PICKLES/Database_PDO_Common.html#methodclose">Database_PDO_Common::close()</a> in Common.php</div>
|
||||
<div class="index-item-description">Closes database connection</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">close</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Database_Mongo.html#methodclose">Database_Mongo::close()</a> in Mongo.php</div>
|
||||
<div class="index-item-description">Closes database connection</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">commit</span>
|
||||
</dt>
|
||||
|
@ -184,6 +191,13 @@
|
|||
<div class="index-item-details"><a href="PICKLES/Model.html#methodcount">Model::count()</a> in Model.php</div>
|
||||
<div class="index-item-description">Count Records</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">css</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Dynamic.html#methodcss">Dynamic::css()</a> in Dynamic.php</div>
|
||||
<div class="index-item-description">Generate Stylesheet Reference</div>
|
||||
</dd>
|
||||
</dl>
|
||||
<a name="d"></a>
|
||||
<div class="index-letter-section">
|
||||
|
@ -231,7 +245,7 @@
|
|||
<span class="var-title">$driver</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Database_PDO_PostgreSQL.html#var$driver">Database_PDO_PostgreSQL::$driver</a> in PostgreSQL.php</div>
|
||||
<div class="index-item-details"><a href="PICKLES/Database_PDO_MySQL.html#var$driver">Database_PDO_MySQL::$driver</a> in MySQL.php</div>
|
||||
<div class="index-item-description">Driver</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
|
@ -244,6 +258,13 @@
|
|||
<dt class="field">
|
||||
<span class="var-title">$driver</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Database_Mongo.html#var$driver">Database_Mongo::$driver</a> in Mongo.php</div>
|
||||
<div class="index-item-description">Driver</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="var-title">$driver</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Database_PDO_SQLite.html#var$driver">Database_PDO_SQLite::$driver</a> in SQLite.php</div>
|
||||
<div class="index-item-description">Driver</div>
|
||||
|
@ -252,21 +273,21 @@
|
|||
<span class="var-title">$driver</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Database_PDO_MySQL.html#var$driver">Database_PDO_MySQL::$driver</a> in MySQL.php</div>
|
||||
<div class="index-item-details"><a href="PICKLES/Database_PDO_PostgreSQL.html#var$driver">Database_PDO_PostgreSQL::$driver</a> in PostgreSQL.php</div>
|
||||
<div class="index-item-description">Driver</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="var-title">$dsn</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Database_PDO_Common.html#var$dsn">Database_PDO_Common::$dsn</a> in Common.php</div>
|
||||
<div class="index-item-details"><a href="PICKLES/Database_PDO_MySQL.html#var$dsn">Database_PDO_MySQL::$dsn</a> in MySQL.php</div>
|
||||
<div class="index-item-description">DSN format</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="var-title">$dsn</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Database_PDO_PostgreSQL.html#var$dsn">Database_PDO_PostgreSQL::$dsn</a> in PostgreSQL.php</div>
|
||||
<div class="index-item-details"><a href="PICKLES/Database_PDO_Common.html#var$dsn">Database_PDO_Common::$dsn</a> in Common.php</div>
|
||||
<div class="index-item-description">DSN format</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
|
@ -280,7 +301,7 @@
|
|||
<span class="var-title">$dsn</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Database_PDO_MySQL.html#var$dsn">Database_PDO_MySQL::$dsn</a> in MySQL.php</div>
|
||||
<div class="index-item-details"><a href="PICKLES/Database_PDO_PostgreSQL.html#var$dsn">Database_PDO_PostgreSQL::$dsn</a> in PostgreSQL.php</div>
|
||||
<div class="index-item-description">DSN format</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
|
@ -289,6 +310,12 @@
|
|||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/_classes---Database.php.html">Database.php</a> in Database.php</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="include-title">Dynamic.php</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/_classes---Dynamic.php.html">Dynamic.php</a> in Dynamic.php</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
Database
|
||||
</dt>
|
||||
|
@ -303,6 +330,13 @@
|
|||
<div class="index-item-details"><a href="PICKLES/Database_Common.html">Database_Common</a> in Common.php</div>
|
||||
<div class="index-item-description">Common Database Abstraction Layer</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
Database_Mongo
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Database_Mongo.html">Database_Mongo</a> in Mongo.php</div>
|
||||
<div class="index-item-description">Mongo Database Abstraction Layer</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
Database_PDO_Common
|
||||
</dt>
|
||||
|
@ -352,6 +386,12 @@
|
|||
<div class="index-item-details"><a href="PICKLES/Display_Common.html">Display_Common</a> in Common.php</div>
|
||||
<div class="index-item-description">Common Display Class</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="const-title">DISPLAY_JSON</span>
|
||||
</dt>
|
||||
<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">
|
||||
Display_JSON
|
||||
</dt>
|
||||
|
@ -360,10 +400,10 @@
|
|||
<div class="index-item-description">JSON Display</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="const-title">DISPLAY_JSON</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_JSON">DISPLAY_JSON</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_PHP
|
||||
|
@ -372,18 +412,6 @@
|
|||
<div class="index-item-details"><a href="PICKLES/Display_PHP.html">Display_PHP</a> in PHP.php</div>
|
||||
<div class="index-item-description">PHP Display</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">
|
||||
<span class="const-title">DISPLAY_RSS</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>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
Display_RSS
|
||||
</dt>
|
||||
|
@ -392,10 +420,10 @@
|
|||
<div class="index-item-description">RSS Display</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="const-title">DISPLAY_XML</span>
|
||||
<span class="const-title">DISPLAY_RSS</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/_pickles.php.html#defineDISPLAY_XML">DISPLAY_XML</a> in pickles.php</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">
|
||||
Display_XML
|
||||
|
@ -404,6 +432,12 @@
|
|||
<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>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/_pickles.php.html#defineDISPLAY_XML">DISPLAY_XML</a> in pickles.php</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">dobSelect</span>
|
||||
</dt>
|
||||
|
@ -411,6 +445,13 @@
|
|||
<div class="index-item-details"><a href="PICKLES/Form.html#methoddobSelect">Form::dobSelect()</a> in Form.php</div>
|
||||
<div class="index-item-description">Date of Birth Select</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
Dynamic
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Dynamic.html">Dynamic</a> in Dynamic.php</div>
|
||||
<div class="index-item-description">Dynamic Class</div>
|
||||
</dd>
|
||||
</dl>
|
||||
<a name="e"></a>
|
||||
<div class="index-letter-section">
|
||||
|
@ -430,14 +471,14 @@
|
|||
<span class="var-title">$extension</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Display_Common.html#var$extension">Display_Common::$extension</a> in Common.php</div>
|
||||
<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>
|
||||
</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-details"><a href="PICKLES/Display_Common.html#var$extension">Display_Common::$extension</a> in Common.php</div>
|
||||
<div class="index-item-description">Template Extension</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
|
@ -498,6 +539,13 @@
|
|||
<dt class="field">
|
||||
<span class="method-title">fetch</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Database_Mongo.html#methodfetch">Database_Mongo::fetch()</a> in Mongo.php</div>
|
||||
<div class="index-item-description">Fetch a single row from the database</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">fetch</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Database_PDO_Common.html#methodfetch">Database_PDO_Common::fetch()</a> in Common.php</div>
|
||||
<div class="index-item-description">Fetch a single row from the database</div>
|
||||
|
@ -509,6 +557,13 @@
|
|||
<div class="index-item-details"><a href="PICKLES/Database_PDO_Common.html#methodfetchAll">Database_PDO_Common::fetchAll()</a> in Common.php</div>
|
||||
<div class="index-item-description">Fetches all rows as an array</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">fetchAll</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Database_Mongo.html#methodfetchAll">Database_Mongo::fetchAll()</a> in Mongo.php</div>
|
||||
<div class="index-item-description">Fetches all rows as an array</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">fetchColumn</span>
|
||||
</dt>
|
||||
|
@ -673,6 +728,13 @@
|
|||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/_classes---Display---JSON.php.html">JSON.php</a> in JSON.php</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">js</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Dynamic.html#methodjs">Dynamic::js()</a> in Dynamic.php</div>
|
||||
<div class="index-item-description">Generate Javascript Reference</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="const-title">JSON_AVAILABLE</span>
|
||||
</dt>
|
||||
|
@ -778,6 +840,12 @@
|
|||
<div class="index-item-details"><a href="PICKLES/Display_Common.html#var$module_return">Display_Common::$module_return</a> in Common.php</div>
|
||||
<div class="index-item-description">Module Return Data</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="include-title">Mongo.php</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/_classes---Database---Mongo.php.html">Mongo.php</a> in Mongo.php</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="include-title">MySQL.php</span>
|
||||
</dt>
|
||||
|
@ -864,7 +932,7 @@
|
|||
<span class="method-title">open</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Database_Common.html#methodopen">Database_Common::open()</a> in Common.php</div>
|
||||
<div class="index-item-details"><a href="PICKLES/Database_Mongo.html#methodopen">Database_Mongo::open()</a> in Mongo.php</div>
|
||||
<div class="index-item-description">Opens database connection</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
|
@ -874,6 +942,13 @@
|
|||
<div class="index-item-details"><a href="PICKLES/Database_PDO_Common.html#methodopen">Database_PDO_Common::open()</a> in Common.php</div>
|
||||
<div class="index-item-description">Opens database connection</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">open</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Database_Common.html#methodopen">Database_Common::open()</a> in Common.php</div>
|
||||
<div class="index-item-description">Opens database connection</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">options</span>
|
||||
</dt>
|
||||
|
@ -1077,6 +1152,13 @@
|
|||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/_classes---Display---RSS.php.html">RSS.php</a> in RSS.php</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">ref</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Dynamic.html#methodref">Dynamic::ref()</a> in Dynamic.php</div>
|
||||
<div class="index-item-description">Generate Reference</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">render</span>
|
||||
</dt>
|
||||
|
@ -1088,8 +1170,8 @@
|
|||
<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_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>
|
||||
|
@ -1109,8 +1191,8 @@
|
|||
<span class="method-title">render</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<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>
|
||||
<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">report</span>
|
||||
|
@ -1484,14 +1566,14 @@
|
|||
<span class="method-title">__construct</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Database_PDO_Common.html#method__construct">Database_PDO_Common::__construct()</a> in Common.php</div>
|
||||
<div class="index-item-details"><a href="PICKLES/Display_Common.html#method__construct">Display_Common::__construct()</a> in Common.php</div>
|
||||
<div class="index-item-description">Constructor</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">__construct</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Display_Common.html#method__construct">Display_Common::__construct()</a> in Common.php</div>
|
||||
<div class="index-item-details"><a href="PICKLES/Database_PDO_Common.html#method__construct">Database_PDO_Common::__construct()</a> in Common.php</div>
|
||||
<div class="index-item-description">Constructor</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
|
|
|
@ -105,14 +105,14 @@
|
|||
<span class="method-title">__construct</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Database_PDO_Common.html#method__construct">Database_PDO_Common::__construct()</a> in Common.php</div>
|
||||
<div class="index-item-details"><a href="PICKLES/Display_Common.html#method__construct">Display_Common::__construct()</a> in Common.php</div>
|
||||
<div class="index-item-description">Constructor</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">__construct</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Display_Common.html#method__construct">Display_Common::__construct()</a> in Common.php</div>
|
||||
<div class="index-item-details"><a href="PICKLES/Database_PDO_Common.html#method__construct">Database_PDO_Common::__construct()</a> in Common.php</div>
|
||||
<div class="index-item-description">Constructor</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
|
@ -293,6 +293,13 @@
|
|||
<div class="index-item-details"><a href="PICKLES/Database_PDO_Common.html#methodclose">Database_PDO_Common::close()</a> in Common.php</div>
|
||||
<div class="index-item-description">Closes database connection</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">close</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Database_Mongo.html#methodclose">Database_Mongo::close()</a> in Mongo.php</div>
|
||||
<div class="index-item-description">Closes database connection</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">commit</span>
|
||||
</dt>
|
||||
|
@ -321,6 +328,13 @@
|
|||
<div class="index-item-details"><a href="PICKLES/Model.html#methodcount">Model::count()</a> in Model.php</div>
|
||||
<div class="index-item-description">Count Records</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">css</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Dynamic.html#methodcss">Dynamic::css()</a> in Dynamic.php</div>
|
||||
<div class="index-item-description">Generate Stylesheet Reference</div>
|
||||
</dd>
|
||||
</dl>
|
||||
<a name="d"></a>
|
||||
<div class="index-letter-section">
|
||||
|
@ -368,7 +382,7 @@
|
|||
<span class="var-title">$driver</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Database_PDO_PostgreSQL.html#var$driver">Database_PDO_PostgreSQL::$driver</a> in PostgreSQL.php</div>
|
||||
<div class="index-item-details"><a href="PICKLES/Database_PDO_MySQL.html#var$driver">Database_PDO_MySQL::$driver</a> in MySQL.php</div>
|
||||
<div class="index-item-description">Driver</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
|
@ -381,6 +395,13 @@
|
|||
<dt class="field">
|
||||
<span class="var-title">$driver</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Database_Mongo.html#var$driver">Database_Mongo::$driver</a> in Mongo.php</div>
|
||||
<div class="index-item-description">Driver</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="var-title">$driver</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Database_PDO_SQLite.html#var$driver">Database_PDO_SQLite::$driver</a> in SQLite.php</div>
|
||||
<div class="index-item-description">Driver</div>
|
||||
|
@ -389,21 +410,21 @@
|
|||
<span class="var-title">$driver</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Database_PDO_MySQL.html#var$driver">Database_PDO_MySQL::$driver</a> in MySQL.php</div>
|
||||
<div class="index-item-details"><a href="PICKLES/Database_PDO_PostgreSQL.html#var$driver">Database_PDO_PostgreSQL::$driver</a> in PostgreSQL.php</div>
|
||||
<div class="index-item-description">Driver</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="var-title">$dsn</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Database_PDO_Common.html#var$dsn">Database_PDO_Common::$dsn</a> in Common.php</div>
|
||||
<div class="index-item-details"><a href="PICKLES/Database_PDO_MySQL.html#var$dsn">Database_PDO_MySQL::$dsn</a> in MySQL.php</div>
|
||||
<div class="index-item-description">DSN format</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="var-title">$dsn</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Database_PDO_PostgreSQL.html#var$dsn">Database_PDO_PostgreSQL::$dsn</a> in PostgreSQL.php</div>
|
||||
<div class="index-item-details"><a href="PICKLES/Database_PDO_Common.html#var$dsn">Database_PDO_Common::$dsn</a> in Common.php</div>
|
||||
<div class="index-item-description">DSN format</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
|
@ -417,7 +438,7 @@
|
|||
<span class="var-title">$dsn</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Database_PDO_MySQL.html#var$dsn">Database_PDO_MySQL::$dsn</a> in MySQL.php</div>
|
||||
<div class="index-item-details"><a href="PICKLES/Database_PDO_PostgreSQL.html#var$dsn">Database_PDO_PostgreSQL::$dsn</a> in PostgreSQL.php</div>
|
||||
<div class="index-item-description">DSN format</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
|
@ -426,6 +447,12 @@
|
|||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/_classes---Database.php.html">Database.php</a> in Database.php</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="include-title">Dynamic.php</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/_classes---Dynamic.php.html">Dynamic.php</a> in Dynamic.php</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
Database
|
||||
</dt>
|
||||
|
@ -440,6 +467,13 @@
|
|||
<div class="index-item-details"><a href="PICKLES/Database_Common.html">Database_Common</a> in Common.php</div>
|
||||
<div class="index-item-description">Common Database Abstraction Layer</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
Database_Mongo
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Database_Mongo.html">Database_Mongo</a> in Mongo.php</div>
|
||||
<div class="index-item-description">Mongo Database Abstraction Layer</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
Database_PDO_Common
|
||||
</dt>
|
||||
|
@ -489,6 +523,12 @@
|
|||
<div class="index-item-details"><a href="PICKLES/Display_Common.html">Display_Common</a> in Common.php</div>
|
||||
<div class="index-item-description">Common Display Class</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="const-title">DISPLAY_JSON</span>
|
||||
</dt>
|
||||
<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">
|
||||
Display_JSON
|
||||
</dt>
|
||||
|
@ -497,10 +537,10 @@
|
|||
<div class="index-item-description">JSON Display</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="const-title">DISPLAY_JSON</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_JSON">DISPLAY_JSON</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_PHP
|
||||
|
@ -509,18 +549,6 @@
|
|||
<div class="index-item-details"><a href="PICKLES/Display_PHP.html">Display_PHP</a> in PHP.php</div>
|
||||
<div class="index-item-description">PHP Display</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">
|
||||
<span class="const-title">DISPLAY_RSS</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>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
Display_RSS
|
||||
</dt>
|
||||
|
@ -529,10 +557,10 @@
|
|||
<div class="index-item-description">RSS Display</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="const-title">DISPLAY_XML</span>
|
||||
<span class="const-title">DISPLAY_RSS</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/_pickles.php.html#defineDISPLAY_XML">DISPLAY_XML</a> in pickles.php</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">
|
||||
Display_XML
|
||||
|
@ -541,6 +569,12 @@
|
|||
<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>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/_pickles.php.html#defineDISPLAY_XML">DISPLAY_XML</a> in pickles.php</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">dobSelect</span>
|
||||
</dt>
|
||||
|
@ -548,6 +582,13 @@
|
|||
<div class="index-item-details"><a href="PICKLES/Form.html#methoddobSelect">Form::dobSelect()</a> in Form.php</div>
|
||||
<div class="index-item-description">Date of Birth Select</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
Dynamic
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Dynamic.html">Dynamic</a> in Dynamic.php</div>
|
||||
<div class="index-item-description">Dynamic Class</div>
|
||||
</dd>
|
||||
</dl>
|
||||
<a name="e"></a>
|
||||
<div class="index-letter-section">
|
||||
|
@ -567,14 +608,14 @@
|
|||
<span class="var-title">$extension</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Display_Common.html#var$extension">Display_Common::$extension</a> in Common.php</div>
|
||||
<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>
|
||||
</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-details"><a href="PICKLES/Display_Common.html#var$extension">Display_Common::$extension</a> in Common.php</div>
|
||||
<div class="index-item-description">Template Extension</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
|
@ -635,6 +676,13 @@
|
|||
<dt class="field">
|
||||
<span class="method-title">fetch</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Database_Mongo.html#methodfetch">Database_Mongo::fetch()</a> in Mongo.php</div>
|
||||
<div class="index-item-description">Fetch a single row from the database</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">fetch</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Database_PDO_Common.html#methodfetch">Database_PDO_Common::fetch()</a> in Common.php</div>
|
||||
<div class="index-item-description">Fetch a single row from the database</div>
|
||||
|
@ -646,6 +694,13 @@
|
|||
<div class="index-item-details"><a href="PICKLES/Database_PDO_Common.html#methodfetchAll">Database_PDO_Common::fetchAll()</a> in Common.php</div>
|
||||
<div class="index-item-description">Fetches all rows as an array</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">fetchAll</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Database_Mongo.html#methodfetchAll">Database_Mongo::fetchAll()</a> in Mongo.php</div>
|
||||
<div class="index-item-description">Fetches all rows as an array</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">fetchColumn</span>
|
||||
</dt>
|
||||
|
@ -810,6 +865,13 @@
|
|||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/_classes---Display---JSON.php.html">JSON.php</a> in JSON.php</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">js</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Dynamic.html#methodjs">Dynamic::js()</a> in Dynamic.php</div>
|
||||
<div class="index-item-description">Generate Javascript Reference</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="const-title">JSON_AVAILABLE</span>
|
||||
</dt>
|
||||
|
@ -915,6 +977,12 @@
|
|||
<div class="index-item-details"><a href="PICKLES/Display_Common.html#var$module_return">Display_Common::$module_return</a> in Common.php</div>
|
||||
<div class="index-item-description">Module Return Data</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="include-title">Mongo.php</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/_classes---Database---Mongo.php.html">Mongo.php</a> in Mongo.php</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="include-title">MySQL.php</span>
|
||||
</dt>
|
||||
|
@ -1001,7 +1069,7 @@
|
|||
<span class="method-title">open</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Database_Common.html#methodopen">Database_Common::open()</a> in Common.php</div>
|
||||
<div class="index-item-details"><a href="PICKLES/Database_Mongo.html#methodopen">Database_Mongo::open()</a> in Mongo.php</div>
|
||||
<div class="index-item-description">Opens database connection</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
|
@ -1011,6 +1079,13 @@
|
|||
<div class="index-item-details"><a href="PICKLES/Database_PDO_Common.html#methodopen">Database_PDO_Common::open()</a> in Common.php</div>
|
||||
<div class="index-item-description">Opens database connection</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">open</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Database_Common.html#methodopen">Database_Common::open()</a> in Common.php</div>
|
||||
<div class="index-item-description">Opens database connection</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">options</span>
|
||||
</dt>
|
||||
|
@ -1214,6 +1289,13 @@
|
|||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/_classes---Display---RSS.php.html">RSS.php</a> in RSS.php</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">ref</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Dynamic.html#methodref">Dynamic::ref()</a> in Dynamic.php</div>
|
||||
<div class="index-item-description">Generate Reference</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">render</span>
|
||||
</dt>
|
||||
|
@ -1225,8 +1307,8 @@
|
|||
<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_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>
|
||||
|
@ -1246,8 +1328,8 @@
|
|||
<span class="method-title">render</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<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>
|
||||
<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">report</span>
|
||||
|
|
651
docs/errors.html
651
docs/errors.html
|
@ -9,453 +9,92 @@
|
|||
</head>
|
||||
<body>
|
||||
<a href="#Post-parsing">Post-parsing</a><br>
|
||||
<a href="#adapter_test.php">adapter_test.php</a><br>
|
||||
<a href="#advanced.php">advanced.php</a><br>
|
||||
<a href="#all_tests.php">all_tests.php</a><br>
|
||||
<a href="#authentication_test.php">authentication_test.php</a><br>
|
||||
<a href="#autorun.php">autorun.php</a><br>
|
||||
<a href="#autorun_test.php">autorun_test.php</a><br>
|
||||
<a href="#bad_test_suite.php">bad_test_suite.php</a><br>
|
||||
<a href="#browser_test.php">browser_test.php</a><br>
|
||||
<a href="#ckeditor.php">ckeditor.php</a><br>
|
||||
<a href="#ckeditor_php4.php">ckeditor_php4.php</a><br>
|
||||
<a href="#ckeditor_php5.php">ckeditor_php5.php</a><br>
|
||||
<a href="#collector_test.php">collector_test.php</a><br>
|
||||
<a href="#command_line_test.php">command_line_test.php</a><br>
|
||||
<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="#config.php">config.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>
|
||||
<a href="#detached_test.php">detached_test.php</a><br>
|
||||
<a href="#dumper_test.php">dumper_test.php</a><br>
|
||||
<a href="#eclipse_test.php">eclipse_test.php</a><br>
|
||||
<a href="#emails.php">emails.php</a><br>
|
||||
<a href="#empty_test_file.php">empty_test_file.php</a><br>
|
||||
<a href="#encoding_test.php">encoding_test.php</a><br>
|
||||
<a href="#Dynamic.php">Dynamic.php</a><br>
|
||||
<a href="#Error.php">Error.php</a><br>
|
||||
<a href="#errors_test.php">errors_test.php</a><br>
|
||||
<a href="#events.php">events.php</a><br>
|
||||
<a href="#exceptions_test.php">exceptions_test.php</a><br>
|
||||
<a href="#expectation_test.php">expectation_test.php</a><br>
|
||||
<a href="#form.php">form.php</a><br>
|
||||
<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="#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="#home.php">home.php</a><br>
|
||||
<a href="#home.phtml">home.phtml</a><br>
|
||||
<a href="#index.php">index.php</a><br>
|
||||
<a href="#interfaces_test.php">interfaces_test.php</a><br>
|
||||
<a href="#index.phtml">index.phtml</a><br>
|
||||
<a href="#JSON.php">JSON.php</a><br>
|
||||
<a href="#live_test.php">live_test.php</a><br>
|
||||
<a href="#Log.php">Log.php</a><br>
|
||||
<a href="#mock_objects.php">mock_objects.php</a><br>
|
||||
<a href="#mock_objects_test.php">mock_objects_test.php</a><br>
|
||||
<a href="#Model.php">Model.php</a><br>
|
||||
<a href="#Module.php">Module.php</a><br>
|
||||
<a href="#Mongo.php">Mongo.php</a><br>
|
||||
<a href="#MySQL.php">MySQL.php</a><br>
|
||||
<a href="#newsession.php">newsession.php</a><br>
|
||||
<a href="#Object.php">Object.php</a><br>
|
||||
<a href="#page_test.php">page_test.php</a><br>
|
||||
<a href="#parser_test.php">parser_test.php</a><br>
|
||||
<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="#PostgreSQL.php">PostgreSQL.php</a><br>
|
||||
<a href="#process.php">process.php</a><br>
|
||||
<a href="#Profiler.php">Profiler.php</a><br>
|
||||
<a href="#rand.php">rand.php</a><br>
|
||||
<a href="#reflection_php4_test.php">reflection_php4_test.php</a><br>
|
||||
<a href="#reflection_php5_test.php">reflection_php5_test.php</a><br>
|
||||
<a href="#remote_test.php">remote_test.php</a><br>
|
||||
<a href="#replace.php">replace.php</a><br>
|
||||
<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="#SampleModel.php">SampleModel.php</a><br>
|
||||
<a href="#Security.php">Security.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="#socket_test.php">socket_test.php</a><br>
|
||||
<a href="#spl_examples.php">spl_examples.php</a><br>
|
||||
<a href="#SQLite.php">SQLite.php</a><br>
|
||||
<a href="#standalone.php">standalone.php</a><br>
|
||||
<a href="#tag_test.php">tag_test.php</a><br>
|
||||
<a href="#test.php">test.php</a><br>
|
||||
<a href="#test1.php">test1.php</a><br>
|
||||
<a href="#testdox.php">testdox.php</a><br>
|
||||
<a href="#test_case.php">test_case.php</a><br>
|
||||
<a href="#test_with_parse_error.php">test_with_parse_error.php</a><br>
|
||||
<a href="#unit_tester_test.php">unit_tester_test.php</a><br>
|
||||
<a href="#unit_tests.php">unit_tests.php</a><br>
|
||||
<a href="#url_test.php">url_test.php</a><br>
|
||||
<a href="#users.php">users.php</a><br>
|
||||
<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>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 8</b> - no @package tag was used in a DocBlock for class SimpleTestAcceptanceTest<br>
|
||||
<b>Warning on line 14</b> - no @package tag was used in a DocBlock for class TestOfLiveBrowser<br>
|
||||
<b>Warning on line 105</b> - no @package tag was used in a DocBlock for class TestRadioFields<br>
|
||||
<b>Warning on line 121</b> - no @package tag was used in a DocBlock for class TestOfLiveFetching<br>
|
||||
<b>Warning on line 218</b> - no @package tag was used in a DocBlock for class TestOfLinkFollowing<br>
|
||||
<b>Warning on line 262</b> - no @package tag was used in a DocBlock for class TestOfLivePageLinkingWithMinimalLinks<br>
|
||||
<b>Warning on line 317</b> - no @package tag was used in a DocBlock for class TestOfLiveFrontControllerEmulation<br>
|
||||
<b>Warning on line 433</b> - no @package tag was used in a DocBlock for class TestOfLiveHeaders<br>
|
||||
<b>Warning on line 447</b> - no @package tag was used in a DocBlock for class TestOfLiveRedirects<br>
|
||||
<b>Warning on line 493</b> - no @package tag was used in a DocBlock for class TestOfLiveCookies<br>
|
||||
<b>Warning on line 594</b> - no @package tag was used in a DocBlock for class LiveTestOfForms<br>
|
||||
<b>Warning on line 993</b> - no @package tag was used in a DocBlock for class TestOfLiveMultiValueWidgets<br>
|
||||
<b>Warning on line 1084</b> - no @package tag was used in a DocBlock for class TestOfFileUploads<br>
|
||||
<b>Warning on line 1121</b> - no @package tag was used in a DocBlock for class TestOfLiveHistoryNavigation<br>
|
||||
<b>Warning on line 1189</b> - no @package tag was used in a DocBlock for class TestOfLiveAuthentication<br>
|
||||
<b>Warning on line 1263</b> - no @package tag was used in a DocBlock for class TestOfLoadingFrames<br>
|
||||
<b>Warning on line 1510</b> - no @package tag was used in a DocBlock for class TestOfFrameAuthentication<br>
|
||||
<b>Warning on line 1554</b> - no @package tag was used in a DocBlock for class TestOfNestedFrames<br>
|
||||
<b>Warning on line 1632</b> - File "/home/josh/Source/pickles/vendors/SimpleTest-1.0.1/test/acceptance_test.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<a name="adapter_test.php"></a>
|
||||
<h1>adapter_test.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 6</b> - no @package tag was used in a DocBlock for class SameTestClass<br>
|
||||
<b>Warning on line 9</b> - no @package tag was used in a DocBlock for class TestOfPearAdapter<br>
|
||||
<b>Warning on line 51</b> - no @package tag was used in a DocBlock for class TestOfPhpUnitAdapter<br>
|
||||
<b>Warning on line 76</b> - File "/home/josh/Source/pickles/vendors/SimpleTest-1.0.1/test/adapter_test.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<a name="advanced.php"></a>
|
||||
<h1>advanced.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 92</b> - File "/home/josh/Source/pickles/vendors/ckeditor-3.3.2/_samples/php/advanced.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<a name="all_tests.php"></a>
|
||||
<h1>all_tests.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 3</b> - no @package tag was used in a DocBlock for class AllTests<br>
|
||||
<b>Warning on line 12</b> - File "/home/josh/Source/pickles/vendors/SimpleTest-1.0.1/test/all_tests.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<a name="authentication_test.php"></a>
|
||||
<h1>authentication_test.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 7</b> - no @package tag was used in a DocBlock for class TestOfRealm<br>
|
||||
<b>Warning on line 88</b> - no @package tag was used in a DocBlock for class TestOfAuthenticator<br>
|
||||
<b>Warning on line 144</b> - File "/home/josh/Source/pickles/vendors/SimpleTest-1.0.1/test/authentication_test.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<a name="autorun.php"></a>
|
||||
<h1>autorun.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 7</b> - Page-level DocBlock precedes "require_once dirname(__FILE__).'/unit_tester.php'", use another DocBlock to document the source element<br>
|
||||
<a name="autorun_test.php"></a>
|
||||
<h1>autorun_test.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 4</b> - no @package tag was used in a DocBlock for class LoadIfIncludedTestCase<br>
|
||||
<b>Warning on line 12</b> - File "/home/josh/Source/pickles/vendors/SimpleTest-1.0.1/test/autorun_test.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<a name="bad_test_suite.php"></a>
|
||||
<h1>bad_test_suite.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 3</b> - no @package tag was used in a DocBlock for class BadTestCases<br>
|
||||
<b>Warning on line 9</b> - File "/home/josh/Source/pickles/vendors/SimpleTest-1.0.1/test/bad_test_suite.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<a name="browser_test.php"></a>
|
||||
<h1>browser_test.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 22</b> - no @package tag was used in a DocBlock for class TestOfHistory<br>
|
||||
<b>Warning on line 148</b> - no @package tag was used in a DocBlock for class TestOfParsedPageAccess<br>
|
||||
<b>Warning on line 227</b> - no @package tag was used in a DocBlock for class TestOfBrowserNavigation<br>
|
||||
<b>Warning on line 523</b> - no @package tag was used in a DocBlock for class TestOfBrowserFrames<br>
|
||||
<b>Warning on line 778</b> - File "/home/josh/Source/pickles/vendors/SimpleTest-1.0.1/test/browser_test.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<a name="ckeditor.php"></a>
|
||||
<h1>ckeditor.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 28</b> - File "/home/josh/Source/pickles/vendors/ckeditor-3.3.2/ckeditor.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<a name="ckeditor_php4.php"></a>
|
||||
<h1>ckeditor_php4.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 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 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 134</b> - Unknown tag "@endcode" used<br>
|
||||
<b>Warning on line 134</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 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 "@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 "@endcode" used<br>
|
||||
<b>Warning on line 274</b> - Unknown tag "@code" used<br>
|
||||
<b>Warning on line 314</b> - Unknown tag "@code" used<br>
|
||||
<b>Warning on line 314</b> - Unknown tag "@endcode" used<br>
|
||||
<b>Warning on line 592</b> - File "/home/josh/Source/pickles/vendors/ckeditor-3.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 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 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 "@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 "@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 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>
|
||||
<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>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 7</b> - no @package tag was used in a DocBlock for class PathEqualExpectation<br>
|
||||
<b>Warning on line 17</b> - no @package tag was used in a DocBlock for class TestOfCollector<br>
|
||||
<b>Warning on line 30</b> - no @package tag was used in a DocBlock for class TestOfPatternCollector<br>
|
||||
<b>Warning on line 50</b> - File "/home/josh/Source/pickles/vendors/SimpleTest-1.0.1/test/collector_test.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<a name="command_line_test.php"></a>
|
||||
<h1>command_line_test.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 4</b> - no @package tag was used in a DocBlock for class TestOfCommandLineParsing<br>
|
||||
<b>Warning on line 39</b> - File "/home/josh/Source/pickles/vendors/SimpleTest-1.0.1/test/command_line_test.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<a name="Common.php"></a>
|
||||
<h1>Common.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 23</b> - no @package tag was used in a DocBlock for class Database_PDO_Common<br>
|
||||
<b>Warning on line 24</b> - no @package tag was used in a DocBlock for class Database_Common<br>
|
||||
<b>Warning on line 24</b> - no @package tag was used in a DocBlock for class Display_Common<br>
|
||||
<a name="compatibility_test.php"></a>
|
||||
<h1>compatibility_test.php</h1>
|
||||
<b>Warning on line 24</b> - no @package tag was used in a DocBlock for class Database_Common<br>
|
||||
<a name="config.php"></a>
|
||||
<h1>config.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 5</b> - no @package tag was used in a DocBlock for class ComparisonClass<br>
|
||||
<b>Warning on line 8</b> - no @package tag was used in a DocBlock for class ComparisonSubclass<br>
|
||||
<b>Warning on line 16</b> - no @package tag was used in a DocBlock for class TestOfCompatibility<br>
|
||||
<b>Warning on line 96</b> - File "/home/josh/Source/pickles/vendors/SimpleTest-1.0.1/test/compatibility_test.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<b>Warning on line 63</b> - File "/home/josh/Source/pickles/launchpad/config.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<a name="Config.php"></a>
|
||||
<h1>Config.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 30</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>
|
||||
<b>Warning on line 28</b> - no @package tag was used in a DocBlock for class Controller<br>
|
||||
<a name="cookies_test.php"></a>
|
||||
<h1>cookies_test.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 5</b> - no @package tag was used in a DocBlock for class TestOfCookie<br>
|
||||
<b>Warning on line 104</b> - no @package tag was used in a DocBlock for class TestOfCookieJar<br>
|
||||
<b>Warning on line 226</b> - File "/home/josh/Source/pickles/vendors/SimpleTest-1.0.1/test/cookies_test.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<a name="Database.php"></a>
|
||||
<h1>Database.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 25</b> - no @package tag was used in a DocBlock for class Database<br>
|
||||
<a name="detached_test.php"></a>
|
||||
<h1>detached_test.php</h1>
|
||||
<a name="Dynamic.php"></a>
|
||||
<h1>Dynamic.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 14</b> - File "/home/josh/Source/pickles/vendors/SimpleTest-1.0.1/test/detached_test.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<a name="dumper_test.php"></a>
|
||||
<h1>dumper_test.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 4</b> - no @package tag was used in a DocBlock for class DumperDummy<br>
|
||||
<b>Warning on line 7</b> - no @package tag was used in a DocBlock for class TestOfTextFormatting<br>
|
||||
<b>Warning on line 87</b> - File "/home/josh/Source/pickles/vendors/SimpleTest-1.0.1/test/dumper_test.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<a name="eclipse_test.php"></a>
|
||||
<h1>eclipse_test.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 11</b> - no @package tag was used in a DocBlock for class TestOfEclipse<br>
|
||||
<b>Warning on line 31</b> - File "/home/josh/Source/pickles/vendors/SimpleTest-1.0.1/test/eclipse_test.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<a name="emails.php"></a>
|
||||
<h1>emails.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 9</b> - File "/home/josh/Source/pickles/vendors/jquery-validate-1.7/demo/milk/emails.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<b>Warning on line 9</b> - File "/home/josh/Source/pickles/vendors/jquery-validate-1.7/demo/marketo/emails.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<a name="empty_test_file.php"></a>
|
||||
<h1>empty_test_file.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 2</b> - File "/home/josh/Source/pickles/vendors/SimpleTest-1.0.1/test/support/empty_test_file.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<a name="encoding_test.php"></a>
|
||||
<h1>encoding_test.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 8</b> - no @package tag was used in a DocBlock for class TestOfEncodedParts<br>
|
||||
<b>Warning on line 31</b> - no @package tag was used in a DocBlock for class TestOfEncoding<br>
|
||||
<b>Warning on line 194</b> - no @package tag was used in a DocBlock for class TestOfFormHeaders<br>
|
||||
<b>Warning on line 212</b> - File "/home/josh/Source/pickles/vendors/SimpleTest-1.0.1/test/encoding_test.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<b>Warning on line 24</b> - no @package tag was used in a DocBlock for class Dynamic<br>
|
||||
<a name="Error.php"></a>
|
||||
<h1>Error.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 23</b> - no @package tag was used in a DocBlock for class Error<br>
|
||||
<a name="errors_test.php"></a>
|
||||
<h1>errors_test.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 9</b> - no @package tag was used in a DocBlock for class TestOfErrorQueue<br>
|
||||
<b>Warning on line 99</b> - no @package tag was used in a DocBlock for class TestOfErrorTrap<br>
|
||||
<b>Warning on line 156</b> - no @package tag was used in a DocBlock for class TestOfErrors<br>
|
||||
<b>Warning on line 217</b> - no @package tag was used in a DocBlock for class TestOfPHP52RecoverableErrors<br>
|
||||
<b>Warning on line 238</b> - no @package tag was used in a DocBlock for class TestOfErrorsExcludingPHP52AndAbove<br>
|
||||
<b>Warning on line 263</b> - no @package tag was used in a DocBlock for class TestOfNotEnoughErrors<br>
|
||||
<b>Warning on line 278</b> - no @package tag was used in a DocBlock for class TestOfLeftOverErrors<br>
|
||||
<b>Warning on line 286</b> - no @package tag was used in a DocBlock for class TestRunnerForLeftOverAndNotEnoughErrors<br>
|
||||
<b>Warning on line 299</b> - File "/home/josh/Source/pickles/vendors/SimpleTest-1.0.1/test/errors_test.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<a name="events.php"></a>
|
||||
<h1>events.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 129</b> - File "/home/josh/Source/pickles/vendors/ckeditor-3.3.2/_samples/php/events.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<a name="exceptions_test.php"></a>
|
||||
<h1>exceptions_test.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 9</b> - no @package tag was used in a DocBlock for class MyTestException<br>
|
||||
<b>Warning on line 10</b> - no @package tag was used in a DocBlock for class HigherTestException<br>
|
||||
<b>Warning on line 11</b> - no @package tag was used in a DocBlock for class OtherTestException<br>
|
||||
<b>Warning on line 13</b> - no @package tag was used in a DocBlock for class TestOfExceptionExpectation<br>
|
||||
<b>Warning on line 38</b> - no @package tag was used in a DocBlock for class TestOfExceptionTrap<br>
|
||||
<b>Warning on line 69</b> - no @package tag was used in a DocBlock for class TestOfCatchingExceptions<br>
|
||||
<b>Warning on line 93</b> - no @package tag was used in a DocBlock for class TestOfCallingTearDownAfterExceptions<br>
|
||||
<b>Warning on line 111</b> - no @package tag was used in a DocBlock for class TestOfExceptionThrownInSetUpDoesNotRunTestBody<br>
|
||||
<b>Warning on line 127</b> - no @package tag was used in a DocBlock for class TestOfExpectExceptionWithSetUp<br>
|
||||
<b>Warning on line 142</b> - no @package tag was used in a DocBlock for class TestOfThrowingExceptionsInTearDown<br>
|
||||
<b>Warning on line 152</b> - File "/home/josh/Source/pickles/vendors/SimpleTest-1.0.1/test/exceptions_test.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<a name="expectation_test.php"></a>
|
||||
<h1>expectation_test.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 5</b> - no @package tag was used in a DocBlock for class TestOfEquality<br>
|
||||
<b>Warning on line 49</b> - no @package tag was used in a DocBlock for class TestOfWithin<br>
|
||||
<b>Warning on line 70</b> - no @package tag was used in a DocBlock for class TestOfInequality<br>
|
||||
<b>Warning on line 79</b> - no @package tag was used in a DocBlock for class RecursiveNasty<br>
|
||||
<b>Warning on line 87</b> - no @package tag was used in a DocBlock for class TestOfIdentity<br>
|
||||
<b>Warning on line 106</b> - no @package tag was used in a DocBlock for class DummyReferencedObject<br>
|
||||
<b>Warning on line 108</b> - no @package tag was used in a DocBlock for class TestOfReference<br>
|
||||
<b>Warning on line 145</b> - no @package tag was used in a DocBlock for class TestOfNonIdentity<br>
|
||||
<b>Warning on line 155</b> - no @package tag was used in a DocBlock for class TestOfPatterns<br>
|
||||
<b>Warning on line 170</b> - no @package tag was used in a DocBlock for class ExpectedMethodTarget<br>
|
||||
<b>Warning on line 174</b> - no @package tag was used in a DocBlock for class TestOfMethodExistence<br>
|
||||
<b>Warning on line 185</b> - no @package tag was used in a DocBlock for class TestOfIsA<br>
|
||||
<b>Warning on line 236</b> - no @package tag was used in a DocBlock for class TestOfNotA<br>
|
||||
<b>Warning on line 244</b> - File "/home/josh/Source/pickles/vendors/SimpleTest-1.0.1/test/expectation_test.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<a name="Form.php"></a>
|
||||
<h1>Form.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 24</b> - no @package tag was used in a DocBlock for class Form<br>
|
||||
<a name="form.php"></a>
|
||||
<h1>form.php</h1>
|
||||
<a name="home.php"></a>
|
||||
<h1>home.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 9</b> - File "/home/josh/Source/pickles/vendors/jquery-validate-1.7/demo/form.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<a name="form_test.php"></a>
|
||||
<h1>form_test.php</h1>
|
||||
<b>Warning on line 3</b> - no @package tag was used in a DocBlock for class home<br>
|
||||
<b>Warning on line 18</b> - File "/home/josh/Source/pickles/launchpad/modules/home.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<a name="home.phtml"></a>
|
||||
<h1>home.phtml</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 9</b> - no @package tag was used in a DocBlock for class TestOfForm<br>
|
||||
<b>Warning on line 322</b> - File "/home/josh/Source/pickles/vendors/SimpleTest-1.0.1/test/form_test.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<a name="frames_test.php"></a>
|
||||
<h1>frames_test.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 9</b> - no @package tag was used in a DocBlock for class TestOfFrameset<br>
|
||||
<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="http_test.php"></a>
|
||||
<h1>http_test.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 16</b> - no @package tag was used in a DocBlock for class TestOfDirectRoute<br>
|
||||
<b>Warning on line 75</b> - no @package tag was used in a DocBlock for class TestOfProxyRoute<br>
|
||||
<b>Warning on line 158</b> - no @package tag was used in a DocBlock for class TestOfHttpRequest<br>
|
||||
<b>Warning on line 231</b> - no @package tag was used in a DocBlock for class TestOfHttpPostRequest<br>
|
||||
<b>Warning on line 277</b> - no @package tag was used in a DocBlock for class TestOfHttpHeaders<br>
|
||||
<b>Warning on line 336</b> - no @package tag was used in a DocBlock for class TestOfHttpResponse<br>
|
||||
<b>Warning on line 426</b> - File "/home/josh/Source/pickles/vendors/SimpleTest-1.0.1/test/http_test.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<a name="image.php"></a>
|
||||
<h1>image.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 34</b> - File "/home/josh/Source/pickles/vendors/jquery-validate-1.7/demo/captcha/images/image.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<a name="image_req.php"></a>
|
||||
<h1>image_req.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 5</b> - File "/home/josh/Source/pickles/vendors/jquery-validate-1.7/demo/captcha/image_req.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<b>Warning on line 10</b> - File "/home/josh/Source/pickles/launchpad/templates/home.phtml" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<a name="index.php"></a>
|
||||
<h1>index.php</h1>
|
||||
<h2>Warnings:</h2><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>
|
||||
<h1>interfaces_test.php</h1>
|
||||
<b>Warning on line 7</b> - File "/home/josh/Source/pickles/launchpad/public/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 7</b> - no @package tag was used in a DocBlock for interface DummyInterface<br>
|
||||
<b>Warning on line 16</b> - no @package tag was used in a DocBlock for class TestOfMockInterfaces<br>
|
||||
<b>Warning on line 38</b> - no @package tag was used in a DocBlock for class TestOfSpl<br>
|
||||
<b>Warning on line 70</b> - no @package tag was used in a DocBlock for class WithHint<br>
|
||||
<b>Warning on line 74</b> - no @package tag was used in a DocBlock for class ImplementsDummy<br>
|
||||
<b>Warning on line 82</b> - no @package tag was used in a DocBlock for class TestOfImplementations<br>
|
||||
<b>Warning on line 102</b> - no @package tag was used in a DocBlock for interface SampleClassWithConstruct<br>
|
||||
<b>Warning on line 106</b> - no @package tag was used in a DocBlock for class TestOfInterfaceMocksWithConstruct<br>
|
||||
<b>Warning on line 113</b> - no @package tag was used in a DocBlock for interface SampleInterfaceWithHintInSignature<br>
|
||||
<b>Warning on line 117</b> - no @package tag was used in a DocBlock for class TestOfInterfaceMocksWithHintInSignature<br>
|
||||
<b>Warning on line 126</b> - no @package tag was used in a DocBlock for interface SampleInterfaceWithClone<br>
|
||||
<b>Warning on line 130</b> - no @package tag was used in a DocBlock for class TestOfSampleInterfaceWithClone<br>
|
||||
<b>Warning on line 136</b> - File "/home/josh/Source/pickles/vendors/SimpleTest-1.0.1/test/interfaces_test.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<b>Warning on line 13</b> - File "/home/josh/Source/pickles/launchpad/templates/index.phtml" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<a name="JSON.php"></a>
|
||||
<h1>JSON.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 30</b> - no @package tag was used in a DocBlock for class Display_JSON<br>
|
||||
<a name="live_test.php"></a>
|
||||
<h1>live_test.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 11</b> - no @package tag was used in a DocBlock for class LiveHttpTestCase<br>
|
||||
<b>Warning on line 46</b> - File "/home/josh/Source/pickles/vendors/SimpleTest-1.0.1/test/live_test.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<a name="Log.php"></a>
|
||||
<h1>Log.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 23</b> - no @package tag was used in a DocBlock for class Log<br>
|
||||
<a name="mock_objects_test.php"></a>
|
||||
<h1>mock_objects_test.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 6</b> - no @package tag was used in a DocBlock for class TestOfAnythingExpectation<br>
|
||||
<b>Warning on line 16</b> - no @package tag was used in a DocBlock for class TestOfParametersExpectation<br>
|
||||
<b>Warning on line 77</b> - no @package tag was used in a DocBlock for class TestOfSimpleSignatureMap<br>
|
||||
<b>Warning on line 141</b> - no @package tag was used in a DocBlock for class TestOfCallSchedule<br>
|
||||
<b>Warning on line 207</b> - no @package tag was used in a DocBlock for class Dummy<br>
|
||||
<b>Warning on line 223</b> - no @package tag was used in a DocBlock for class TestOfMockGeneration<br>
|
||||
<b>Warning on line 242</b> - no @package tag was used in a DocBlock for class TestOfMockReturns<br>
|
||||
<b>Warning on line 352</b> - no @package tag was used in a DocBlock for class TestOfMockExpectationsThatPass<br>
|
||||
<b>Warning on line 433</b> - no @package tag was used in a DocBlock for class MockWithInjectedTestCase<br>
|
||||
<b>Warning on line 445</b> - no @package tag was used in a DocBlock for class LikeExpectation<br>
|
||||
<b>Warning on line 462</b> - no @package tag was used in a DocBlock for class TestOfMockExpectations<br>
|
||||
<b>Warning on line 645</b> - no @package tag was used in a DocBlock for class TestOfMockComparisons<br>
|
||||
<b>Warning on line 658</b> - no @package tag was used in a DocBlock for class ClassWithSpecialMethods<br>
|
||||
<b>Warning on line 668</b> - no @package tag was used in a DocBlock for class TestOfSpecialMethods<br>
|
||||
<b>Warning on line 730</b> - no @package tag was used in a DocBlock for class TestOfMockingClassesWithStaticMethods<br>
|
||||
<b>Warning on line 744</b> - no @package tag was used in a DocBlock for class MockTestException<br>
|
||||
<b>Warning on line 747</b> - no @package tag was used in a DocBlock for class TestOfThrowingExceptionsFromMocks<br>
|
||||
<b>Warning on line 785</b> - no @package tag was used in a DocBlock for class TestOfThrowingErrorsFromMocks<br>
|
||||
<b>Warning on line 815</b> - no @package tag was used in a DocBlock for class TestOfPartialMocks<br>
|
||||
<b>Warning on line 856</b> - no @package tag was used in a DocBlock for class ConstructorSuperClass<br>
|
||||
<b>Warning on line 860</b> - no @package tag was used in a DocBlock for class ConstructorSubClass<br>
|
||||
<b>Warning on line 863</b> - no @package tag was used in a DocBlock for class TestOfPHP4StyleSuperClassConstruct<br>
|
||||
<b>Warning on line 876</b> - no @package tag was used in a DocBlock for class TestOfPHP5StaticMethodMocking<br>
|
||||
<b>Warning on line 893</b> - no @package tag was used in a DocBlock for class TestOfPHP5AbstractMethodMocking<br>
|
||||
<b>Warning on line 993</b> - File "/home/josh/Source/pickles/vendors/SimpleTest-1.0.1/test/mock_objects_test.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<a name="Model.php"></a>
|
||||
<h1>Model.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
|
@ -464,48 +103,20 @@
|
|||
<h1>Module.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 28</b> - no @package tag was used in a DocBlock for class Module<br>
|
||||
<a name="Mongo.php"></a>
|
||||
<h1>Mongo.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 21</b> - no @package tag was used in a DocBlock for class Database_Mongo<br>
|
||||
<a name="MySQL.php"></a>
|
||||
<h1>MySQL.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 21</b> - no @package tag was used in a DocBlock for class Database_PDO_MySQL<br>
|
||||
<h2>Errors:</h2><br>
|
||||
<b>Error on line 44</b> - @access was passed neither "public" nor "private." Was passed: "proceted"<br>
|
||||
<a name="newsession.php"></a>
|
||||
<h1>newsession.php</h1>
|
||||
<h2>Warnings:</h2><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>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 25</b> - no @package tag was used in a DocBlock for class Object<br>
|
||||
<a name="page_test.php"></a>
|
||||
<h1>page_test.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 17</b> - no @package tag was used in a DocBlock for class TestOfPageBuilder<br>
|
||||
<b>Warning on line 148</b> - no @package tag was used in a DocBlock for class TestOfPageParsing<br>
|
||||
<b>Warning on line 168</b> - no @package tag was used in a DocBlock for class TestOfPageInterface<br>
|
||||
<b>Warning on line 185</b> - no @package tag was used in a DocBlock for class TestOfPageHeaders<br>
|
||||
<b>Warning on line 257</b> - no @package tag was used in a DocBlock for class TestOfHtmlPage<br>
|
||||
<b>Warning on line 468</b> - no @package tag was used in a DocBlock for class TestOfFormsCreatedFromEventStream<br>
|
||||
<b>Warning on line 512</b> - no @package tag was used in a DocBlock for class TestOfPageScraping<br>
|
||||
<b>Warning on line 902</b> - File "/home/josh/Source/pickles/vendors/SimpleTest-1.0.1/test/page_test.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<a name="parser_test.php"></a>
|
||||
<h1>parser_test.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 7</b> - no @package tag was used in a DocBlock for class TestOfParallelRegex<br>
|
||||
<b>Warning on line 69</b> - no @package tag was used in a DocBlock for class TestOfStateStack<br>
|
||||
<b>Warning on line 97</b> - no @package tag was used in a DocBlock for class TestParser<br>
|
||||
<b>Warning on line 110</b> - no @package tag was used in a DocBlock for class TestOfLexer<br>
|
||||
<b>Warning on line 155</b> - no @package tag was used in a DocBlock for class TestOfLexerModes<br>
|
||||
<b>Warning on line 257</b> - no @package tag was used in a DocBlock for class TestOfLexerHandlers<br>
|
||||
<b>Warning on line 281</b> - no @package tag was used in a DocBlock for class TestOfSimpleHtmlLexer<br>
|
||||
<b>Warning on line 364</b> - no @package tag was used in a DocBlock for class TestOfHtmlSaxParser<br>
|
||||
<b>Warning on line 481</b> - no @package tag was used in a DocBlock for class TestOfTextExtraction<br>
|
||||
<b>Warning on line 550</b> - File "/home/josh/Source/pickles/vendors/SimpleTest-1.0.1/test/parser_test.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<a name="parse_error_test.php"></a>
|
||||
<h1>parse_error_test.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 8</b> - File "/home/josh/Source/pickles/vendors/SimpleTest-1.0.1/test/parse_error_test.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<a name="PHP.php"></a>
|
||||
<h1>PHP.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
|
@ -520,227 +131,33 @@
|
|||
<b>Warning on line 21</b> - no @package tag was used in a DocBlock for class Database_PDO_PostgreSQL<br>
|
||||
<h2>Errors:</h2><br>
|
||||
<b>Error on line 44</b> - @access was passed neither "public" nor "private." Was passed: "proceted"<br>
|
||||
<a name="process.php"></a>
|
||||
<h1>process.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 13</b> - File "/home/josh/Source/pickles/vendors/jquery-validate-1.7/demo/captcha/process.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<a name="Profiler.php"></a>
|
||||
<h1>Profiler.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 34</b> - no @package tag was used in a DocBlock for class Profiler<br>
|
||||
<a name="rand.php"></a>
|
||||
<h1>rand.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 10</b> - File "/home/josh/Source/pickles/vendors/jquery-validate-1.7/demo/captcha/rand.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<a name="reflection_php4_test.php"></a>
|
||||
<h1>reflection_php4_test.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 4</b> - no @package tag was used in a DocBlock for class AnyOldThing<br>
|
||||
<b>Warning on line 9</b> - no @package tag was used in a DocBlock for class AnyOldChildThing<br>
|
||||
<b>Warning on line 11</b> - no @package tag was used in a DocBlock for class TestOfReflection<br>
|
||||
<b>Warning on line 60</b> - File "/home/josh/Source/pickles/vendors/SimpleTest-1.0.1/test/reflection_php4_test.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<a name="reflection_php5_test.php"></a>
|
||||
<h1>reflection_php5_test.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 5</b> - no @package tag was used in a DocBlock for class AnyOldLeafClass<br>
|
||||
<b>Warning on line 9</b> - no @package tag was used in a DocBlock for class AnyOldClass<br>
|
||||
<b>Warning on line 13</b> - no @package tag was used in a DocBlock for class AnyOldLeafClassWithAFinal<br>
|
||||
<b>Warning on line 17</b> - no @package tag was used in a DocBlock for interface AnyOldInterface<br>
|
||||
<b>Warning on line 21</b> - no @package tag was used in a DocBlock for interface AnyOldArgumentInterface<br>
|
||||
<b>Warning on line 25</b> - no @package tag was used in a DocBlock for interface AnyDescendentInterface<br>
|
||||
<b>Warning on line 28</b> - no @package tag was used in a DocBlock for class AnyOldImplementation<br>
|
||||
<b>Warning on line 33</b> - no @package tag was used in a DocBlock for class AnyAbstractImplementation<br>
|
||||
<b>Warning on line 36</b> - no @package tag was used in a DocBlock for class AnotherOldAbstractClass<br>
|
||||
<b>Warning on line 40</b> - no @package tag was used in a DocBlock for class AnyOldSubclass<br>
|
||||
<b>Warning on line 42</b> - no @package tag was used in a DocBlock for class AnyOldArgumentClass<br>
|
||||
<b>Warning on line 46</b> - no @package tag was used in a DocBlock for class AnyOldArgumentImplementation<br>
|
||||
<b>Warning on line 50</b> - no @package tag was used in a DocBlock for class AnyOldTypeHintedClass<br>
|
||||
<b>Warning on line 54</b> - no @package tag was used in a DocBlock for class AnyDescendentImplementation<br>
|
||||
<b>Warning on line 58</b> - no @package tag was used in a DocBlock for class AnyOldOverloadedClass<br>
|
||||
<b>Warning on line 63</b> - no @package tag was used in a DocBlock for class AnyOldClassWithStaticMethods<br>
|
||||
<b>Warning on line 68</b> - no @package tag was used in a DocBlock for class AnyOldAbstractClassWithAbstractMethods<br>
|
||||
<b>Warning on line 74</b> - no @package tag was used in a DocBlock for class TestOfReflection<br>
|
||||
<b>Warning on line 234</b> - no @package tag was used in a DocBlock for class TestOfReflectionWithTypeHints<br>
|
||||
<b>Warning on line 252</b> - no @package tag was used in a DocBlock for class TestOfAbstractsWithAbstractMethods<br>
|
||||
<b>Warning on line 270</b> - File "/home/josh/Source/pickles/vendors/SimpleTest-1.0.1/test/reflection_php5_test.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<a name="remote_test.php"></a>
|
||||
<h1>remote_test.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 19</b> - File "/home/josh/Source/pickles/vendors/SimpleTest-1.0.1/test/remote_test.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<a name="replace.php"></a>
|
||||
<h1>replace.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 62</b> - File "/home/josh/Source/pickles/vendors/ckeditor-3.3.2/_samples/php/replace.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<a name="replaceall.php"></a>
|
||||
<h1>replaceall.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 67</b> - File "/home/josh/Source/pickles/vendors/ckeditor-3.3.2/_samples/php/replaceall.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<a name="RSS.php"></a>
|
||||
<h1>RSS.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 28</b> - no @package tag was used in a DocBlock for class Display_RSS<br>
|
||||
<a name="sample_posteddata.php"></a>
|
||||
<h1>sample_posteddata.php</h1>
|
||||
<a name="SampleModel.php"></a>
|
||||
<h1>SampleModel.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>
|
||||
<b>Warning on line 6</b> - no @package tag was used in a DocBlock for class SampleModel<br>
|
||||
<b>Warning on line 12</b> - File "/home/josh/Source/pickles/launchpad/models/SampleModel.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<a name="Security.php"></a>
|
||||
<h1>Security.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 27</b> - no @package tag was used in a DocBlock for class Security<br>
|
||||
<a name="shell_test.php"></a>
|
||||
<h1>shell_test.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 5</b> - no @package tag was used in a DocBlock for class TestOfShell<br>
|
||||
<b>Warning on line 19</b> - no @package tag was used in a DocBlock for class TestOfShellTesterAndShell<br>
|
||||
<b>Warning on line 37</b> - File "/home/josh/Source/pickles/vendors/SimpleTest-1.0.1/test/shell_test.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<a name="shell_tester_test.php"></a>
|
||||
<h1>shell_tester_test.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 6</b> - no @package tag was used in a DocBlock for class TestOfShellTestCase<br>
|
||||
<b>Warning on line 41</b> - File "/home/josh/Source/pickles/vendors/SimpleTest-1.0.1/test/shell_tester_test.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<a name="simpletest_test.php"></a>
|
||||
<h1>simpletest_test.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 7</b> - no @package tag was used in a DocBlock for class ShouldNeverBeRun<br>
|
||||
<b>Warning on line 13</b> - no @package tag was used in a DocBlock for class ShouldNeverBeRunEither<br>
|
||||
<b>Warning on line 15</b> - no @package tag was used in a DocBlock for class TestOfStackTrace<br>
|
||||
<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="socket_test.php"></a>
|
||||
<h1>socket_test.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 6</b> - no @package tag was used in a DocBlock for class TestOfSimpleStickyError<br>
|
||||
<b>Warning on line 24</b> - File "/home/josh/Source/pickles/vendors/SimpleTest-1.0.1/test/socket_test.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<a name="spl_examples.php"></a>
|
||||
<h1>spl_examples.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 3</b> - no @package tag was used in a DocBlock for class IteratorImplementation<br>
|
||||
<b>Warning on line 11</b> - no @package tag was used in a DocBlock for class IteratorAggregateImplementation<br>
|
||||
<b>Warning on line 14</b> - File "/home/josh/Source/pickles/vendors/SimpleTest-1.0.1/test/support/spl_examples.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<a name="SQLite.php"></a>
|
||||
<h1>SQLite.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 21</b> - no @package tag was used in a DocBlock for class Database_PDO_SQLite<br>
|
||||
<a name="standalone.php"></a>
|
||||
<h1>standalone.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 63</b> - File "/home/josh/Source/pickles/vendors/ckeditor-3.3.2/_samples/php/standalone.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<a name="tag_test.php"></a>
|
||||
<h1>tag_test.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 7</b> - no @package tag was used in a DocBlock for class TestOfTag<br>
|
||||
<b>Warning on line 59</b> - no @package tag was used in a DocBlock for class TestOfWidget<br>
|
||||
<b>Warning on line 150</b> - no @package tag was used in a DocBlock for class TestOfTextArea<br>
|
||||
<b>Warning on line 186</b> - no @package tag was used in a DocBlock for class TestOfCheckbox<br>
|
||||
<b>Warning on line 196</b> - no @package tag was used in a DocBlock for class TestOfSelection<br>
|
||||
<b>Warning on line 386</b> - no @package tag was used in a DocBlock for class TestOfRadioGroup<br>
|
||||
<b>Warning on line 455</b> - no @package tag was used in a DocBlock for class TestOfTagGroup<br>
|
||||
<b>Warning on line 520</b> - no @package tag was used in a DocBlock for class TestOfUploadWidget<br>
|
||||
<b>Warning on line 540</b> - no @package tag was used in a DocBlock for class TestOfLabelTag<br>
|
||||
<b>Warning on line 553</b> - File "/home/josh/Source/pickles/vendors/SimpleTest-1.0.1/test/tag_test.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<a name="test.php"></a>
|
||||
<h1>test.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 9</b> - no @package tag was used in a DocBlock for class TestOfTestDoxReporter<br>
|
||||
<b>Warning on line 106</b> - File "/home/josh/Source/pickles/vendors/SimpleTest-1.0.1/extensions/testdox/test.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<a name="test1.php"></a>
|
||||
<h1>test1.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 1</b> - no @package tag was used in a DocBlock for class test1<br>
|
||||
<b>Warning on line 6</b> - File "/home/josh/Source/pickles/vendors/SimpleTest-1.0.1/test/support/test1.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<a name="testdox.php"></a>
|
||||
<h1>testdox.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 3</b> - no @package tag was used in a DocBlock for class TestDoxReporter<br>
|
||||
<b>Warning on line 41</b> - File "/home/josh/Source/pickles/vendors/SimpleTest-1.0.1/extensions/testdox.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<a name="test_case.php"></a>
|
||||
<h1>test_case.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 377</b> - no @package tag was used in a DocBlock for class SimpleFileLoader<br>
|
||||
<a name="test_with_parse_error.php"></a>
|
||||
<h1>test_with_parse_error.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 3</b> - no @package tag was used in a DocBlock for class TestCaseWithParseError<br>
|
||||
<b>Warning on line 7</b> - File "/home/josh/Source/pickles/vendors/SimpleTest-1.0.1/test/test_with_parse_error.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<a name="unit_tester_test.php"></a>
|
||||
<h1>unit_tester_test.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 4</b> - no @package tag was used in a DocBlock for class ReferenceForTesting<br>
|
||||
<b>Warning on line 7</b> - no @package tag was used in a DocBlock for class TestOfUnitTester<br>
|
||||
<b>Warning on line 54</b> - File "/home/josh/Source/pickles/vendors/SimpleTest-1.0.1/test/unit_tester_test.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<a name="unit_tests.php"></a>
|
||||
<h1>unit_tests.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 10</b> - no @package tag was used in a DocBlock for class UnitTests<br>
|
||||
<b>Warning on line 54</b> - File "/home/josh/Source/pickles/vendors/SimpleTest-1.0.1/test/unit_tests.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<a name="url_test.php"></a>
|
||||
<h1>url_test.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 5</b> - no @package tag was used in a DocBlock for class TestOfUrl<br>
|
||||
<b>Warning on line 299</b> - no @package tag was used in a DocBlock for class TestOfAbsoluteUrls<br>
|
||||
<b>Warning on line 433</b> - no @package tag was used in a DocBlock for class TestOfFrameUrl<br>
|
||||
<b>Warning on line 442</b> - File "/home/josh/Source/pickles/vendors/SimpleTest-1.0.1/test/url_test.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<a name="users.php"></a>
|
||||
<h1>users.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 11</b> - File "/home/josh/Source/pickles/vendors/jquery-validate-1.7/demo/milk/users.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<a name="user_agent_test.php"></a>
|
||||
<h1>user_agent_test.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 12</b> - no @package tag was used in a DocBlock for class TestOfFetchingUrlParameters<br>
|
||||
<b>Warning on line 40</b> - no @package tag was used in a DocBlock for class TestOfAdditionalHeaders<br>
|
||||
<b>Warning on line 60</b> - no @package tag was used in a DocBlock for class TestOfBrowserCookies<br>
|
||||
<b>Warning on line 200</b> - no @package tag was used in a DocBlock for class TestOfHttpRedirects<br>
|
||||
<b>Warning on line 310</b> - no @package tag was used in a DocBlock for class TestOfBadHosts<br>
|
||||
<b>Warning on line 337</b> - no @package tag was used in a DocBlock for class TestOfAuthorisation<br>
|
||||
<b>Warning on line 357</b> - File "/home/josh/Source/pickles/vendors/SimpleTest-1.0.1/test/user_agent_test.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<a name="visual_test.php"></a>
|
||||
<h1>visual_test.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 19</b> - no @package tag was used in a DocBlock for class TestDisplayClass<br>
|
||||
<b>Warning on line 27</b> - no @package tag was used in a DocBlock for class PassingUnitTestCaseOutput<br>
|
||||
<b>Warning on line 144</b> - no @package tag was used in a DocBlock for class FailingUnitTestCaseOutput<br>
|
||||
<b>Warning on line 262</b> - no @package tag was used in a DocBlock for class Dummy<br>
|
||||
<b>Warning on line 271</b> - no @package tag was used in a DocBlock for class TestOfMockObjectsOutput<br>
|
||||
<b>Warning on line 372</b> - no @package tag was used in a DocBlock for class TestOfPastBugs<br>
|
||||
<b>Warning on line 387</b> - no @package tag was used in a DocBlock for class TestOfVisualShell<br>
|
||||
<b>Warning on line 402</b> - no @package tag was used in a DocBlock for class PassesAsWellReporter<br>
|
||||
<b>Warning on line 426</b> - no @package tag was used in a DocBlock for class TestOfSkippingNoMatterWhat<br>
|
||||
<b>Warning on line 436</b> - no @package tag was used in a DocBlock for class TestOfSkippingOrElse<br>
|
||||
<b>Warning on line 446</b> - no @package tag was used in a DocBlock for class TestOfSkippingTwiceOver<br>
|
||||
<b>Warning on line 457</b> - no @package tag was used in a DocBlock for class TestThatShouldNotBeSkipped<br>
|
||||
<b>Warning on line 494</b> - File "/home/josh/Source/pickles/vendors/SimpleTest-1.0.1/test/visual_test.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<a name="web_tester_test.php"></a>
|
||||
<h1>web_tester_test.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 5</b> - no @package tag was used in a DocBlock for class TestOfFieldExpectation<br>
|
||||
<b>Warning on line 47</b> - no @package tag was used in a DocBlock for class TestOfHeaderExpectations<br>
|
||||
<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>
|
||||
<b>Warning on line 11</b> - no @package tag was used in a DocBlock for class TestOfNestingTags<br>
|
||||
<b>Warning on line 18</b> - no @package tag was used in a DocBlock for class TestOfXmlStructureParsing<br>
|
||||
<b>Warning on line 98</b> - no @package tag was used in a DocBlock for class AnyOldSignal<br>
|
||||
<b>Warning on line 102</b> - no @package tag was used in a DocBlock for class TestOfXmlResultsParsing<br>
|
||||
<b>Warning on line 186</b> - File "/home/josh/Source/pickles/vendors/SimpleTest-1.0.1/test/xml_test.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<a name="mock_objects.php"></a>
|
||||
<h1>mock_objects.php</h1>
|
||||
<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 Thu, 14 Oct 2010 20:15:17 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Oct 2010 23:17:23 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
|
@ -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 Thu, 14 Oct 2010 20:15:16 -0400 -->
|
||||
<!-- Generated by phpDocumentor on Sun, 17 Oct 2010 23:17:22 -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>
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
<dd><a href='PICKLES/Controller.html' target='right'>Controller</a></dd>
|
||||
<dd><a href='PICKLES/Database.html' target='right'>Database</a></dd>
|
||||
<dd><a href='PICKLES/Database_Common.html' target='right'>Database_Common</a></dd>
|
||||
<dd><a href='PICKLES/Database_Mongo.html' target='right'>Database_Mongo</a></dd>
|
||||
<dd><a href='PICKLES/Database_PDO_Common.html' target='right'>Database_PDO_Common</a></dd>
|
||||
<dd><a href='PICKLES/Database_PDO_MySQL.html' target='right'>Database_PDO_MySQL</a></dd>
|
||||
<dd><a href='PICKLES/Database_PDO_PostgreSQL.html' target='right'>Database_PDO_PostgreSQL</a></dd>
|
||||
|
@ -36,6 +37,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_XML.html' target='right'>Display_XML</a></dd>
|
||||
<dd><a href='PICKLES/Dynamic.html' target='right'>Dynamic</a></dd>
|
||||
<dd><a href='PICKLES/Error.html' target='right'>Error</a></dd>
|
||||
<dd><a href='PICKLES/Form.html' target='right'>Form</a></dd>
|
||||
<dd><a href='PICKLES/Log.html' target='right'>Log</a></dd>
|
||||
|
@ -49,18 +51,20 @@
|
|||
<dd><a href='PICKLES/_pickles.php.html#function__handleError' target='right'>__handleError</a></dd>
|
||||
<dd><a href='PICKLES/_pickles.php.html#function__handleException' target='right'>__handleException</a></dd>
|
||||
<dt class="folder-title">Files</dt>
|
||||
<dd><a href='PICKLES/_classes---Database---PDO---Common.php.html' target='right'>Common.php</a></dd>
|
||||
<dd><a href='PICKLES/_classes---Display---Common.php.html' target='right'>Common.php</a></dd>
|
||||
<dd><a href='PICKLES/_classes---Database---Common.php.html' target='right'>Common.php</a></dd>
|
||||
<dd><a href='PICKLES/_classes---Display---Common.php.html' target='right'>Common.php</a></dd>
|
||||
<dd><a href='PICKLES/_classes---Database---PDO---Common.php.html' target='right'>Common.php</a></dd>
|
||||
<dd><a href='PICKLES/_classes---Config.php.html' target='right'>Config.php</a></dd>
|
||||
<dd><a href='PICKLES/_classes---Controller.php.html' target='right'>Controller.php</a></dd>
|
||||
<dd><a href='PICKLES/_classes---Database.php.html' target='right'>Database.php</a></dd>
|
||||
<dd><a href='PICKLES/_classes---Dynamic.php.html' target='right'>Dynamic.php</a></dd>
|
||||
<dd><a href='PICKLES/_classes---Error.php.html' target='right'>Error.php</a></dd>
|
||||
<dd><a href='PICKLES/_classes---Form.php.html' target='right'>Form.php</a></dd>
|
||||
<dd><a href='PICKLES/_classes---Display---JSON.php.html' target='right'>JSON.php</a></dd>
|
||||
<dd><a href='PICKLES/_classes---Log.php.html' target='right'>Log.php</a></dd>
|
||||
<dd><a href='PICKLES/_classes---Model.php.html' target='right'>Model.php</a></dd>
|
||||
<dd><a href='PICKLES/_classes---Module.php.html' target='right'>Module.php</a></dd>
|
||||
<dd><a href='PICKLES/_classes---Database---Mongo.php.html' target='right'>Mongo.php</a></dd>
|
||||
<dd><a href='PICKLES/_classes---Database---PDO---MySQL.php.html' target='right'>MySQL.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>
|
||||
|
|
|
@ -16,9 +16,9 @@
|
|||
<tr>
|
||||
<td>
|
||||
|
||||
<a href="ric_README.html" target="right">README</a>
|
||||
<a href="ric_README.md.html" target="right">README.md</a>
|
||||
|
||||
| <a href="ric_INSTALL.html" target="right">INSTALL</a>
|
||||
| <a href="ric_MIT-LICENSE.txt.html" target="right">MIT-LICENSE.txt</a>
|
||||
|
||||
</td>
|
||||
<td style="width: 2em"> </td>
|
||||
|
|
|
@ -1,45 +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></title>
|
||||
<link rel="stylesheet" href="media/stylesheet.css" />
|
||||
<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/>
|
||||
</head>
|
||||
<body>
|
||||
<h1 align="center">INSTALL</h1>
|
||||
<pre>
|
||||
______ _____ _____ _ __ _ _____ _____
|
||||
| ___ \_ _/ __ \| | / /| | | ___/ ___|
|
||||
| |_/ / | | | / \/| |/ / | | | |__ \ `--.
|
||||
| __/ | | | | | \ | | | __| `--. \
|
||||
| | _| |_| \__/\| |\ \| |____| |___/\__/ /
|
||||
\_| \___/ \____/\_| \_/\_____/\____/\____/
|
||||
|
||||
PHP Interface Collection of Killer Libraries to Enhance Stuff
|
||||
===========================================================================
|
||||
|
||||
Installation Guide
|
||||
------------------
|
||||
|
||||
1. Extract PICKLES source code to the location of your choice. I usually
|
||||
put it in /usr/share/pickles
|
||||
|
||||
2. Add PICKLES to your include path. This can be accomplished a number of
|
||||
ways, my preference being adding it to the VirtualHost entry of my
|
||||
Apache config and restart Apache:
|
||||
|
||||
php_value include_path .:/usr/share/pickles
|
||||
|
||||
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 Thu, 14 Oct 2010 20:15:16 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
40
docs/ric_MIT-LICENSE.txt.html
Normal file
40
docs/ric_MIT-LICENSE.txt.html
Normal file
|
@ -0,0 +1,40 @@
|
|||
<?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></title>
|
||||
<link rel="stylesheet" href="media/stylesheet.css" />
|
||||
<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/>
|
||||
</head>
|
||||
<body>
|
||||
<h1 align="center">MIT-LICENSE.txt</h1>
|
||||
<pre>
|
||||
The MIT License
|
||||
|
||||
Copyright (c) 2010 Gravity Boulevard, LLC, http://gravityblvd.com
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
THE SOFTWARE.
|
||||
|
||||
</pre>
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Sun, 17 Oct 2010 23:17:22 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
|
@ -8,7 +8,7 @@
|
|||
<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/>
|
||||
</head>
|
||||
<body>
|
||||
<h1 align="center">README</h1>
|
||||
<h1 align="center">README.md</h1>
|
||||
<pre>
|
||||
______ _____ _____ _ __ _ _____ _____
|
||||
| ___ \_ _/ __ \| | / /| | | ___/ ___|
|
||||
|
@ -92,7 +92,7 @@ Get the facts!
|
|||
|
||||
</pre>
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Thu, 14 Oct 2010 20:15:16 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Oct 2010 23:17:22 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
|
@ -36,7 +36,7 @@
|
|||
<li>Error handling is non-existant.</li>
|
||||
</ul>
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Thu, 14 Oct 2010 20:15:17 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Oct 2010 23:17:23 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
|
@ -1,3 +0,0 @@
|
|||
#!/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
|
3
scripts/generate_docs.sh
Executable file
3
scripts/generate_docs.sh
Executable file
|
@ -0,0 +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.md,MIT-LICENSE.txt -po PICKLES -s
|
Loading…
Add table
Add a link
Reference in a new issue