[ PHPXref.com ] [ Generated: Sun Jul 20 18:38:40 2008 ] [ METAjour 2.1 ]
[ Index ]     [ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/ -> basic_model_created.php (source)

   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   */
  10  
  11  require_once ('basic_model.php');
  12  
  13  class basic_model_created extends basic_model {
  14  
  15  	function model() {
  16          foreach($this->objectid as $curid) {
  17              $obj = owRead($curid);
  18              $obj->setcreated($this->data['created']);
  19          }
  20      }
  21      
  22  }
  23  
  24  ?>


[ Powered by PHPXref - Served by Debian GNU/Linux ]