Documentation is available at meetingclass.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 core
9 * $Id: meetingclass.php,v 1.5 2005/01/31 06:12:38 jan Exp $
10 */
11
12 require_once('basicclass.php');
13
14 class meeting extends basic {
15
16 function meeting() {
17 $this->basic();
18 $this->addcolumn('companyid',0,UI_RELATION,'company');
19 $this->addcolumn('name',0,UI_STRING);
20 $this->addcolumn('visitdate',0,UI_STRING);
21 $this->addcolumn('content',0,UI_TEXT_LITERAL_WRAP);
22
23 $this->removeview('createvariant');
24 }
25
26 }
Documentation generated on Thu, 9 Jun 2005 06:52:48 +0200 by phpDocumentor 1.2.3