Source for file search.datatype.php

Documentation is available at search.datatype.php


1 <?php
2 /**
3 * @author Jan H. Andersen <jha@ipwsystems.dk>
4 * @author Martin R. Larsen <mrl@ipwsystems.dk>
5 * @copyright {@link http://www.ipwsystems.dk/ IPW Systems a.s}
6 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
7 * @package METAjour
8 * @subpackage extension
9 * $Id: search.datatype.php,v 1.2 2005/01/03 05:31:55 jan Exp $
10 */
11
12 require_once($system_path.'core/basicclass.php');
13
14 class search extends basic {
15
16 function search() {
17 $this->basic();
18 $this->setobjecttable('ext_search');
19 $this->addcolumn('name',0,UI_STRING);
20 $this->addcolumn('pageid_result',0,UI_RELATION_NODEFAULT,'document');
21 $this->addcolumn('templateid_search',0,UI_RELATION_NODEFAULT,'template');
22 $this->addcolumn('templateid_result',0,UI_RELATION_NODEFAULT,'template');
23 }
24
25 }

Documentation generated on Thu, 9 Jun 2005 06:53:03 +0200 by phpDocumentor 1.2.3