Updated documentation.
This commit is contained in:
parent
1a15dfd337
commit
5b0c42bda3
43 changed files with 1598 additions and 273 deletions
|
@ -250,7 +250,7 @@
|
|||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Sun, 19 Sep 2010 22:51:52 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Fri, 01 Oct 2010 23:27:51 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
|
@ -55,11 +55,16 @@
|
|||
</div>
|
||||
<div class="info-box-body">
|
||||
<div class="method-summary">
|
||||
|
||||
|
||||
<div class="method-definition">
|
||||
<span class="method-result">Controller</span>
|
||||
<a href="#__construct" title="details" class="method-name">__construct</a>
|
||||
()
|
||||
</div>
|
||||
<div class="method-definition">
|
||||
<span class="method-result">void</span>
|
||||
<a href="#__destruct" title="details" class="method-name">__destruct</a>
|
||||
()
|
||||
</div>
|
||||
<div class="method-definition">
|
||||
<span class="method-result">void</span>
|
||||
|
@ -138,14 +143,46 @@
|
|||
</dl>
|
||||
|
||||
</div>
|
||||
<a name="methodprepareVariables" id="prepareVariables"><!-- --></a>
|
||||
<a name="method__destruct" id="__destruct"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">prepareVariables</span> (line <span class="line-number">191</span>)
|
||||
<span class="method-title">Destructor __destruct</span> (line <span class="line-number">191</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
<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">
|
||||
__destruct
|
||||
</span>
|
||||
()
|
||||
</div>
|
||||
|
||||
|
||||
<hr class="separator" />
|
||||
<div class="notes">Redefinition of:</div>
|
||||
<dl>
|
||||
<dt><a href="../PICKLES/Object.html#method__destruct">Object::__destruct()</a></dt>
|
||||
<dd>Destructor</dd>
|
||||
</dl>
|
||||
|
||||
</div>
|
||||
<a name="methodprepareVariables" id="prepareVariables"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">prepareVariables</span> (line <span class="line-number">201</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
<ul class="tags">
|
||||
<li><span class="field">access:</span> public</li>
|
||||
</ul>
|
||||
|
||||
<div class="method-signature">
|
||||
<span class="method-result">void</span>
|
||||
|
@ -169,6 +206,7 @@
|
|||
<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#method__destruct">Object::__destruct()</a></span><br>
|
||||
</blockquote>
|
||||
|
||||
</div>
|
||||
|
@ -176,7 +214,7 @@
|
|||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Sun, 19 Sep 2010 22:51:52 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Fri, 01 Oct 2010 23:27:51 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
|
@ -133,7 +133,7 @@
|
|||
<div class="info-box-body">
|
||||
<A NAME='method_detail'></A>
|
||||
<a name="methodgetInstance" id="getInstance"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">static method getInstance</span> (line <span class="line-number">139</span>)
|
||||
|
@ -161,7 +161,7 @@
|
|||
</div>
|
||||
|
||||
<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">99</span>)
|
||||
|
@ -206,7 +206,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">195</span>)
|
||||
|
@ -232,7 +232,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">212</span>)
|
||||
|
@ -266,10 +266,10 @@
|
|||
|
||||
</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">273</span>)
|
||||
<span class="method-title">fetch</span> (line <span class="line-number">294</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
|
@ -302,10 +302,10 @@
|
|||
|
||||
</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">322</span>)
|
||||
<span class="method-title">fetchAll</span> (line <span class="line-number">343</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
|
@ -334,10 +334,10 @@
|
|||
|
||||
</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">310</span>)
|
||||
<span class="method-title">fetchColumn</span> (line <span class="line-number">331</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
|
@ -367,7 +367,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">157</span>)
|
||||
|
@ -398,6 +398,7 @@
|
|||
<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#method__destruct">Object::__destruct()</a></span><br>
|
||||
</blockquote>
|
||||
|
||||
</div>
|
||||
|
@ -405,7 +406,7 @@
|
|||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Sun, 19 Sep 2010 22:51:52 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Fri, 01 Oct 2010 23:27:51 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
|
@ -534,6 +534,7 @@
|
|||
<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#method__destruct">Object::__destruct()</a></span><br>
|
||||
</blockquote>
|
||||
|
||||
</div>
|
||||
|
@ -541,7 +542,7 @@
|
|||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Sun, 19 Sep 2010 22:51:52 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Fri, 01 Oct 2010 23:27:50 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
|
@ -127,7 +127,7 @@
|
|||
<A NAME='method_detail'></A>
|
||||
|
||||
<a name="methodrender" id="render"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">render</span> (line <span class="line-number">35</span>)
|
||||
|
@ -171,6 +171,7 @@
|
|||
<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#method__destruct">Object::__destruct()</a></span><br>
|
||||
</blockquote>
|
||||
|
||||
</div>
|
||||
|
@ -178,7 +179,7 @@
|
|||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Sun, 19 Sep 2010 22:51:52 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Fri, 01 Oct 2010 23:27:51 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
|
@ -248,6 +248,7 @@
|
|||
<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#method__destruct">Object::__destruct()</a></span><br>
|
||||
</blockquote>
|
||||
|
||||
</div>
|
||||
|
@ -255,7 +256,7 @@
|
|||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Sun, 19 Sep 2010 22:51:53 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Fri, 01 Oct 2010 23:27:51 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
|
@ -172,6 +172,7 @@
|
|||
<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#method__destruct">Object::__destruct()</a></span><br>
|
||||
</blockquote>
|
||||
|
||||
</div>
|
||||
|
@ -179,7 +180,7 @@
|
|||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Sun, 19 Sep 2010 22:51:53 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Fri, 01 Oct 2010 23:27:52 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
|
@ -171,6 +171,7 @@
|
|||
<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#method__destruct">Object::__destruct()</a></span><br>
|
||||
</blockquote>
|
||||
|
||||
</div>
|
||||
|
@ -178,7 +179,7 @@
|
|||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Sun, 19 Sep 2010 22:51:53 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Fri, 01 Oct 2010 23:27:52 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
|
@ -98,7 +98,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>)
|
||||
|
@ -135,6 +135,7 @@
|
|||
<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#method__destruct">Object::__destruct()</a></span><br>
|
||||
</blockquote>
|
||||
|
||||
</div>
|
||||
|
@ -142,7 +143,7 @@
|
|||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Sun, 19 Sep 2010 22:51:52 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Fri, 01 Oct 2010 23:27:51 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
572
docs/PICKLES/Form.html
Normal file
572
docs/PICKLES/Form.html
Normal file
|
@ -0,0 +1,572 @@
|
|||
<?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 Form</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 Form</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">Form Class</p>
|
||||
<p class="description"><p>This class contains methods for easily generating form elements. There is a heavy focus on select boxes as they have the most overhead for a developer.</p></p>
|
||||
<p class="notes">
|
||||
Located in <a class="field" href="_classes---Form.php.html">/classes/Form.php</a> (line <span class="field">24</span>)
|
||||
</p>
|
||||
|
||||
|
||||
<pre><a href="../PICKLES/Object.html">Object</a>
|
||||
|
|
||||
--Form</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="#dateSelect" title="details" class="method-name">dateSelect</a>
|
||||
([<span class="var-type">string</span> <span class="var-name">$name</span> = <span class="var-default">'date'</span>], [<span class="var-type">string</span> <span class="var-name">$selected</span> = <span class="var-default">null</span>], [<span class="var-type">string</span> <span class="var-name">$classes</span> = <span class="var-default">''</span>], [<span class="var-type">string</span> <span class="var-name">$additional</span> = <span class="var-default">null</span>], [<span class="var-type">integer</span> <span class="var-name">$end_year</span> = <span class="var-default">null</span>], [<span class="var-type">integer</span> <span class="var-name">$start_year</span> = <span class="var-default">null</span>])
|
||||
</div>
|
||||
<div class="method-definition">
|
||||
<span class="method-result">string</span>
|
||||
<a href="#dobSelect" title="details" class="method-name">dobSelect</a>
|
||||
([<span class="var-type">string</span> <span class="var-name">$name</span> = <span class="var-default">'dob'</span>], [<span class="var-type">string</span> <span class="var-name">$selected</span> = <span class="var-default">null</span>], [<span class="var-type">string</span> <span class="var-name">$classes</span> = <span class="var-default">''</span>], [<span class="var-type">string</span> <span class="var-name">$additional</span> = <span class="var-default">null</span>])
|
||||
</div>
|
||||
<div class="method-definition">
|
||||
<span class="method-result">string</span>
|
||||
<a href="#hiddenInput" title="details" class="method-name">hiddenInput</a>
|
||||
(<span class="var-type">string</span> <span class="var-name">$name</span>, [<span class="var-type">string</span> <span class="var-name">$value</span> = <span class="var-default">''</span>], [<span class="var-type">string</span> <span class="var-name">$classes</span> = <span class="var-default">''</span>], [<span class="var-type">string</span> <span class="var-name">$additional</span> = <span class="var-default">null</span>])
|
||||
</div>
|
||||
<div class="method-definition">
|
||||
<span class="method-result">string</span>
|
||||
<a href="#input" title="details" class="method-name">input</a>
|
||||
(<span class="var-type">string</span> <span class="var-name">$name</span>, [<span class="var-type">string</span> <span class="var-name">$value</span> = <span class="var-default">''</span>], [<span class="var-type">string</span> <span class="var-name">$classes</span> = <span class="var-default">''</span>], [<span class="var-type">string</span> <span class="var-name">$additional</span> = <span class="var-default">null</span>], [<span class="var-type">string</span> <span class="var-name">$type</span> = <span class="var-default">'input'</span>])
|
||||
</div>
|
||||
<div class="method-definition">
|
||||
<span class="method-result">string</span>
|
||||
<a href="#options" title="details" class="method-name">options</a>
|
||||
(<span class="var-type">array</span> <span class="var-name">$options</span>, [<span class="var-type">string</span> <span class="var-name">$selected</span> = <span class="var-default">null</span>])
|
||||
</div>
|
||||
<div class="method-definition">
|
||||
<span class="method-result">void</span>
|
||||
<a href="#phoneInput" title="details" class="method-name">phoneInput</a>
|
||||
([<span class="var-type">string</span> <span class="var-name">$name</span> = <span class="var-default">'phone'</span>], [<span class="var-type">string</span> <span class="var-name">$value</span> = <span class="var-default">null</span>], [<span class="var-type">string</span> <span class="var-name">$classes</span> = <span class="var-default">''</span>], [<span class="var-type">string</span> <span class="var-name">$additional</span> = <span class="var-default">null</span>])
|
||||
</div>
|
||||
<div class="method-definition">
|
||||
<span class="method-result">void</span>
|
||||
<a href="#polarSelect" title="details" class="method-name">polarSelect</a>
|
||||
([<span class="var-type">string</span> <span class="var-name">$name</span> = <span class="var-default">'decision'</span>], [<span class="var-type">string</span> <span class="var-name">$selected</span> = <span class="var-default">0</span>], [<span class="var-type">string</span> <span class="var-name">$classes</span> = <span class="var-default">''</span>], [<span class="var-type">string</span> <span class="var-name">$additional</span> = <span class="var-default">null</span>])
|
||||
</div>
|
||||
<div class="method-definition">
|
||||
<span class="method-result">string</span>
|
||||
<a href="#select" title="details" class="method-name">select</a>
|
||||
(<span class="var-type">string</span> <span class="var-name">$name</span>, <span class="var-type">array</span> <span class="var-name">$options</span>, [<span class="var-type">string</span> <span class="var-name">$selected</span> = <span class="var-default">null</span>], [<span class="var-type">string</span> <span class="var-name">$classes</span> = <span class="var-default">''</span>], [<span class="var-type">string</span> <span class="var-name">$additional</span> = <span class="var-default">null</span>])
|
||||
</div>
|
||||
<div class="method-definition">
|
||||
<span class="method-result">string</span>
|
||||
<a href="#stateSelect" title="details" class="method-name">stateSelect</a>
|
||||
([<span class="var-type">string</span> <span class="var-name">$name</span> = <span class="var-default">'state'</span>], [<span class="var-type">string</span> <span class="var-name">$selected</span> = <span class="var-default">null</span>], [<span class="var-type">string</span> <span class="var-name">$classes</span> = <span class="var-default">''</span>], [<span class="var-type">string</span> <span class="var-name">$additional</span> = <span class="var-default">null</span>])
|
||||
</div>
|
||||
<div class="method-definition">
|
||||
<span class="method-result">string</span>
|
||||
<a href="#textarea" title="details" class="method-name">textarea</a>
|
||||
(<span class="var-type">string</span> <span class="var-name">$name</span>, [<span class="var-type">string</span> <span class="var-name">$value</span> = <span class="var-default">''</span>], [<span class="var-type">string</span> <span class="var-name">$classes</span> = <span class="var-default">''</span>], [<span class="var-type">string</span> <span class="var-name">$additional</span> = <span class="var-default">null</span>], <span class="var-type">string</span> <span class="var-name">$type</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>
|
||||
</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="methoddateSelect" id="dateSelect"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">dateSelect</span> (line <span class="line-number">235</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
<p class="short-description">Date Select</p>
|
||||
<p class="description"><p>Generates 3 select boxes (month, day, year)</p></p>
|
||||
<ul class="tags">
|
||||
<li><span class="field">return:</span> HTML for the select boxes</li>
|
||||
<li><span class="field">todo:</span> Currently only the DOB select is using this code, if another select comes along the DOB-centric logic will need to be moved.</li>
|
||||
<li><span class="field">access:</span> public</li>
|
||||
</ul>
|
||||
|
||||
<div class="method-signature">
|
||||
<span class="method-result">string</span>
|
||||
<span class="method-name">
|
||||
dateSelect
|
||||
</span>
|
||||
([<span class="var-type">string</span> <span class="var-name">$name</span> = <span class="var-default">'date'</span>], [<span class="var-type">string</span> <span class="var-name">$selected</span> = <span class="var-default">null</span>], [<span class="var-type">string</span> <span class="var-name">$classes</span> = <span class="var-default">''</span>], [<span class="var-type">string</span> <span class="var-name">$additional</span> = <span class="var-default">null</span>], [<span class="var-type">integer</span> <span class="var-name">$end_year</span> = <span class="var-default">null</span>], [<span class="var-type">integer</span> <span class="var-name">$start_year</span> = <span class="var-default">null</span>])
|
||||
</div>
|
||||
|
||||
<ul class="parameters">
|
||||
<li>
|
||||
<span class="var-type">string</span>
|
||||
<span class="var-name">$name</span><span class="var-description">: optional name (and ID) for the select element</span> </li>
|
||||
<li>
|
||||
<span class="var-type">string</span>
|
||||
<span class="var-name">$selected</span><span class="var-description">: optional selected option</span> </li>
|
||||
<li>
|
||||
<span class="var-type">string</span>
|
||||
<span class="var-name">$classes</span><span class="var-description">: optional class names</span> </li>
|
||||
<li>
|
||||
<span class="var-type">string</span>
|
||||
<span class="var-name">$additional</span><span class="var-description">: optional additional parameters</span> </li>
|
||||
<li>
|
||||
<span class="var-type">integer</span>
|
||||
<span class="var-name">$end_year</span><span class="var-description">: optional last year to display</span> </li>
|
||||
<li>
|
||||
<span class="var-type">integer</span>
|
||||
<span class="var-name">$start_year</span><span class="var-description">: optional first year to display</span> </li>
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
<a name="methoddobSelect" id="dobSelect"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">dobSelect</span> (line <span class="line-number">308</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
<p class="short-description">Date of Birth Select</p>
|
||||
<p class="description"><p>Generates 3 select boxes (month, day, year)</p></p>
|
||||
<ul class="tags">
|
||||
<li><span class="field">return:</span> HTML for the select boxes</li>
|
||||
<li><span class="field">access:</span> public</li>
|
||||
</ul>
|
||||
|
||||
<div class="method-signature">
|
||||
<span class="method-result">string</span>
|
||||
<span class="method-name">
|
||||
dobSelect
|
||||
</span>
|
||||
([<span class="var-type">string</span> <span class="var-name">$name</span> = <span class="var-default">'dob'</span>], [<span class="var-type">string</span> <span class="var-name">$selected</span> = <span class="var-default">null</span>], [<span class="var-type">string</span> <span class="var-name">$classes</span> = <span class="var-default">''</span>], [<span class="var-type">string</span> <span class="var-name">$additional</span> = <span class="var-default">null</span>])
|
||||
</div>
|
||||
|
||||
<ul class="parameters">
|
||||
<li>
|
||||
<span class="var-type">string</span>
|
||||
<span class="var-name">$name</span><span class="var-description">: optional name (and ID) for the select element</span> </li>
|
||||
<li>
|
||||
<span class="var-type">string</span>
|
||||
<span class="var-name">$selected</span><span class="var-description">: optional selected option</span> </li>
|
||||
<li>
|
||||
<span class="var-type">string</span>
|
||||
<span class="var-name">$classes</span><span class="var-description">: optional class names</span> </li>
|
||||
<li>
|
||||
<span class="var-type">string</span>
|
||||
<span class="var-name">$additional</span><span class="var-description">: optional additional parameters</span> </li>
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
<a name="methodhiddenInput" id="hiddenInput"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">hiddenInput</span> (line <span class="line-number">54</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
<p class="short-description">Hidden Input</p>
|
||||
<p class="description"><p>Shorthand method to generate a hidden input.</p></p>
|
||||
<ul class="tags">
|
||||
<li><span class="field">return:</span> HTML for the input</li>
|
||||
<li><span class="field">access:</span> public</li>
|
||||
</ul>
|
||||
|
||||
<div class="method-signature">
|
||||
<span class="method-result">string</span>
|
||||
<span class="method-name">
|
||||
hiddenInput
|
||||
</span>
|
||||
(<span class="var-type">string</span> <span class="var-name">$name</span>, [<span class="var-type">string</span> <span class="var-name">$value</span> = <span class="var-default">''</span>], [<span class="var-type">string</span> <span class="var-name">$classes</span> = <span class="var-default">''</span>], [<span class="var-type">string</span> <span class="var-name">$additional</span> = <span class="var-default">null</span>])
|
||||
</div>
|
||||
|
||||
<ul class="parameters">
|
||||
<li>
|
||||
<span class="var-type">string</span>
|
||||
<span class="var-name">$name</span><span class="var-description">: name (and ID) for the select element</span> </li>
|
||||
<li>
|
||||
<span class="var-type">string</span>
|
||||
<span class="var-name">$value</span><span class="var-description">: optional preset value</span> </li>
|
||||
<li>
|
||||
<span class="var-type">string</span>
|
||||
<span class="var-name">$classes</span><span class="var-description">: optional class names</span> </li>
|
||||
<li>
|
||||
<span class="var-type">string</span>
|
||||
<span class="var-name">$additional</span><span class="var-description">: optional additional parameters</span> </li>
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
<a name="methodinput" id="input"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">input</span> (line <span class="line-number">38</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
<p class="short-description">Input</p>
|
||||
<p class="description"><p>Generates an input with the passed data.</p></p>
|
||||
<ul class="tags">
|
||||
<li><span class="field">return:</span> HTML for the input</li>
|
||||
<li><span class="field">access:</span> public</li>
|
||||
</ul>
|
||||
|
||||
<div class="method-signature">
|
||||
<span class="method-result">string</span>
|
||||
<span class="method-name">
|
||||
input
|
||||
</span>
|
||||
(<span class="var-type">string</span> <span class="var-name">$name</span>, [<span class="var-type">string</span> <span class="var-name">$value</span> = <span class="var-default">''</span>], [<span class="var-type">string</span> <span class="var-name">$classes</span> = <span class="var-default">''</span>], [<span class="var-type">string</span> <span class="var-name">$additional</span> = <span class="var-default">null</span>], [<span class="var-type">string</span> <span class="var-name">$type</span> = <span class="var-default">'input'</span>])
|
||||
</div>
|
||||
|
||||
<ul class="parameters">
|
||||
<li>
|
||||
<span class="var-type">string</span>
|
||||
<span class="var-name">$name</span><span class="var-description">: name (and ID) for the select element</span> </li>
|
||||
<li>
|
||||
<span class="var-type">string</span>
|
||||
<span class="var-name">$value</span><span class="var-description">: optional preset value</span> </li>
|
||||
<li>
|
||||
<span class="var-type">string</span>
|
||||
<span class="var-name">$classes</span><span class="var-description">: optional class names</span> </li>
|
||||
<li>
|
||||
<span class="var-type">string</span>
|
||||
<span class="var-name">$additional</span><span class="var-description">: optional additional parameters</span> </li>
|
||||
<li>
|
||||
<span class="var-type">string</span>
|
||||
<span class="var-name">$type</span><span class="var-description">: optional type of input</span> </li>
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
<a name="methodoptions" id="options"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">options</span> (line <span class="line-number">103</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
<p class="short-description">Options</p>
|
||||
<p class="description"><p>Generates the option elements from the passed array</p></p>
|
||||
<ul class="tags">
|
||||
<li><span class="field">return:</span> HTML for the options</li>
|
||||
<li><span class="field">todo:</span> Add support for optgroup</li>
|
||||
<li><span class="field">access:</span> public</li>
|
||||
</ul>
|
||||
|
||||
<div class="method-signature">
|
||||
<span class="method-result">string</span>
|
||||
<span class="method-name">
|
||||
options
|
||||
</span>
|
||||
(<span class="var-type">array</span> <span class="var-name">$options</span>, [<span class="var-type">string</span> <span class="var-name">$selected</span> = <span class="var-default">null</span>])
|
||||
</div>
|
||||
|
||||
<ul class="parameters">
|
||||
<li>
|
||||
<span class="var-type">array</span>
|
||||
<span class="var-name">$options</span><span class="var-description">: key/values for the options</span> </li>
|
||||
<li>
|
||||
<span class="var-type">string</span>
|
||||
<span class="var-name">$selected</span><span class="var-description">: optional default option</span> </li>
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
<a name="methodphoneInput" id="phoneInput"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">phoneInput</span> (line <span class="line-number">340</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
<p class="short-description">Phone Input</p>
|
||||
<p class="description"><p>Generates 3 inputs for a phone number from the passed values.</p></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">
|
||||
phoneInput
|
||||
</span>
|
||||
([<span class="var-type">string</span> <span class="var-name">$name</span> = <span class="var-default">'phone'</span>], [<span class="var-type">string</span> <span class="var-name">$value</span> = <span class="var-default">null</span>], [<span class="var-type">string</span> <span class="var-name">$classes</span> = <span class="var-default">''</span>], [<span class="var-type">string</span> <span class="var-name">$additional</span> = <span class="var-default">null</span>])
|
||||
</div>
|
||||
|
||||
<ul class="parameters">
|
||||
<li>
|
||||
<span class="var-type">string</span>
|
||||
<span class="var-name">$name</span><span class="var-description">: optional name (and ID) for the input elements</span> </li>
|
||||
<li>
|
||||
<span class="var-type">string</span>
|
||||
<span class="var-name">$value</span><span class="var-description">: optional existing value</span> </li>
|
||||
<li>
|
||||
<span class="var-type">string</span>
|
||||
<span class="var-name">$classes</span><span class="var-description">: optional class names</span> </li>
|
||||
<li>
|
||||
<span class="var-type">string</span>
|
||||
<span class="var-name">$additional</span><span class="var-description">: optional additional parameters</span> </li>
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
<a name="methodpolarSelect" id="polarSelect"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">polarSelect</span> (line <span class="line-number">323</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
<p class="short-description">Polar Select</p>
|
||||
<p class="description"><p>Generates a polar (yes / no) select box.</p></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">
|
||||
polarSelect
|
||||
</span>
|
||||
([<span class="var-type">string</span> <span class="var-name">$name</span> = <span class="var-default">'decision'</span>], [<span class="var-type">string</span> <span class="var-name">$selected</span> = <span class="var-default">0</span>], [<span class="var-type">string</span> <span class="var-name">$classes</span> = <span class="var-default">''</span>], [<span class="var-type">string</span> <span class="var-name">$additional</span> = <span class="var-default">null</span>])
|
||||
</div>
|
||||
|
||||
<ul class="parameters">
|
||||
<li>
|
||||
<span class="var-type">string</span>
|
||||
<span class="var-name">$name</span><span class="var-description">: optional name (and ID) for the select element</span> </li>
|
||||
<li>
|
||||
<span class="var-type">string</span>
|
||||
<span class="var-name">$selected</span><span class="var-description">: optional selected option</span> </li>
|
||||
<li>
|
||||
<span class="var-type">string</span>
|
||||
<span class="var-name">$classes</span><span class="var-description">: optional class names</span> </li>
|
||||
<li>
|
||||
<span class="var-type">string</span>
|
||||
<span class="var-name">$additional</span><span class="var-description">: optional additional parameters</span> </li>
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
<a name="methodselect" id="select"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">select</span> (line <span class="line-number">88</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
<p class="short-description">Select</p>
|
||||
<p class="description"><p>Generates a select box with the passed data.</p></p>
|
||||
<ul class="tags">
|
||||
<li><span class="field">return:</span> HTML for the select box</li>
|
||||
<li><span class="field">access:</span> public</li>
|
||||
</ul>
|
||||
|
||||
<div class="method-signature">
|
||||
<span class="method-result">string</span>
|
||||
<span class="method-name">
|
||||
select
|
||||
</span>
|
||||
(<span class="var-type">string</span> <span class="var-name">$name</span>, <span class="var-type">array</span> <span class="var-name">$options</span>, [<span class="var-type">string</span> <span class="var-name">$selected</span> = <span class="var-default">null</span>], [<span class="var-type">string</span> <span class="var-name">$classes</span> = <span class="var-default">''</span>], [<span class="var-type">string</span> <span class="var-name">$additional</span> = <span class="var-default">null</span>])
|
||||
</div>
|
||||
|
||||
<ul class="parameters">
|
||||
<li>
|
||||
<span class="var-type">string</span>
|
||||
<span class="var-name">$name</span><span class="var-description">: name (and ID) for the select element</span> </li>
|
||||
<li>
|
||||
<span class="var-type">array</span>
|
||||
<span class="var-name">$options</span><span class="var-description">: key/values for the option elements</span> </li>
|
||||
<li>
|
||||
<span class="var-type">string</span>
|
||||
<span class="var-name">$selected</span><span class="var-description">: optional selected option</span> </li>
|
||||
<li>
|
||||
<span class="var-type">string</span>
|
||||
<span class="var-name">$classes</span><span class="var-description">: optional class names</span> </li>
|
||||
<li>
|
||||
<span class="var-type">string</span>
|
||||
<span class="var-name">$additional</span><span class="var-description">: optional additional parameters</span> </li>
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
<a name="methodstateSelect" id="stateSelect"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">stateSelect</span> (line <span class="line-number">146</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
<p class="short-description">State Select</p>
|
||||
<p class="description"><p>Generates a select box with the United States, Puerto Rico and miliary options</p></p>
|
||||
<ul class="tags">
|
||||
<li><span class="field">return:</span> HTML for the select box</li>
|
||||
<li><span class="field">access:</span> public</li>
|
||||
</ul>
|
||||
|
||||
<div class="method-signature">
|
||||
<span class="method-result">string</span>
|
||||
<span class="method-name">
|
||||
stateSelect
|
||||
</span>
|
||||
([<span class="var-type">string</span> <span class="var-name">$name</span> = <span class="var-default">'state'</span>], [<span class="var-type">string</span> <span class="var-name">$selected</span> = <span class="var-default">null</span>], [<span class="var-type">string</span> <span class="var-name">$classes</span> = <span class="var-default">''</span>], [<span class="var-type">string</span> <span class="var-name">$additional</span> = <span class="var-default">null</span>])
|
||||
</div>
|
||||
|
||||
<ul class="parameters">
|
||||
<li>
|
||||
<span class="var-type">string</span>
|
||||
<span class="var-name">$name</span><span class="var-description">: optional name (and ID) for the select element</span> </li>
|
||||
<li>
|
||||
<span class="var-type">string</span>
|
||||
<span class="var-name">$selected</span><span class="var-description">: optional selected option</span> </li>
|
||||
<li>
|
||||
<span class="var-type">string</span>
|
||||
<span class="var-name">$classes</span><span class="var-description">: optional class names</span> </li>
|
||||
<li>
|
||||
<span class="var-type">string</span>
|
||||
<span class="var-name">$additional</span><span class="var-description">: optional additional parameters</span> </li>
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
<a name="methodtextarea" id="textarea"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">textarea</span> (line <span class="line-number">71</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
<p class="short-description">Text Area</p>
|
||||
<p class="description"><p>Generates a textarea with the passed data.</p></p>
|
||||
<ul class="tags">
|
||||
<li><span class="field">return:</span> HTML for the input</li>
|
||||
<li><span class="field">access:</span> public</li>
|
||||
</ul>
|
||||
|
||||
<div class="method-signature">
|
||||
<span class="method-result">string</span>
|
||||
<span class="method-name">
|
||||
textarea
|
||||
</span>
|
||||
(<span class="var-type">string</span> <span class="var-name">$name</span>, [<span class="var-type">string</span> <span class="var-name">$value</span> = <span class="var-default">''</span>], [<span class="var-type">string</span> <span class="var-name">$classes</span> = <span class="var-default">''</span>], [<span class="var-type">string</span> <span class="var-name">$additional</span> = <span class="var-default">null</span>], <span class="var-type">string</span> <span class="var-name">$type</span>)
|
||||
</div>
|
||||
|
||||
<ul class="parameters">
|
||||
<li>
|
||||
<span class="var-type">string</span>
|
||||
<span class="var-name">$name</span><span class="var-description">: name (and ID) for the select element</span> </li>
|
||||
<li>
|
||||
<span class="var-type">string</span>
|
||||
<span class="var-name">$value</span><span class="var-description">: optional preset value</span> </li>
|
||||
<li>
|
||||
<span class="var-type">string</span>
|
||||
<span class="var-name">$classes</span><span class="var-description">: optional class names</span> </li>
|
||||
<li>
|
||||
<span class="var-type">string</span>
|
||||
<span class="var-name">$additional</span><span class="var-description">: optional additional parameters</span> </li>
|
||||
<li>
|
||||
<span class="var-type">string</span>
|
||||
<span class="var-name">$type</span><span class="var-description">: optional type of input</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#method__destruct">Object::__destruct()</a></span><br>
|
||||
</blockquote>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 01 Oct 2010 23:27:51 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
|
@ -128,7 +128,7 @@
|
|||
<div class="info-box-body">
|
||||
<A NAME='method_detail'></A>
|
||||
<a name="methoderror" id="error"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">static method error</span> (line <span class="line-number">56</span>)
|
||||
|
@ -159,7 +159,7 @@
|
|||
|
||||
</div>
|
||||
<a name="methodinformation" id="information"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">static method information</span> (line <span class="line-number">32</span>)
|
||||
|
@ -190,7 +190,7 @@
|
|||
|
||||
</div>
|
||||
<a name="methodphpError" id="phpError"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">static method phpError</span> (line <span class="line-number">92</span>)
|
||||
|
@ -224,7 +224,7 @@
|
|||
|
||||
</div>
|
||||
<a name="methodquery" id="query"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">static method query</span> (line <span class="line-number">104</span>)
|
||||
|
@ -255,7 +255,7 @@
|
|||
|
||||
</div>
|
||||
<a name="methodslowQuery" id="slowQuery"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">static method slowQuery</span> (line <span class="line-number">68</span>)
|
||||
|
@ -286,7 +286,7 @@
|
|||
|
||||
</div>
|
||||
<a name="methodtransaction" id="transaction"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">static method transaction</span> (line <span class="line-number">80</span>)
|
||||
|
@ -317,7 +317,7 @@
|
|||
|
||||
</div>
|
||||
<a name="methodwarning" id="warning"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">static method warning</span> (line <span class="line-number">44</span>)
|
||||
|
@ -354,6 +354,7 @@
|
|||
<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#method__destruct">Object::__destruct()</a></span><br>
|
||||
</blockquote>
|
||||
|
||||
</div>
|
||||
|
@ -361,7 +362,7 @@
|
|||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Sun, 19 Sep 2010 22:51:52 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Fri, 01 Oct 2010 23:27:51 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
|
@ -209,7 +209,7 @@
|
|||
</div>
|
||||
<div class="info-box-body">
|
||||
<a name="var$count" id="$count"><!-- --></A>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="var-header">
|
||||
<span class="var-title">
|
||||
|
@ -231,7 +231,7 @@
|
|||
|
||||
</div>
|
||||
<a name="var$data" id="$data"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<span class="var-title">
|
||||
|
@ -253,7 +253,7 @@
|
|||
|
||||
</div>
|
||||
<a name="var$db" id="$db"><!-- --></A>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="var-header">
|
||||
<span class="var-title">
|
||||
|
@ -275,7 +275,7 @@
|
|||
|
||||
</div>
|
||||
<a name="var$limit" id="$limit"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<span class="var-title">
|
||||
|
@ -298,7 +298,7 @@
|
|||
|
||||
</div>
|
||||
<a name="var$order_by" id="$order_by"><!-- --></A>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="var-header">
|
||||
<span class="var-title">
|
||||
|
@ -329,7 +329,7 @@
|
|||
|
||||
</div>
|
||||
<a name="var$record" id="$record"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<span class="var-title">
|
||||
|
@ -351,7 +351,7 @@
|
|||
|
||||
</div>
|
||||
<a name="var$records" id="$records"><!-- --></A>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="var-header">
|
||||
<span class="var-title">
|
||||
|
@ -373,7 +373,7 @@
|
|||
|
||||
</div>
|
||||
<a name="var$reserved" id="$reserved"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<span class="var-title">
|
||||
|
@ -395,7 +395,7 @@
|
|||
|
||||
</div>
|
||||
<a name="var$select" id="$select"><!-- --></A>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="var-header">
|
||||
<span class="var-title">
|
||||
|
@ -418,7 +418,7 @@
|
|||
|
||||
</div>
|
||||
<a name="var$table" id="$table"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<span class="var-title">
|
||||
|
@ -473,7 +473,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">116</span>)
|
||||
|
@ -509,7 +509,7 @@
|
|||
|
||||
</div>
|
||||
<a name="methodcommit" id="commit"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">commit</span> (line <span class="line-number">410</span>)
|
||||
|
@ -536,7 +536,7 @@
|
|||
|
||||
</div>
|
||||
<a name="methodcommitRecord" id="commitRecord"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">commitRecord</span> (line <span class="line-number">303</span>)
|
||||
|
@ -563,7 +563,7 @@
|
|||
|
||||
</div>
|
||||
<a name="methoddelete" id="delete"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">delete</span> (line <span class="line-number">345</span>)
|
||||
|
@ -589,7 +589,7 @@
|
|||
|
||||
</div>
|
||||
<a name="methodfirst" id="first"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">first</span> (line <span class="line-number">279</span>)
|
||||
|
@ -614,7 +614,7 @@
|
|||
|
||||
</div>
|
||||
<a name="methodlast" id="last"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">last</span> (line <span class="line-number">289</span>)
|
||||
|
@ -639,7 +639,7 @@
|
|||
|
||||
</div>
|
||||
<a name="methodnext" id="next"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">next</span> (line <span class="line-number">259</span>)
|
||||
|
@ -664,7 +664,7 @@
|
|||
|
||||
</div>
|
||||
<a name="methodprev" id="prev"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">prev</span> (line <span class="line-number">269</span>)
|
||||
|
@ -689,7 +689,7 @@
|
|||
|
||||
</div>
|
||||
<a name="methodunescape" id="unescape"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">unescape</span> (line <span class="line-number">454</span>)
|
||||
|
@ -720,7 +720,7 @@
|
|||
|
||||
</div>
|
||||
<a name="method__get" id="__get"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">__get</span> (line <span class="line-number">363</span>)
|
||||
|
@ -751,7 +751,7 @@
|
|||
|
||||
</div>
|
||||
<a name="method__set" id="__set"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">__set</span> (line <span class="line-number">388</span>)
|
||||
|
@ -789,6 +789,7 @@
|
|||
<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#method__destruct">Object::__destruct()</a></span><br>
|
||||
</blockquote>
|
||||
|
||||
</div>
|
||||
|
@ -796,7 +797,7 @@
|
|||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Sun, 19 Sep 2010 22:51:53 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Fri, 01 Oct 2010 23:27:51 -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$access" id="$access"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<span class="var-title">
|
||||
|
@ -177,7 +177,7 @@
|
|||
|
||||
</div>
|
||||
<a name="var$ajax" id="$ajax"><!-- --></A>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="var-header">
|
||||
<span class="var-title">
|
||||
|
@ -202,7 +202,7 @@
|
|||
|
||||
</div>
|
||||
<a name="var$db" id="$db"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<span class="var-title">
|
||||
|
@ -224,7 +224,7 @@
|
|||
|
||||
</div>
|
||||
<a name="var$description" id="$description"><!-- --></A>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="var-header">
|
||||
<span class="var-title">
|
||||
|
@ -247,7 +247,7 @@
|
|||
|
||||
</div>
|
||||
<a name="var$engine" id="$engine"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<span class="var-title">
|
||||
|
@ -271,7 +271,7 @@
|
|||
|
||||
</div>
|
||||
<a name="var$keywords" id="$keywords"><!-- --></A>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="var-header">
|
||||
<span class="var-title">
|
||||
|
@ -294,7 +294,7 @@
|
|||
|
||||
</div>
|
||||
<a name="var$request" id="$request"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<span class="var-title">
|
||||
|
@ -319,7 +319,7 @@
|
|||
|
||||
</div>
|
||||
<a name="var$secure" id="$secure"><!-- --></A>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="var-header">
|
||||
<span class="var-title">
|
||||
|
@ -344,7 +344,7 @@
|
|||
|
||||
</div>
|
||||
<a name="var$session" id="$session"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<span class="var-title">
|
||||
|
@ -368,7 +368,7 @@
|
|||
|
||||
</div>
|
||||
<a name="var$template" id="$template"><!-- --></A>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="var-header">
|
||||
<span class="var-title">
|
||||
|
@ -392,7 +392,7 @@
|
|||
|
||||
</div>
|
||||
<a name="var$title" id="$title"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<span class="var-title">
|
||||
|
@ -439,7 +439,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">149</span>)
|
||||
|
@ -475,7 +475,7 @@
|
|||
|
||||
</div>
|
||||
<a name="methodsetRequest" id="setRequest"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">setRequest</span> (line <span class="line-number">222</span>)
|
||||
|
@ -505,7 +505,7 @@
|
|||
|
||||
</div>
|
||||
<a name="method__default" id="__default"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">__default</span> (line <span class="line-number">170</span>)
|
||||
|
@ -530,7 +530,7 @@
|
|||
|
||||
</div>
|
||||
<a name="method__get" id="__get"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">__get</span> (line <span class="line-number">199</span>)
|
||||
|
@ -561,7 +561,7 @@
|
|||
|
||||
</div>
|
||||
<a name="method__set" id="__set"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">__set</span> (line <span class="line-number">184</span>)
|
||||
|
@ -600,6 +600,7 @@
|
|||
<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#method__destruct">Object::__destruct()</a></span><br>
|
||||
</blockquote>
|
||||
|
||||
</div>
|
||||
|
@ -607,7 +608,7 @@
|
|||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Sun, 19 Sep 2010 22:51:53 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Fri, 01 Oct 2010 23:27:51 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
|
@ -25,11 +25,8 @@
|
|||
<!-- ========== Info from phpDoc block ========= -->
|
||||
<p class="short-description">Object Class</p>
|
||||
<p class="description"><p>Every non-Singleton-based class needs to extend this class. Any models will extend the Model class which entends the Object class already. This class handles getting an instance of the Config object so that it's available. Also provides a getter and setter for variables.</p></p>
|
||||
<ul class="tags">
|
||||
<li><span class="field">todo:</span> Implement a profiler in every object</li>
|
||||
</ul>
|
||||
<p class="notes">
|
||||
Located in <a class="field" href="_classes---Object.php.html">/classes/Object.php</a> (line <span class="field">29</span>)
|
||||
Located in <a class="field" href="_classes---Object.php.html">/classes/Object.php</a> (line <span class="field">27</span>)
|
||||
</p>
|
||||
|
||||
|
||||
|
@ -83,6 +80,12 @@
|
|||
<td>
|
||||
Database Abstraction Layer for MySQL
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding-right: 2em"><a href="../PICKLES/Form.html">Form</a></td>
|
||||
<td>
|
||||
Form Class
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding-right: 2em"><a href="../PICKLES/Model.html">Model</a></td>
|
||||
|
@ -135,11 +138,16 @@
|
|||
</div>
|
||||
<div class="info-box-body">
|
||||
<div class="method-summary">
|
||||
|
||||
|
||||
<div class="method-definition">
|
||||
<span class="method-result">Object</span>
|
||||
<a href="#__construct" title="details" class="method-name">__construct</a>
|
||||
()
|
||||
</div>
|
||||
<div class="method-definition">
|
||||
<span class="method-result">void</span>
|
||||
<a href="#__destruct" title="details" class="method-name">__destruct</a>
|
||||
()
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -160,13 +168,13 @@
|
|||
</div>
|
||||
<div class="info-box-body">
|
||||
<a name="var$config" id="$config"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<span class="var-title">
|
||||
<span class="var-type">object</span>
|
||||
<span class="var-name">$config</span>
|
||||
= <span class="var-default"> null</span> (line <span class="line-number">37</span>)
|
||||
= <span class="var-default"> null</span> (line <span class="line-number">35</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
@ -199,10 +207,10 @@
|
|||
<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">44</span>)
|
||||
<span class="method-title">Constructor __construct</span> (line <span class="line-number">42</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
|
@ -247,13 +255,44 @@
|
|||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="method__destruct" id="__destruct"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">Destructor __destruct</span> (line <span class="line-number">56</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
<p class="short-description">Destructor</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">
|
||||
__destruct
|
||||
</span>
|
||||
()
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<hr class="separator" />
|
||||
<div class="notes">Redefined in descendants as:</div>
|
||||
<ul class="redefinitions">
|
||||
<li>
|
||||
<a href="../PICKLES/Controller.html#method__destruct">Controller::__destruct()</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Sun, 19 Sep 2010 22:51:53 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Fri, 01 Oct 2010 23:27:51 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
|
@ -85,7 +85,7 @@
|
|||
</div>
|
||||
<div class="info-box-body">
|
||||
<a name="var$order_by" id="$order_by"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<span class="var-title">
|
||||
|
@ -113,7 +113,7 @@
|
|||
|
||||
</div>
|
||||
<a name="var$table" id="$table"><!-- --></A>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="var-header">
|
||||
<span class="var-title">
|
||||
|
@ -212,6 +212,7 @@
|
|||
<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#method__destruct">Object::__destruct()</a></span><br>
|
||||
</blockquote>
|
||||
|
||||
</div>
|
||||
|
@ -219,7 +220,7 @@
|
|||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Sun, 19 Sep 2010 22:51:53 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Fri, 01 Oct 2010 23:27:52 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
196
docs/PICKLES/Profiler.html
Normal file
196
docs/PICKLES/Profiler.html
Normal file
|
@ -0,0 +1,196 @@
|
|||
<?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 Profiler</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 Profiler</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-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
|
||||
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
<p class="short-description">Profiler Class</p>
|
||||
<p class="description"><p>The Profiler class is statically interfaced with and allows for in depth profiling of a site. By default profiling is off, but can be enabled in the config.ini for a site. Out of the box the profiler will report on every class object in the system that extends the code Object class.</p><p>Note: I really wanted to use PHP Quick Profiler by Ryan Campbell of Particletree but it kept barking out errors when I tried to use it. Here's a link anyway: http://particletree.com/features/php-quick-profiler/</p></p>
|
||||
<ul class="tags">
|
||||
<li><span class="field">usage:</span> <div class="src-code"><ol><li><div class="src-line"><span class="src-id"><a href="../PICKLES/Profiler.html">Profiler</a></span><span class="src-sym">::</span><a href="../PICKLES/Profiler.html#methodlog">log</a><span class="src-sym">(</span><span class="src-str">'started stuff'</span><span class="src-sym">)</span><span class="src-sym">;</span></div></li>
|
||||
</ol></div></li>
|
||||
</ul>
|
||||
<p class="notes">
|
||||
Located in <a class="field" href="_classes---Profiler.php.html">/classes/Profiler.php</a> (line <span class="field">32</span>)
|
||||
</p>
|
||||
|
||||
|
||||
<pre></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> |
|
||||
<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">
|
||||
static <span class="method-result">void</span>
|
||||
<a href="#log" title="details" class="method-name">log</a>
|
||||
(<span class="var-type">mixed</span> <span class="var-name">$data</span>, [<span class="var-type">string</span> <span class="var-name">$method</span> = <span class="var-default">false</span>], [<span class="var-type"></span> <span class="var-name">$type</span> = <span class="var-default">false</span>])
|
||||
</div>
|
||||
<div class="method-definition">
|
||||
static <span class="method-result">void</span>
|
||||
<a href="#logQuery" title="details" class="method-name">logQuery</a>
|
||||
(<span class="var-type">string</span> <span class="var-name">$query</span>, [<span class="var-type">array</span> <span class="var-name">$input_parameters</span> = <span class="var-default">false</span>], [<span class="var-type">array</span> <span class="var-name">$explain</span> = <span class="var-default">false</span>], [<span class="var-type">float</span> <span class="var-name">$duration</span> = <span class="var-default">false</span>])
|
||||
</div>
|
||||
<div class="method-definition">
|
||||
static <span class="method-result">void</span>
|
||||
<a href="#report" title="details" class="method-name">report</a>
|
||||
()
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</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-method-summary">Methods</a> (<span class="disabled">details</span>)
|
||||
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<A NAME='method_detail'></A>
|
||||
<a name="methodlog" id="log"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">static method log</span> (line <span class="line-number">81</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
<p class="short-description">Log</p>
|
||||
<p class="description"><p>Logs the event to be displayed later on. Due to the nature of how much of a pain it is to determine which class method called this method I opted to make the method a passable argument for ease of use. Perhaps I'll revisit in the future. Handles all elapsed time calculations and memory usage.</p></p>
|
||||
<ul class="tags">
|
||||
<li><span class="field">access:</span> public</li>
|
||||
</ul>
|
||||
|
||||
<div class="method-signature">
|
||||
static
|
||||
<span class="method-result">void</span>
|
||||
<span class="method-name">
|
||||
log
|
||||
</span>
|
||||
(<span class="var-type">mixed</span> <span class="var-name">$data</span>, [<span class="var-type">string</span> <span class="var-name">$method</span> = <span class="var-default">false</span>], [<span class="var-type"></span> <span class="var-name">$type</span> = <span class="var-default">false</span>])
|
||||
</div>
|
||||
|
||||
<ul class="parameters">
|
||||
<li>
|
||||
<span class="var-type">mixed</span>
|
||||
<span class="var-name">$data</span><span class="var-description">: data to log</span> </li>
|
||||
<li>
|
||||
<span class="var-type">string</span>
|
||||
<span class="var-name">$method</span><span class="var-description">: name of the class method being logged</span> </li>
|
||||
<li>
|
||||
<span class="var-type"></span>
|
||||
<span class="var-name">$type</span> </li>
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
<a name="methodlogQuery" id="logQuery"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">static method logQuery</span> (line <span class="line-number">132</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
<p class="short-description">Log Query</p>
|
||||
<p class="description"><p>Serves as a wrapper to get query data to the log function</p></p>
|
||||
<ul class="tags">
|
||||
<li><span class="field">access:</span> public</li>
|
||||
</ul>
|
||||
|
||||
<div class="method-signature">
|
||||
static
|
||||
<span class="method-result">void</span>
|
||||
<span class="method-name">
|
||||
logQuery
|
||||
</span>
|
||||
(<span class="var-type">string</span> <span class="var-name">$query</span>, [<span class="var-type">array</span> <span class="var-name">$input_parameters</span> = <span class="var-default">false</span>], [<span class="var-type">array</span> <span class="var-name">$explain</span> = <span class="var-default">false</span>], [<span class="var-type">float</span> <span class="var-name">$duration</span> = <span class="var-default">false</span>])
|
||||
</div>
|
||||
|
||||
<ul class="parameters">
|
||||
<li>
|
||||
<span class="var-type">string</span>
|
||||
<span class="var-name">$query</span><span class="var-description">: the query being executed</span> </li>
|
||||
<li>
|
||||
<span class="var-type">array</span>
|
||||
<span class="var-name">$input_parameters</span><span class="var-description">: optional prepared statement data</span> </li>
|
||||
<li>
|
||||
<span class="var-type">array</span>
|
||||
<span class="var-name">$explain</span><span class="var-description">: EXPLAIN data for the query</span> </li>
|
||||
<li>
|
||||
<span class="var-type">float</span>
|
||||
<span class="var-name">$duration</span><span class="var-description">: the speed of the query</span> </li>
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
<a name="methodreport" id="report"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<span class="method-title">static method report</span> (line <span class="line-number">178</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
<p class="short-description">Report</p>
|
||||
<p class="description"><p>Generates the Profiler report that is displayed by the Controller. Contains all the HTML needed to display the data properly inline on the page. Will generally be displayed after the closing HTML tag.</p></p>
|
||||
<ul class="tags">
|
||||
<li><span class="field">access:</span> public</li>
|
||||
</ul>
|
||||
|
||||
<div class="method-signature">
|
||||
static
|
||||
<span class="method-result">void</span>
|
||||
<span class="method-name">
|
||||
report
|
||||
</span>
|
||||
()
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 01 Oct 2010 23:27:52 -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 Sun, 19 Sep 2010 22:51:52 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Fri, 01 Oct 2010 23:27:51 -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 Sun, 19 Sep 2010 22:51:52 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Fri, 01 Oct 2010 23:27:51 -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 Sun, 19 Sep 2010 22:51:52 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Fri, 01 Oct 2010 23:27:51 -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 Sun, 19 Sep 2010 22:51:52 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Fri, 01 Oct 2010 23:27:50 -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 Sun, 19 Sep 2010 22:51:52 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Fri, 01 Oct 2010 23:27:51 -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 Sun, 19 Sep 2010 22:51:53 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Fri, 01 Oct 2010 23:27:51 -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 Sun, 19 Sep 2010 22:51:53 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Fri, 01 Oct 2010 23:27:52 -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 Sun, 19 Sep 2010 22:51:53 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Fri, 01 Oct 2010 23:27:52 -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 Sun, 19 Sep 2010 22:51:52 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Fri, 01 Oct 2010 23:27:51 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
68
docs/PICKLES/_classes---Form.php.html
Normal file
68
docs/PICKLES/_classes---Form.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 Form.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/Form.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">Form Class File for PICKLES</p>
|
||||
<p class="description"><p>PHP version 5</p><p>Licensed under the GNU General Public License Version 3 Redistribution of these files must retain the above copyright notice.</p></p>
|
||||
<ul class="tags">
|
||||
<li><span class="field">author:</span> Josh Sherman <<a href="mailto:josh@phpwithpickles.org">josh@phpwithpickles.org</a>></li>
|
||||
<li><span class="field">copyright:</span> Copyright 2007-2010, Gravity Boulevard, LLC</li>
|
||||
<li><span class="field">link:</span> <a href="http://phpwithpickles.org">http://phpwithpickles.org</a></li>
|
||||
<li><span class="field">license:</span> <a href="http://www.gnu.org/licenses/gpl.html">GPL v3</a></li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<a name="sec-classes"></a>
|
||||
<div class="info-box">
|
||||
<div class="info-box-title">Classes</div>
|
||||
<div class="nav-bar">
|
||||
<a href="#sec-description">Description</a> |
|
||||
<span class="disabled">Classes</span>
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<table cellpadding="2" cellspacing="0" class="class-table">
|
||||
<tr>
|
||||
<th class="class-table-header">Class</th>
|
||||
<th class="class-table-header">Description</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding-right: 2em; vertical-align: top">
|
||||
<a href="../PICKLES/Form.html">Form</a>
|
||||
</td>
|
||||
<td>
|
||||
Form Class
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 01 Oct 2010 23:27:51 -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 Sun, 19 Sep 2010 22:51:52 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Fri, 01 Oct 2010 23:27:51 -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 Sun, 19 Sep 2010 22:51:53 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Fri, 01 Oct 2010 23:27:51 -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 Sun, 19 Sep 2010 22:51:53 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Fri, 01 Oct 2010 23:27:51 -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 Sun, 19 Sep 2010 22:51:53 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Fri, 01 Oct 2010 23:27:51 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
68
docs/PICKLES/_classes---Profiler.php.html
Normal file
68
docs/PICKLES/_classes---Profiler.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 Profiler.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/Profiler.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">Profiler</p>
|
||||
<p class="description"><p>PHP version 5</p><p>Licensed under the GNU General Public License Version 3 Redistribution of these files must retain the above copyright notice.</p></p>
|
||||
<ul class="tags">
|
||||
<li><span class="field">author:</span> Josh Sherman <<a href="mailto:josh@phpwithpickles.org">josh@phpwithpickles.org</a>></li>
|
||||
<li><span class="field">copyright:</span> Copyright 2007-2010, Gravity Boulevard, LLC</li>
|
||||
<li><span class="field">link:</span> <a href="http://phpwithpickles.org">http://phpwithpickles.org</a></li>
|
||||
<li><span class="field">license:</span> <a href="http://www.gnu.org/licenses/gpl.html">GPL v3</a></li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<a name="sec-classes"></a>
|
||||
<div class="info-box">
|
||||
<div class="info-box-title">Classes</div>
|
||||
<div class="nav-bar">
|
||||
<a href="#sec-description">Description</a> |
|
||||
<span class="disabled">Classes</span>
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<table cellpadding="2" cellspacing="0" class="class-table">
|
||||
<tr>
|
||||
<th class="class-table-header">Class</th>
|
||||
<th class="class-table-header">Description</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding-right: 2em; vertical-align: top">
|
||||
<a href="../PICKLES/Profiler.html">Profiler</a>
|
||||
</td>
|
||||
<td>
|
||||
Profiler Class
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 01 Oct 2010 23:27:52 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
|
@ -52,7 +52,7 @@
|
|||
<div>
|
||||
<span class="const-title">
|
||||
<span class="const-name">DISPLAY_JSON</span> = 'JSON'
|
||||
(line <span class="line-number">56</span>)
|
||||
(line <span class="line-number">59</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
@ -66,7 +66,7 @@
|
|||
<div>
|
||||
<span class="const-title">
|
||||
<span class="const-name">DISPLAY_PHP</span> = 'PHP'
|
||||
(line <span class="line-number">57</span>)
|
||||
(line <span class="line-number">60</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
@ -80,7 +80,7 @@
|
|||
<div>
|
||||
<span class="const-title">
|
||||
<span class="const-name">DISPLAY_RSS</span> = 'RSS'
|
||||
(line <span class="line-number">58</span>)
|
||||
(line <span class="line-number">61</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
@ -94,7 +94,7 @@
|
|||
<div>
|
||||
<span class="const-title">
|
||||
<span class="const-name">DISPLAY_XML</span> = 'XML'
|
||||
(line <span class="line-number">59</span>)
|
||||
(line <span class="line-number">62</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
@ -108,7 +108,7 @@
|
|||
<div>
|
||||
<span class="const-title">
|
||||
<span class="const-name">JSON_AVAILABLE</span> = function_exists('json_encode')
|
||||
(line <span class="line-number">62</span>)
|
||||
(line <span class="line-number">65</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
@ -122,7 +122,7 @@
|
|||
<div>
|
||||
<span class="const-title">
|
||||
<span class="const-name">LOG_PATH</span> = PRIVATE_PATH.'logs/'
|
||||
(line <span class="line-number">52</span>)
|
||||
(line <span class="line-number">55</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
@ -136,7 +136,7 @@
|
|||
<div>
|
||||
<span class="const-title">
|
||||
<span class="const-name">PICKLES_CLASS_PATH</span> = PICKLES_PATH.'classes/'
|
||||
(line <span class="line-number">41</span>)
|
||||
(line <span class="line-number">44</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
@ -150,7 +150,21 @@
|
|||
<div>
|
||||
<span class="const-title">
|
||||
<span class="const-name">PICKLES_PATH</span> = dirname(__FILE__).'/'
|
||||
(line <span class="line-number">40</span>)
|
||||
(line <span class="line-number">43</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
|
||||
|
||||
</div>
|
||||
<a name="definePICKLES_START_TIME"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<span class="const-title">
|
||||
<span class="const-name">PICKLES_START_TIME</span> = microtime(true)
|
||||
(line <span class="line-number">25</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
@ -159,12 +173,12 @@
|
|||
|
||||
</div>
|
||||
<a name="definePRIVATE_PATH"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<span class="const-title">
|
||||
<span class="const-name">PRIVATE_PATH</span> = SITE_PATH.'private/'
|
||||
(line <span class="line-number">51</span>)
|
||||
(line <span class="line-number">54</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
@ -173,67 +187,11 @@
|
|||
|
||||
</div>
|
||||
<a name="defineSITE_CLASS_PATH"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<span class="const-title">
|
||||
<span class="const-name">SITE_CLASS_PATH</span> = SITE_PATH.'classes/'
|
||||
(line <span class="line-number">46</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
|
||||
|
||||
</div>
|
||||
<a name="defineSITE_MODEL_PATH"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<span class="const-title">
|
||||
<span class="const-name">SITE_MODEL_PATH</span> = SITE_PATH.'models/'
|
||||
(line <span class="line-number">47</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
|
||||
|
||||
</div>
|
||||
<a name="defineSITE_MODULE_PATH"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<span class="const-title">
|
||||
<span class="const-name">SITE_MODULE_PATH</span> = SITE_PATH.'modules/'
|
||||
(line <span class="line-number">48</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
|
||||
|
||||
</div>
|
||||
<a name="defineSITE_PATH"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<span class="const-title">
|
||||
<span class="const-name">SITE_PATH</span> = getcwd().'/../'
|
||||
(line <span class="line-number">44</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
|
||||
|
||||
</div>
|
||||
<a name="defineSITE_TEMPLATE_PATH"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<span class="const-title">
|
||||
<span class="const-name">SITE_TEMPLATE_PATH</span> = SITE_PATH.'templates/'
|
||||
(line <span class="line-number">49</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
@ -242,13 +200,69 @@
|
|||
|
||||
|
||||
</div>
|
||||
<a name="defineSMARTY_PATH"><!-- --></a>
|
||||
<a name="defineSITE_MODEL_PATH"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<span class="const-title">
|
||||
<span class="const-name">SITE_MODEL_PATH</span> = SITE_PATH.'models/'
|
||||
(line <span class="line-number">50</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
|
||||
|
||||
</div>
|
||||
<a name="defineSITE_MODULE_PATH"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<span class="const-title">
|
||||
<span class="const-name">SITE_MODULE_PATH</span> = SITE_PATH.'modules/'
|
||||
(line <span class="line-number">51</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
|
||||
|
||||
</div>
|
||||
<a name="defineSITE_PATH"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<span class="const-title">
|
||||
<span class="const-name">SITE_PATH</span> = getcwd().'/../'
|
||||
(line <span class="line-number">47</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
|
||||
|
||||
</div>
|
||||
<a name="defineSITE_TEMPLATE_PATH"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<span class="const-title">
|
||||
<span class="const-name">SITE_TEMPLATE_PATH</span> = SITE_PATH.'templates/'
|
||||
(line <span class="line-number">52</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
|
||||
|
||||
</div>
|
||||
<a name="defineSMARTY_PATH"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<span class="const-title">
|
||||
<span class="const-name">SMARTY_PATH</span> = PRIVATE_PATH.'smarty/'
|
||||
(line <span class="line-number">53</span>)
|
||||
(line <span class="line-number">56</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
@ -270,10 +284,10 @@
|
|||
</div>
|
||||
<div class="info-box-body">
|
||||
<a name="function__autoload" id="function__autoload"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<span class="method-title">__autoload</span> (line <span class="line-number">74</span>)
|
||||
<span class="method-title">__autoload</span> (line <span class="line-number">77</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
|
@ -300,10 +314,10 @@
|
|||
|
||||
</div>
|
||||
<a name="function__handleError" id="function__handleError"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<span class="method-title">__handleError</span> (line <span class="line-number">109</span>)
|
||||
<span class="method-title">__handleError</span> (line <span class="line-number">112</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
|
@ -345,7 +359,7 @@
|
|||
</div>
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Sun, 19 Sep 2010 22:51:53 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Fri, 01 Oct 2010 23:27:51 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
|
@ -54,7 +54,7 @@
|
|||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Sun, 19 Sep 2010 22:51:53 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Fri, 01 Oct 2010 23:27:52 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
|
@ -22,13 +22,17 @@
|
|||
<li><a href="PICKLES/Object.html">Object</a><ul>
|
||||
<li><a href="PICKLES/Controller.html">Controller</a></li><li><a href="PICKLES/Database.html">Database</a></li><li><a href="PICKLES/Display_Common.html">Display_Common</a><ul>
|
||||
<li><a href="PICKLES/Display_JSON.html">Display_JSON</a></li><li><a href="PICKLES/Display_PHP.html">Display_PHP</a></li><li><a href="PICKLES/Display_RSS.html">Display_RSS</a></li><li><a href="PICKLES/Display_XML.html">Display_XML</a></li></ul></li>
|
||||
<li><a href="PICKLES/Error.html">Error</a></li><li><a href="PICKLES/Log.html">Log</a></li><li><a href="PICKLES/Model.html">Model</a><ul>
|
||||
<li><a href="PICKLES/Error.html">Error</a></li><li><a href="PICKLES/Form.html">Form</a></li><li><a href="PICKLES/Log.html">Log</a></li><li><a href="PICKLES/Model.html">Model</a><ul>
|
||||
<li><a href="PICKLES/Post.html">Post</a></li></ul></li>
|
||||
<li><a href="PICKLES/Module.html">Module</a></li></ul></li>
|
||||
</ul>
|
||||
|
||||
<h2>Root class Profiler</h2>
|
||||
<ul>
|
||||
<li><a href="PICKLES/Profiler.html">Profiler</a></li></ul>
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Sun, 19 Sep 2010 22:51:52 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Fri, 01 Oct 2010 23:27:50 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
|
@ -22,6 +22,7 @@
|
|||
<a class="index-letter" href="elementindex.html#e">e</a>
|
||||
<a class="index-letter" href="elementindex.html#f">f</a>
|
||||
<a class="index-letter" href="elementindex.html#g">g</a>
|
||||
<a class="index-letter" href="elementindex.html#h">h</a>
|
||||
<a class="index-letter" href="elementindex.html#i">i</a>
|
||||
<a class="index-letter" href="elementindex.html#j">j</a>
|
||||
<a class="index-letter" href="elementindex.html#k">k</a>
|
||||
|
@ -199,6 +200,13 @@
|
|||
<div class="index-item-details"><a href="PICKLES/Database.html">Database</a> in Database.php</div>
|
||||
<div class="index-item-description">Database Abstraction Layer for MySQL</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">dateSelect</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Form.html#methoddateSelect">Form::dateSelect()</a> in Form.php</div>
|
||||
<div class="index-item-description">Date Select</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">delete</span>
|
||||
</dt>
|
||||
|
@ -213,6 +221,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>
|
||||
|
@ -220,12 +234,6 @@
|
|||
<div class="index-item-details"><a href="PICKLES/Display_JSON.html">Display_JSON</a> in JSON.php</div>
|
||||
<div class="index-item-description">JSON Display</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">
|
||||
<span class="const-title">DISPLAY_PHP</span>
|
||||
</dt>
|
||||
|
@ -252,6 +260,12 @@
|
|||
<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">
|
||||
<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">
|
||||
Display_XML
|
||||
</dt>
|
||||
|
@ -260,10 +274,11 @@
|
|||
<div class="index-item-description">XML Display</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="const-title">DISPLAY_XML</span>
|
||||
<span class="method-title">dobSelect</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/Form.html#methoddobSelect">Form::dobSelect()</a> in Form.php</div>
|
||||
<div class="index-item-description">Date of Birth Select</div>
|
||||
</dd>
|
||||
</dl>
|
||||
<a name="e"></a>
|
||||
|
@ -329,6 +344,12 @@
|
|||
<div style="clear: both"></div>
|
||||
</div>
|
||||
<dl>
|
||||
<dt class="field">
|
||||
<span class="include-title">Form.php</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/_classes---Form.php.html">Form.php</a> in Form.php</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">fatal</span>
|
||||
</dt>
|
||||
|
@ -364,6 +385,13 @@
|
|||
<div class="index-item-details"><a href="PICKLES/Model.html#methodfirst">Model::first()</a> in Model.php</div>
|
||||
<div class="index-item-description">First Record</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
Form
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Form.html">Form</a> in Form.php</div>
|
||||
<div class="index-item-description">Form Class</div>
|
||||
</dd>
|
||||
</dl>
|
||||
<a name="g"></a>
|
||||
<div class="index-letter-section">
|
||||
|
@ -387,6 +415,21 @@
|
|||
<div class="index-item-description">Get instance of the object</div>
|
||||
</dd>
|
||||
</dl>
|
||||
<a name="h"></a>
|
||||
<div class="index-letter-section">
|
||||
<div style="float: left" class="index-letter-title">h</div>
|
||||
<div style="float: right"><a href="#top">top</a></div>
|
||||
<div style="clear: both"></div>
|
||||
</div>
|
||||
<dl>
|
||||
<dt class="field">
|
||||
<span class="method-title">hiddenInput</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Form.html#methodhiddenInput">Form::hiddenInput()</a> in Form.php</div>
|
||||
<div class="index-item-description">Hidden Input</div>
|
||||
</dd>
|
||||
</dl>
|
||||
<a name="i"></a>
|
||||
<div class="index-letter-section">
|
||||
<div style="float: left" class="index-letter-title">i</div>
|
||||
|
@ -401,6 +444,13 @@
|
|||
<div class="index-item-details"><a href="PICKLES/Log.html#methodinformation">Log::information()</a> in Log.php</div>
|
||||
<div class="index-item-description">Log Information</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">input</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Form.html#methodinput">Form::input()</a> in Form.php</div>
|
||||
<div class="index-item-description">Input</div>
|
||||
</dd>
|
||||
</dl>
|
||||
<a name="j"></a>
|
||||
<div class="index-letter-section">
|
||||
|
@ -478,6 +528,13 @@
|
|||
<div class="index-item-details"><a href="PICKLES/Config.html#methodload">Config::load()</a> in Config.php</div>
|
||||
<div class="index-item-description">Loads a configuration file</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">log</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Profiler.html#methodlog">Profiler::log()</a> in Profiler.php</div>
|
||||
<div class="index-item-description">Log</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
Log
|
||||
</dt>
|
||||
|
@ -485,6 +542,13 @@
|
|||
<div class="index-item-details"><a href="PICKLES/Log.html">Log</a> in Log.php</div>
|
||||
<div class="index-item-description">Log Class</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">logQuery</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Profiler.html#methodlogQuery">Profiler::logQuery()</a> in Profiler.php</div>
|
||||
<div class="index-item-description">Log Query</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="const-title">LOG_PATH</span>
|
||||
</dt>
|
||||
|
@ -559,15 +623,15 @@
|
|||
<span class="var-title">$order_by</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Model.html#var$order_by">Model::$order_by</a> in Model.php</div>
|
||||
<div class="index-item-description">Order By Clause</div>
|
||||
<div class="index-item-details"><a href="PICKLES/Post.html#var$order_by">Post::$order_by</a> in Post.php</div>
|
||||
<div class="index-item-description">Columns to Order By</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="var-title">$order_by</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Post.html#var$order_by">Post::$order_by</a> in Post.php</div>
|
||||
<div class="index-item-description">Columns to Order By</div>
|
||||
<div class="index-item-details"><a href="PICKLES/Model.html#var$order_by">Model::$order_by</a> in Model.php</div>
|
||||
<div class="index-item-description">Order By Clause</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="include-title">Object.php</span>
|
||||
|
@ -589,6 +653,13 @@
|
|||
<div class="index-item-details"><a href="PICKLES/Database.html#methodopen">Database::open()</a> in Database.php</div>
|
||||
<div class="index-item-description">Opens database connection</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">options</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Form.html#methodoptions">Form::options()</a> in Form.php</div>
|
||||
<div class="index-item-description">Options</div>
|
||||
</dd>
|
||||
</dl>
|
||||
<a name="p"></a>
|
||||
<div class="index-letter-section">
|
||||
|
@ -610,6 +681,19 @@
|
|||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/_classes---Display---PHP.php.html">PHP.php</a> in PHP.php</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="include-title">Profiler.php</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/_classes---Profiler.php.html">Profiler.php</a> in Profiler.php</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">phoneInput</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Form.html#methodphoneInput">Form::phoneInput()</a> in Form.php</div>
|
||||
<div class="index-item-description">Phone Input</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">phpError</span>
|
||||
</dt>
|
||||
|
@ -635,6 +719,19 @@
|
|||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/_pickles.php.html#definePICKLES_PATH">PICKLES_PATH</a> in pickles.php</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="const-title">PICKLES_START_TIME</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/_pickles.php.html#definePICKLES_START_TIME">PICKLES_START_TIME</a> in pickles.php</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">polarSelect</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Form.html#methodpolarSelect">Form::polarSelect()</a> in Form.php</div>
|
||||
<div class="index-item-description">Polar Select</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
Post
|
||||
</dt>
|
||||
|
@ -661,6 +758,13 @@
|
|||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/_pickles.php.html#definePRIVATE_PATH">PRIVATE_PATH</a> in pickles.php</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
Profiler
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Profiler.html">Profiler</a> in Profiler.php</div>
|
||||
<div class="index-item-description">Profiler Class</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="include-title">Post.php</span>
|
||||
</dt>
|
||||
|
@ -749,15 +853,22 @@
|
|||
<span class="method-title">render</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Display_JSON.html#methodrender">Display_JSON::render()</a> in JSON.php</div>
|
||||
<div class="index-item-description">Renders the data in JSON format</div>
|
||||
<div class="index-item-details"><a href="PICKLES/Display_Common.html#methodrender">Display_Common::render()</a> in Common.php</div>
|
||||
<div class="index-item-description">Rendering Method</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">render</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Display_Common.html#methodrender">Display_Common::render()</a> in Common.php</div>
|
||||
<div class="index-item-description">Rendering Method</div>
|
||||
<div class="index-item-details"><a href="PICKLES/Display_JSON.html#methodrender">Display_JSON::render()</a> in JSON.php</div>
|
||||
<div class="index-item-description">Renders the data in JSON format</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">report</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Profiler.html#methodreport">Profiler::report()</a> in Profiler.php</div>
|
||||
<div class="index-item-description">Report</div>
|
||||
</dd>
|
||||
</dl>
|
||||
<a name="s"></a>
|
||||
|
@ -788,6 +899,13 @@
|
|||
<div class="index-item-details"><a href="PICKLES/Module.html#var$session">Module::$session</a> in Module.php</div>
|
||||
<div class="index-item-description">Session</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">select</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Form.html#methodselect">Form::select()</a> in Form.php</div>
|
||||
<div class="index-item-description">Select</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">setModuleReturn</span>
|
||||
</dt>
|
||||
|
@ -852,6 +970,13 @@
|
|||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/_pickles.php.html#defineSMARTY_PATH">SMARTY_PATH</a> in pickles.php</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">stateSelect</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Form.html#methodstateSelect">Form::stateSelect()</a> in Form.php</div>
|
||||
<div class="index-item-description">State Select</div>
|
||||
</dd>
|
||||
</dl>
|
||||
<a name="t"></a>
|
||||
<div class="index-letter-section">
|
||||
|
@ -892,16 +1017,23 @@
|
|||
<span class="method-title">templateExists</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Display_Common.html#methodtemplateExists">Display_Common::templateExists()</a> in Common.php</div>
|
||||
<div class="index-item-details"><a href="PICKLES/Display_PHP.html#methodtemplateExists">Display_PHP::templateExists()</a> in PHP.php</div>
|
||||
<div class="index-item-description">Template Exists</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">templateExists</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Display_PHP.html#methodtemplateExists">Display_PHP::templateExists()</a> in PHP.php</div>
|
||||
<div class="index-item-details"><a href="PICKLES/Display_Common.html#methodtemplateExists">Display_Common::templateExists()</a> in Common.php</div>
|
||||
<div class="index-item-description">Template Exists</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">textarea</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Form.html#methodtextarea">Form::textarea()</a> in Form.php</div>
|
||||
<div class="index-item-description">Text Area</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">transaction</span>
|
||||
</dt>
|
||||
|
@ -971,20 +1103,6 @@
|
|||
<dt class="field">
|
||||
<span class="method-title">__construct</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Model.html#method__construct">Model::__construct()</a> in Model.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-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/Database.html#method__construct">Database::__construct()</a> in Database.php</div>
|
||||
<div class="index-item-description">Constructor</div>
|
||||
|
@ -992,6 +1110,13 @@
|
|||
<dt class="field">
|
||||
<span class="method-title">__construct</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Model.html#method__construct">Model::__construct()</a> in Model.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/Module.html#method__construct">Module::__construct()</a> in Module.php</div>
|
||||
<div class="index-item-description">Constructor</div>
|
||||
|
@ -1000,14 +1125,14 @@
|
|||
<span class="method-title">__construct</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Controller.html#method__construct">Controller::__construct()</a> in Controller.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/Config.html#method__construct">Config::__construct()</a> in Config.php</div>
|
||||
<div class="index-item-details"><a href="PICKLES/Controller.html#method__construct">Controller::__construct()</a> in Controller.php</div>
|
||||
<div class="index-item-description">Constructor</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
|
@ -1017,6 +1142,13 @@
|
|||
<div class="index-item-details"><a href="PICKLES/Object.html#method__construct">Object::__construct()</a> in Object.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/Config.html#method__construct">Config::__construct()</a> in Config.php</div>
|
||||
<div class="index-item-description">Constructor</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">__default</span>
|
||||
</dt>
|
||||
|
@ -1024,6 +1156,19 @@
|
|||
<div class="index-item-details"><a href="PICKLES/Module.html#method__default">Module::__default()</a> in Module.php</div>
|
||||
<div class="index-item-description">Default "Magic" Method</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">__destruct</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Controller.html#method__destruct">Controller::__destruct()</a> in Controller.php</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">__destruct</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Object.html#method__destruct">Object::__destruct()</a> in Object.php</div>
|
||||
<div class="index-item-description">Destructor</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">__get</span>
|
||||
</dt>
|
||||
|
@ -1063,15 +1208,15 @@
|
|||
<span class="method-title">__set</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Module.html#method__set">Module::__set()</a> in Module.php</div>
|
||||
<div class="index-item-description">Magic Setter Method</div>
|
||||
<div class="index-item-details"><a href="PICKLES/Model.html#method__set">Model::__set()</a> in Model.php</div>
|
||||
<div class="index-item-description">Magic Setter</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">__set</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Model.html#method__set">Model::__set()</a> in Model.php</div>
|
||||
<div class="index-item-description">Magic Setter</div>
|
||||
<div class="index-item-details"><a href="PICKLES/Module.html#method__set">Module::__set()</a> in Module.php</div>
|
||||
<div class="index-item-description">Magic Setter Method</div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
@ -1082,6 +1227,7 @@
|
|||
<a class="index-letter" href="elementindex.html#e">e</a>
|
||||
<a class="index-letter" href="elementindex.html#f">f</a>
|
||||
<a class="index-letter" href="elementindex.html#g">g</a>
|
||||
<a class="index-letter" href="elementindex.html#h">h</a>
|
||||
<a class="index-letter" href="elementindex.html#i">i</a>
|
||||
<a class="index-letter" href="elementindex.html#j">j</a>
|
||||
<a class="index-letter" href="elementindex.html#k">k</a>
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
<a class="index-letter" href="elementindex_PICKLES.html#e">e</a>
|
||||
<a class="index-letter" href="elementindex_PICKLES.html#f">f</a>
|
||||
<a class="index-letter" href="elementindex_PICKLES.html#g">g</a>
|
||||
<a class="index-letter" href="elementindex_PICKLES.html#h">h</a>
|
||||
<a class="index-letter" href="elementindex_PICKLES.html#i">i</a>
|
||||
<a class="index-letter" href="elementindex_PICKLES.html#j">j</a>
|
||||
<a class="index-letter" href="elementindex_PICKLES.html#k">k</a>
|
||||
|
@ -54,20 +55,6 @@
|
|||
<dt class="field">
|
||||
<span class="method-title">__construct</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Model.html#method__construct">Model::__construct()</a> in Model.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-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/Database.html#method__construct">Database::__construct()</a> in Database.php</div>
|
||||
<div class="index-item-description">Constructor</div>
|
||||
|
@ -75,6 +62,13 @@
|
|||
<dt class="field">
|
||||
<span class="method-title">__construct</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Model.html#method__construct">Model::__construct()</a> in Model.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/Module.html#method__construct">Module::__construct()</a> in Module.php</div>
|
||||
<div class="index-item-description">Constructor</div>
|
||||
|
@ -83,14 +77,14 @@
|
|||
<span class="method-title">__construct</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Controller.html#method__construct">Controller::__construct()</a> in Controller.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/Config.html#method__construct">Config::__construct()</a> in Config.php</div>
|
||||
<div class="index-item-details"><a href="PICKLES/Controller.html#method__construct">Controller::__construct()</a> in Controller.php</div>
|
||||
<div class="index-item-description">Constructor</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
|
@ -100,6 +94,13 @@
|
|||
<div class="index-item-details"><a href="PICKLES/Object.html#method__construct">Object::__construct()</a> in Object.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/Config.html#method__construct">Config::__construct()</a> in Config.php</div>
|
||||
<div class="index-item-description">Constructor</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">__default</span>
|
||||
</dt>
|
||||
|
@ -107,6 +108,19 @@
|
|||
<div class="index-item-details"><a href="PICKLES/Module.html#method__default">Module::__default()</a> in Module.php</div>
|
||||
<div class="index-item-description">Default "Magic" Method</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">__destruct</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Controller.html#method__destruct">Controller::__destruct()</a> in Controller.php</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">__destruct</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Object.html#method__destruct">Object::__destruct()</a> in Object.php</div>
|
||||
<div class="index-item-description">Destructor</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">__get</span>
|
||||
</dt>
|
||||
|
@ -146,15 +160,15 @@
|
|||
<span class="method-title">__set</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Module.html#method__set">Module::__set()</a> in Module.php</div>
|
||||
<div class="index-item-description">Magic Setter Method</div>
|
||||
<div class="index-item-details"><a href="PICKLES/Model.html#method__set">Model::__set()</a> in Model.php</div>
|
||||
<div class="index-item-description">Magic Setter</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">__set</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Model.html#method__set">Model::__set()</a> in Model.php</div>
|
||||
<div class="index-item-description">Magic Setter</div>
|
||||
<div class="index-item-details"><a href="PICKLES/Module.html#method__set">Module::__set()</a> in Module.php</div>
|
||||
<div class="index-item-description">Magic Setter Method</div>
|
||||
</dd>
|
||||
</dl>
|
||||
<a name="a"></a>
|
||||
|
@ -316,6 +330,13 @@
|
|||
<div class="index-item-details"><a href="PICKLES/Database.html">Database</a> in Database.php</div>
|
||||
<div class="index-item-description">Database Abstraction Layer for MySQL</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">dateSelect</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Form.html#methoddateSelect">Form::dateSelect()</a> in Form.php</div>
|
||||
<div class="index-item-description">Date Select</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">delete</span>
|
||||
</dt>
|
||||
|
@ -330,6 +351,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>
|
||||
|
@ -337,12 +364,6 @@
|
|||
<div class="index-item-details"><a href="PICKLES/Display_JSON.html">Display_JSON</a> in JSON.php</div>
|
||||
<div class="index-item-description">JSON Display</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">
|
||||
<span class="const-title">DISPLAY_PHP</span>
|
||||
</dt>
|
||||
|
@ -369,6 +390,12 @@
|
|||
<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">
|
||||
<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">
|
||||
Display_XML
|
||||
</dt>
|
||||
|
@ -377,10 +404,11 @@
|
|||
<div class="index-item-description">XML Display</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="const-title">DISPLAY_XML</span>
|
||||
<span class="method-title">dobSelect</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/Form.html#methoddobSelect">Form::dobSelect()</a> in Form.php</div>
|
||||
<div class="index-item-description">Date of Birth Select</div>
|
||||
</dd>
|
||||
</dl>
|
||||
<a name="e"></a>
|
||||
|
@ -446,6 +474,12 @@
|
|||
<div style="clear: both"></div>
|
||||
</div>
|
||||
<dl>
|
||||
<dt class="field">
|
||||
<span class="include-title">Form.php</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/_classes---Form.php.html">Form.php</a> in Form.php</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">fatal</span>
|
||||
</dt>
|
||||
|
@ -481,6 +515,13 @@
|
|||
<div class="index-item-details"><a href="PICKLES/Model.html#methodfirst">Model::first()</a> in Model.php</div>
|
||||
<div class="index-item-description">First Record</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
Form
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Form.html">Form</a> in Form.php</div>
|
||||
<div class="index-item-description">Form Class</div>
|
||||
</dd>
|
||||
</dl>
|
||||
<a name="g"></a>
|
||||
<div class="index-letter-section">
|
||||
|
@ -504,6 +545,21 @@
|
|||
<div class="index-item-description">Get instance of the object</div>
|
||||
</dd>
|
||||
</dl>
|
||||
<a name="h"></a>
|
||||
<div class="index-letter-section">
|
||||
<div style="float: left" class="index-letter-title">h</div>
|
||||
<div style="float: right"><a href="#top">top</a></div>
|
||||
<div style="clear: both"></div>
|
||||
</div>
|
||||
<dl>
|
||||
<dt class="field">
|
||||
<span class="method-title">hiddenInput</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Form.html#methodhiddenInput">Form::hiddenInput()</a> in Form.php</div>
|
||||
<div class="index-item-description">Hidden Input</div>
|
||||
</dd>
|
||||
</dl>
|
||||
<a name="i"></a>
|
||||
<div class="index-letter-section">
|
||||
<div style="float: left" class="index-letter-title">i</div>
|
||||
|
@ -518,6 +574,13 @@
|
|||
<div class="index-item-details"><a href="PICKLES/Log.html#methodinformation">Log::information()</a> in Log.php</div>
|
||||
<div class="index-item-description">Log Information</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">input</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Form.html#methodinput">Form::input()</a> in Form.php</div>
|
||||
<div class="index-item-description">Input</div>
|
||||
</dd>
|
||||
</dl>
|
||||
<a name="j"></a>
|
||||
<div class="index-letter-section">
|
||||
|
@ -595,6 +658,13 @@
|
|||
<div class="index-item-details"><a href="PICKLES/Config.html#methodload">Config::load()</a> in Config.php</div>
|
||||
<div class="index-item-description">Loads a configuration file</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">log</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Profiler.html#methodlog">Profiler::log()</a> in Profiler.php</div>
|
||||
<div class="index-item-description">Log</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
Log
|
||||
</dt>
|
||||
|
@ -602,6 +672,13 @@
|
|||
<div class="index-item-details"><a href="PICKLES/Log.html">Log</a> in Log.php</div>
|
||||
<div class="index-item-description">Log Class</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">logQuery</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Profiler.html#methodlogQuery">Profiler::logQuery()</a> in Profiler.php</div>
|
||||
<div class="index-item-description">Log Query</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="const-title">LOG_PATH</span>
|
||||
</dt>
|
||||
|
@ -676,15 +753,15 @@
|
|||
<span class="var-title">$order_by</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Model.html#var$order_by">Model::$order_by</a> in Model.php</div>
|
||||
<div class="index-item-description">Order By Clause</div>
|
||||
<div class="index-item-details"><a href="PICKLES/Post.html#var$order_by">Post::$order_by</a> in Post.php</div>
|
||||
<div class="index-item-description">Columns to Order By</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="var-title">$order_by</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Post.html#var$order_by">Post::$order_by</a> in Post.php</div>
|
||||
<div class="index-item-description">Columns to Order By</div>
|
||||
<div class="index-item-details"><a href="PICKLES/Model.html#var$order_by">Model::$order_by</a> in Model.php</div>
|
||||
<div class="index-item-description">Order By Clause</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="include-title">Object.php</span>
|
||||
|
@ -706,6 +783,13 @@
|
|||
<div class="index-item-details"><a href="PICKLES/Database.html#methodopen">Database::open()</a> in Database.php</div>
|
||||
<div class="index-item-description">Opens database connection</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">options</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Form.html#methodoptions">Form::options()</a> in Form.php</div>
|
||||
<div class="index-item-description">Options</div>
|
||||
</dd>
|
||||
</dl>
|
||||
<a name="p"></a>
|
||||
<div class="index-letter-section">
|
||||
|
@ -727,6 +811,19 @@
|
|||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/_classes---Display---PHP.php.html">PHP.php</a> in PHP.php</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="include-title">Profiler.php</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/_classes---Profiler.php.html">Profiler.php</a> in Profiler.php</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">phoneInput</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Form.html#methodphoneInput">Form::phoneInput()</a> in Form.php</div>
|
||||
<div class="index-item-description">Phone Input</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">phpError</span>
|
||||
</dt>
|
||||
|
@ -752,6 +849,19 @@
|
|||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/_pickles.php.html#definePICKLES_PATH">PICKLES_PATH</a> in pickles.php</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="const-title">PICKLES_START_TIME</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/_pickles.php.html#definePICKLES_START_TIME">PICKLES_START_TIME</a> in pickles.php</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">polarSelect</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Form.html#methodpolarSelect">Form::polarSelect()</a> in Form.php</div>
|
||||
<div class="index-item-description">Polar Select</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
Post
|
||||
</dt>
|
||||
|
@ -778,6 +888,13 @@
|
|||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/_pickles.php.html#definePRIVATE_PATH">PRIVATE_PATH</a> in pickles.php</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
Profiler
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Profiler.html">Profiler</a> in Profiler.php</div>
|
||||
<div class="index-item-description">Profiler Class</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="include-title">Post.php</span>
|
||||
</dt>
|
||||
|
@ -866,15 +983,22 @@
|
|||
<span class="method-title">render</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Display_JSON.html#methodrender">Display_JSON::render()</a> in JSON.php</div>
|
||||
<div class="index-item-description">Renders the data in JSON format</div>
|
||||
<div class="index-item-details"><a href="PICKLES/Display_Common.html#methodrender">Display_Common::render()</a> in Common.php</div>
|
||||
<div class="index-item-description">Rendering Method</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">render</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Display_Common.html#methodrender">Display_Common::render()</a> in Common.php</div>
|
||||
<div class="index-item-description">Rendering Method</div>
|
||||
<div class="index-item-details"><a href="PICKLES/Display_JSON.html#methodrender">Display_JSON::render()</a> in JSON.php</div>
|
||||
<div class="index-item-description">Renders the data in JSON format</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">report</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Profiler.html#methodreport">Profiler::report()</a> in Profiler.php</div>
|
||||
<div class="index-item-description">Report</div>
|
||||
</dd>
|
||||
</dl>
|
||||
<a name="s"></a>
|
||||
|
@ -905,6 +1029,13 @@
|
|||
<div class="index-item-details"><a href="PICKLES/Module.html#var$session">Module::$session</a> in Module.php</div>
|
||||
<div class="index-item-description">Session</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">select</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Form.html#methodselect">Form::select()</a> in Form.php</div>
|
||||
<div class="index-item-description">Select</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">setModuleReturn</span>
|
||||
</dt>
|
||||
|
@ -969,6 +1100,13 @@
|
|||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/_pickles.php.html#defineSMARTY_PATH">SMARTY_PATH</a> in pickles.php</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">stateSelect</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Form.html#methodstateSelect">Form::stateSelect()</a> in Form.php</div>
|
||||
<div class="index-item-description">State Select</div>
|
||||
</dd>
|
||||
</dl>
|
||||
<a name="t"></a>
|
||||
<div class="index-letter-section">
|
||||
|
@ -1009,16 +1147,23 @@
|
|||
<span class="method-title">templateExists</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Display_Common.html#methodtemplateExists">Display_Common::templateExists()</a> in Common.php</div>
|
||||
<div class="index-item-details"><a href="PICKLES/Display_PHP.html#methodtemplateExists">Display_PHP::templateExists()</a> in PHP.php</div>
|
||||
<div class="index-item-description">Template Exists</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">templateExists</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Display_PHP.html#methodtemplateExists">Display_PHP::templateExists()</a> in PHP.php</div>
|
||||
<div class="index-item-details"><a href="PICKLES/Display_Common.html#methodtemplateExists">Display_Common::templateExists()</a> in Common.php</div>
|
||||
<div class="index-item-description">Template Exists</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">textarea</span>
|
||||
</dt>
|
||||
<dd class="index-item-body">
|
||||
<div class="index-item-details"><a href="PICKLES/Form.html#methodtextarea">Form::textarea()</a> in Form.php</div>
|
||||
<div class="index-item-description">Text Area</div>
|
||||
</dd>
|
||||
<dt class="field">
|
||||
<span class="method-title">transaction</span>
|
||||
</dt>
|
||||
|
@ -1079,6 +1224,7 @@
|
|||
<a class="index-letter" href="elementindex_PICKLES.html#e">e</a>
|
||||
<a class="index-letter" href="elementindex_PICKLES.html#f">f</a>
|
||||
<a class="index-letter" href="elementindex_PICKLES.html#g">g</a>
|
||||
<a class="index-letter" href="elementindex_PICKLES.html#h">h</a>
|
||||
<a class="index-letter" href="elementindex_PICKLES.html#i">i</a>
|
||||
<a class="index-letter" href="elementindex_PICKLES.html#j">j</a>
|
||||
<a class="index-letter" href="elementindex_PICKLES.html#k">k</a>
|
||||
|
|
|
@ -36,12 +36,14 @@
|
|||
<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="#Environment.php">Environment.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>
|
||||
|
@ -68,6 +70,7 @@
|
|||
<a href="#posts.php">posts.php</a><br>
|
||||
<a href="#posts.phtml">posts.phtml</a><br>
|
||||
<a href="#process.php">process.php</a><br>
|
||||
<a href="#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>
|
||||
|
@ -171,8 +174,8 @@
|
|||
<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 17</b> - Unknown tag "@endcode" used<br>
|
||||
<b>Warning on line 18</b> - no @package tag was used in a DocBlock for class CKEditor<br>
|
||||
<b>Warning on line 39</b> - Unknown tag "@code" used<br>
|
||||
<b>Warning on line 39</b> - Unknown tag "@endcode" used<br>
|
||||
|
@ -180,47 +183,47 @@
|
|||
<b>Warning on line 51</b> - Unknown tag "@endcode" used<br>
|
||||
<b>Warning on line 70</b> - Unknown tag "@code" used<br>
|
||||
<b>Warning on line 70</b> - Unknown tag "@endcode" used<br>
|
||||
<b>Warning on line 134</b> - Unknown tag "@endcode" used<br>
|
||||
<b>Warning on line 134</b> - Unknown tag "@code" used<br>
|
||||
<b>Warning on line 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 "@code" used<br>
|
||||
<b>Warning on line 219</b> - Unknown tag "@endcode" used<br>
|
||||
<b>Warning on line 219</b> - Unknown tag "@endcode" used<br>
|
||||
<b>Warning on line 219</b> - Unknown tag "@code" used<br>
|
||||
<b>Warning on line 274</b> - Unknown tag "@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 17</b> - Unknown tag "@endcode" used<br>
|
||||
<b>Warning on line 18</b> - no @package tag was used in a DocBlock for class CKEditor<br>
|
||||
<b>Warning on line 37</b> - Unknown tag "@endcode" used<br>
|
||||
<b>Warning on line 37</b> - Unknown tag "@code" used<br>
|
||||
<b>Warning on line 49</b> - Unknown tag "@endcode" used<br>
|
||||
<b>Warning on line 49</b> - Unknown tag "@code" used<br>
|
||||
<b>Warning on line 49</b> - Unknown tag "@endcode" used<br>
|
||||
<b>Warning on line 68</b> - Unknown tag "@code" used<br>
|
||||
<b>Warning on line 68</b> - Unknown tag "@endcode" used<br>
|
||||
<b>Warning on line 130</b> - Unknown tag "@code" used<br>
|
||||
<b>Warning on line 130</b> - Unknown tag "@code" used<br>
|
||||
<b>Warning on line 130</b> - Unknown tag "@endcode" used<br>
|
||||
<b>Warning on line 130</b> - Unknown tag "@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 172</b> - Unknown tag "@code" used<br>
|
||||
<b>Warning on line 215</b> - Unknown tag "@endcode" used<br>
|
||||
<b>Warning on line 215</b> - Unknown tag "@code" used<br>
|
||||
<b>Warning on line 215</b> - Unknown tag "@endcode" used<br>
|
||||
<b>Warning on line 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 310</b> - Unknown tag "@endcode" 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>
|
||||
|
@ -289,8 +292,8 @@
|
|||
<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/marketo/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/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>
|
||||
|
@ -302,6 +305,10 @@
|
|||
<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>
|
||||
<a name="Environment.php"></a>
|
||||
<h1>Environment.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 4</b> - File "/home/josh/Source/pickles/classes/Environment.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
|
||||
<a name="Error.php"></a>
|
||||
<h1>Error.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
|
@ -353,6 +360,10 @@
|
|||
<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>
|
||||
<h2>Warnings:</h2><br>
|
||||
|
@ -468,7 +479,7 @@
|
|||
<a name="Object.php"></a>
|
||||
<h1>Object.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 29</b> - no @package tag was used in a DocBlock for class Object<br>
|
||||
<b>Warning on line 27</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>
|
||||
|
@ -504,7 +515,7 @@
|
|||
<a name="pickles.php"></a>
|
||||
<h1>pickles.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
<b>Warning on line 39</b> - Page-level DocBlock precedes "define PICKLES_PATH", use another DocBlock to document the source element<br>
|
||||
<b>Warning on line 24</b> - Page-level DocBlock precedes "define PICKLES_START_TIME", use another DocBlock to document the source element<br>
|
||||
<a name="Post.php"></a>
|
||||
<h1>Post.php</h1>
|
||||
<h2>Warnings:</h2><br>
|
||||
|
@ -522,6 +533,10 @@
|
|||
<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 32</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>
|
||||
|
@ -726,7 +741,7 @@
|
|||
<h2>Errors:</h2><br>
|
||||
<b>Error on line 467</b> - @access was passed neither "public" nor "private." Was passed: "public."<br>
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Sun, 19 Sep 2010 22:51:53 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Fri, 01 Oct 2010 23:27:52 -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 Sun, 19 Sep 2010 22:51:52 -0400 -->
|
||||
<!-- Generated by phpDocumentor on Fri, 01 Oct 2010 23:27:50 -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>
|
||||
|
|
|
@ -32,11 +32,13 @@
|
|||
<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/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>
|
||||
<dd><a href='PICKLES/Model.html' target='right'>Model</a></dd>
|
||||
<dd><a href='PICKLES/Module.html' target='right'>Module</a></dd>
|
||||
<dd><a href='PICKLES/Object.html' target='right'>Object</a></dd>
|
||||
<dd><a href='PICKLES/Post.html' target='right'>Post</a></dd>
|
||||
<dd><a href='PICKLES/Profiler.html' target='right'>Profiler</a></dd>
|
||||
<dt class="folder-title">Functions</dt>
|
||||
<dd><a href='PICKLES/_pickles.php.html#function__autoload' target='right'>__autoload</a></dd>
|
||||
<dd><a href='PICKLES/_pickles.php.html#function__handleError' target='right'>__handleError</a></dd>
|
||||
|
@ -46,6 +48,7 @@
|
|||
<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---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>
|
||||
|
@ -54,6 +57,7 @@
|
|||
<dd><a href='PICKLES/_classes---Display---PHP.php.html' target='right'>PHP.php</a></dd>
|
||||
<dd><a href='PICKLES/_pickles.php.html' target='right'>pickles.php</a></dd>
|
||||
<dd><a href='PICKLES/_sample-site---models---Post.php.html' target='right'>Post.php</a></dd>
|
||||
<dd><a href='PICKLES/_classes---Profiler.php.html' target='right'>Profiler.php</a></dd>
|
||||
<dd><a href='PICKLES/_classes---Display---RSS.php.html' target='right'>RSS.php</a></dd>
|
||||
<dd><a href='PICKLES/_classes---Display---XML.php.html' target='right'>XML.php</a></dd>
|
||||
|
||||
|
|
|
@ -687,7 +687,7 @@ Public License instead of this License. But first, please read
|
|||
|
||||
</pre>
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Sun, 19 Sep 2010 22:51:52 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Fri, 01 Oct 2010 23:27:50 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
|
@ -39,7 +39,7 @@ Installation Guide
|
|||
|
||||
</pre>
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Sun, 19 Sep 2010 22:51:52 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Fri, 01 Oct 2010 23:27:50 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
|
@ -92,7 +92,7 @@ Get the facts!
|
|||
|
||||
</pre>
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Sun, 19 Sep 2010 22:51:52 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Fri, 01 Oct 2010 23:27:50 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
|
@ -26,20 +26,24 @@
|
|||
<ul>
|
||||
<li>This will replace commit() eventually will add commitAll();</li>
|
||||
</ul>
|
||||
<h3><a href="PICKLES/Form.html#methoddateSelect">Form::dateSelect()</a></h3>
|
||||
<ul>
|
||||
<li>Currently only the DOB select is using this code, if another select comes along the DOB-centric logic will need to be moved.</li>
|
||||
</ul>
|
||||
<h3><a href="PICKLES/Display_RSS.html">Display_RSS</a></h3>
|
||||
<ul>
|
||||
<li>This display type is totally jacked, no lie.</li>
|
||||
</ul>
|
||||
<h3><a href="PICKLES/Object.html">Object</a></h3>
|
||||
<h3><a href="PICKLES/Form.html#methodoptions">Form::options()</a></h3>
|
||||
<ul>
|
||||
<li>Implement a profiler in every object</li>
|
||||
<li>Add support for optgroup</li>
|
||||
</ul>
|
||||
<h3><a href="PICKLES/Display_RSS.html#methodrender">Display_RSS::render()</a></h3>
|
||||
<ul>
|
||||
<li>Error handling is non-existant.</li>
|
||||
</ul>
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Sun, 19 Sep 2010 22:51:53 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Fri, 01 Oct 2010 23:27:52 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue