<?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>
<title>Docs for page functions.php</title>
<link rel="stylesheet" href="../media/stylesheet.css" />
<script src="../media/lib/classTree.js"></script>
<link id="webfx-tab-style-sheet" type="text/css" rel="stylesheet" href="../media/lib/tab.webfx.css" />
<script type="text/javascript" src="../media/lib/tabpane.js"></script>
<script language="javascript" type="text/javascript" src="../media/lib/ua.js"></script>
<script language="javascript" type="text/javascript">
var imgPlus = new Image();
var imgMinus = new Image();
imgPlus.src = "../media/images/plus.gif";
imgMinus.src = "../media/images/minus.gif";
function showNode(Node){
switch(navigator.family){
case 'nn4':
// Nav 4.x code fork...
var oTable = document.layers["span" + Node];
var oImg = document.layers["img" + Node];
break;
case 'ie4':
// IE 4/5 code fork...
var oTable = document.all["span" + Node];
var oImg = document.all["img" + Node];
break;
case 'gecko':
// Standards Compliant code fork...
var oTable = document.getElementById("span" + Node);
var oImg = document.getElementById("img" + Node);
break;
}
oImg.src = imgMinus.src;
oTable.style.display = "block";
}
function hideNode(Node){
switch(navigator.family){
case 'nn4':
// Nav 4.x code fork...
var oTable = document.layers["span" + Node];
var oImg = document.layers["img" + Node];
break;
case 'ie4':
// IE 4/5 code fork...
var oTable = document.all["span" + Node];
var oImg = document.all["img" + Node];
break;
case 'gecko':
// Standards Compliant code fork...
var oTable = document.getElementById("span" + Node);
var oImg = document.getElementById("img" + Node);
break;
}
oImg.src = imgPlus.src;
oTable.style.display = "none";
}
function nodeIsVisible(Node){
switch(navigator.family){
case 'nn4':
// Nav 4.x code fork...
var oTable = document.layers["span" + Node];
break;
case 'ie4':
// IE 4/5 code fork...
var oTable = document.all["span" + Node];
break;
case 'gecko':
// Standards Compliant code fork...
var oTable = document.getElementById("span" + Node);
break;
}
return (oTable && oTable.style.display == "block");
}
function toggleNodeVisibility(Node){
if (nodeIsVisible(Node)){
hideNode(Node);
}else{
showNode(Node);
}
}
</script>
<!-- template designed by Julien Damon based on PHPEdit's generated templates, and tweaked by Greg Beaver -->
<body bgcolor="#ffffff" ><h2>File: /includes/functions.php</h2>
<div class="tab-pane" id="tabPane1">
<script type="text/javascript">
tp1 = new WebFXTabPane( document.getElementById( "tabPane1" ) );
</script>
<div class="tab-page" id="Description">
<h2 class="tab">Description</h2>
<!-- ========== Info from phpDoc block ========= -->
<h5>The main functions: changequery, to get a metaid-list, to get a taglist</h5>
<ul>
<li><strong>version:</strong> - 1.0.0</li>
</ul>
<!-- =========== Used Classes =========== -->
<A NAME='classes_summary'><!-- --></A>
<h3>Classes defined in this file</h3>
<TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">
<THEAD>
<TR><TD STYLE="width:20%"><h4>CLASS NAME</h4></TD><TD STYLE="width: 80%"><h4>DESCRIPTION</h4></TD></TR>
</THEAD>
<TBODY>
</TBODY>
</TABLE>
</div>
<script type="text/javascript">tp1.addTabPage( document.getElementById( "Description" ) );</script>
<div class="tab-page" id="tabPage1">
<!-- ============ Includes DETAIL =========== -->
<h2 class="tab">Include/Require Statements</h2>
<script type="text/javascript">tp1.addTabPage( document.getElementById( "tabPage1" ) );</script>
</div>
<div class="tab-page" id="tabPage2">
<!-- ============ GLOBAL DETAIL =========== -->
<h2 class="tab">Global Variables</h2>
<script type="text/javascript">tp1.addTabPage( document.getElementById( "tabPage2" ) );</script>
</div>
<div class="tab-page" id="tabPage3">
<!-- ============ CONSTANT DETAIL =========== -->
<A NAME='constant_detail'></A>
<h2 class="tab">Constants</h2>
<script type="text/javascript">tp1.addTabPage( document.getElementById( "tabPage3" ) );</script>
</div>
<div class="tab-page" id="tabPage4">
<!-- ============ FUNCTION DETAIL =========== -->
<h2 class="tab">Functions</h2>
<script type="text/javascript">tp1.addTabPage( document.getElementById( "tabPage4" ) );</script>
<a name="functionChangeQuery" id="functionChangeQuery"><!-- --></a>
<div style="background='#eeeeee'">
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">ChangeQuery</strong> (line <span class="linenumber">28</span>)
</h4>
<h4><i>void</i> <strong>ChangeQuery(
string $action, [mixed $var = NULL], [string $uri = NULL])</strong></h4>
<!-- ========== Info from phpDoc block ========= -->
<h5>Edit the Query portion of an url</h5>
<h4>Parameters</h4>
<ul>
<li><strong>string $action</strong>: ethier a "+" or a "-" depending on what action you want to perform</li>
<li><strong>mixed $var</strong>: array (+) or string (-)</li>
<li><strong>string $uri</strong>: the URL to use. if this is left out, it uses $_SERVER['PHP_SELF']</li>
</ul>
<h4>Info</h4>
<ul>
<li><strong>version</strong> - 1.0.0</li>
</ul>
</div>
<a name="functiontagList" id="functiontagList"><!-- --></a>
<div style="background='#ffffff'">
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">tagList</strong> (line <span class="linenumber">105</span>)
</h4>
<h4><i>void</i> <strong>tagList(
[number $meta_id = null])</strong></h4>
<!-- ========== Info from phpDoc block ========= -->
<h5>Get a list of tags for a certain metaid</h5>
<h4>Parameters</h4>
<ul>
<li><strong>number $meta_id</strong>: the id where you want to get the tags from</li>
</ul>
<h4>Info</h4>
<ul>
<li><strong>version</strong> - 1.0.0</li>
</ul>
</div>
<a name="functionurlIDs" id="functionurlIDs"><!-- --></a>
<div style="background='#eeeeee'">
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">urlIDs</strong> (line <span class="linenumber">81</span>)
</h4>
<h4><i>void</i> <strong>urlIDs(
[string $str = null], [number $paging = 0], [number $paglimit = 30])</strong></h4>
<!-- ========== Info from phpDoc block ========= -->
<h5>Get a list of id's for the metadata</h5>
<h4>Parameters</h4>
<ul>
<li><strong>string $str</strong>: a WHERE search querie part</li>
<li><strong>number $paging</strong>: the start number of results</li>
<li><strong>number $paglimit</strong>: maximum amount of results per page (in config.php)</li>
</ul>
<h4>Info</h4>
<ul>
<li><strong>version</strong> - 1.0.0</li>
</ul>
</div>
</div>
</div>
<script type="text/javascript">
//<![CDATA[
setupAllTabs();
//]]>
</script>
<div id="credit">
<hr />
Documentation generated on Tue, 08 Aug 2006 16:47:14 +0200 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.0RC3</a>
</div>
</body>
</html>