Source for file basic_model_exportobj.php

Documentation is available at basic_model_exportobj.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_exportobj.php,v 1.1 2005/01/31 06:17:47 jan Exp $
10 */
11
12 require_once('basic_model.php');
13
14 class basic_model_exportobj extends basic_model {
15
16 function model() {
17 foreach($this->objectid as $curid) {
18 owExportObj($curid);
19 }
20 }
21
22 }
23
24 ?>

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