~beaky/wacs/wacs-php

« back to all changes in this revision

Viewing changes to docs/programming/htmlm/re56.html

  • Committer: beaky
  • Date: 2020-06-26 22:29:31 UTC
  • Revision ID: svn-v4:4196e993-711f-0410-950c-c89e1d26c723:wacs-php:2885
Updated version with revised basics chapter covering PDO instead of DB

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>kwscore_reset</title><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"><link rel="home" href="index.html" title="Wacs Programming Guide"><link rel="up" href="ch10s02.html" title="Standard Components Module: Reference"><link rel="prev" href="re55.html" title="foundatsite"><link rel="next" href="re57.html" title="kwscore_process"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">kwscore_reset</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="re55.html">Prev</a>�</td><th width="60%" align="center">Standard Components Module: Reference</th><td width="20%" align="right">�<a accesskey="n" href="re57.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="api-std-kwscore-reset"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>kwscore_reset &#8212; resets the keyword scoring system back to defaults</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="funcsynopsis"><pre class="funcsynopsisinfo">use Wacs;</pre><pre class="funcsynopsisinfo">use Wacs::WacsStd;</pre><table border="0" class="funcprototype-table" summary="Function synopsis" style="cellspacing: 0; cellpadding: 0;"><tr><td><code class="funcdef"><b class="fsfunc">kwscore_reset</b>(</code></td><td><var class="pdparam">scope</var><code>)</code>;</td><td>�</td></tr></table><div class="paramdef-list"><code>scalar <var class="pdparam">scope</var></code>;</div><div class="funcprototype-spacer">�</div></div></div><div class="refsect1"><a name="idm140511293083648"></a><h2>Summary</h2><p>The <code class="function">kwscore_reset</code> function resets the currently
 
1
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>kwscore_reset</title><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"><link rel="home" href="index.html" title="Wacs Programming Guide"><link rel="up" href="ch10s02.html" title="Standard Components Module: Reference"><link rel="prev" href="re55.html" title="foundatsite"><link rel="next" href="re57.html" title="kwscore_process"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">kwscore_reset</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="re55.html">Prev</a>�</td><th width="60%" align="center">Standard Components Module: Reference</th><td width="20%" align="right">�<a accesskey="n" href="re57.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="api-std-kwscore-reset"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>kwscore_reset &#8212; resets the keyword scoring system back to defaults</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="funcsynopsis"><pre class="funcsynopsisinfo">use Wacs;</pre><pre class="funcsynopsisinfo">use Wacs::WacsStd;</pre><table border="0" class="funcprototype-table" summary="Function synopsis" style="cellspacing: 0; cellpadding: 0;"><tr><td><code class="funcdef"><b class="fsfunc">kwscore_reset</b>(</code></td><td><var class="pdparam">scope</var><code>)</code>;</td><td>�</td></tr></table><div class="paramdef-list"><code>scalar <var class="pdparam">scope</var></code>;</div><div class="funcprototype-spacer">�</div></div></div><div class="refsect1"><a name="idm45704445490576"></a><h2>Summary</h2><p>The <code class="function">kwscore_reset</code> function resets the currently
2
2
built attributes table.  It is possible to run the <code class="function">kwscore_process
3
3
</code> function several times with different fields from the database
4
4
and so it does not naturally reset the internal table of results - this call
5
5
provides that facility and should always be called before each new set to
6
6
consider.  The <code class="literal">scope</code> parameter is currently ignored but
7
 
may in future modify the behaviour.</p></div><div class="refsect1"><a name="idm140511293079952"></a><h2>Availability</h2><p>As keyword scoring is a collection administration activity, it is
 
7
may in future modify the behaviour.</p></div><div class="refsect1"><a name="idm45704445486880"></a><h2>Availability</h2><p>As keyword scoring is a collection administration activity, it is
8
8
currently only implemented in perl.</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="re55.html">Prev</a>�</td><td width="20%" align="center"><a accesskey="u" href="ch10s02.html">Up</a></td><td width="40%" align="right">�<a accesskey="n" href="re57.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">foundatsite�</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">�kwscore_process</td></tr></table></div></body></html>