Source for file basic_model.php

Documentation is available at basic_model.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 model
9 * $Id: basic_model.php,v 1.2 2004/10/01 00:09:52 jan Exp $
10 */
11 require_once('basic_error.php');
12 require_once('basic_user.php');
13
14 class basic_model {
15 var $context;
16 var $otype;
17 var $errorhandler;
18 var $userhandler;
19 var $data;
20 var $objectid;
21 var $parentid;
22
23 function basic_model() {
24 $this->errorhandler =& GetErrorHandler();
25 $this->userhandler =& GetUserHandler();
26 }
27
28 }
29
30 ?>

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