phpDocumentor default
[ class tree: default ] [ index: default ] [ all elements ]

Source for file class.entities_persons.php

Documentation is available at class.entities_persons.php

  1. <?php
  2. /*
  3.  *
  4.  *  LODEL - Logiciel d'Edition ELectronique.
  5.  *
  6.  *  Copyright (c) 2001-2002, Ghislain Picard, Marin Dacos
  7.  *  Copyright (c) 2003, Ghislain Picard, Marin Dacos, Luc Santeramo, Nicolas Nutten, Anne Gentil-Beccot
  8.  *  Copyright (c) 2004, Ghislain Picard, Marin Dacos, Luc Santeramo, Anne Gentil-Beccot, Bruno Cénou
  9.  *  Copyright (c) 2005, Ghislain Picard, Marin Dacos, Luc Santeramo, Gautier Poupeau, Jean Lamy
  10.  *
  11.  *  Home page: http://www.lodel.org
  12.  *
  13.  *  E-Mail: lodel@lodel.org
  14.  *
  15.  *                            All Rights Reserved
  16.  *
  17.  *     This program is free software; you can redistribute it and/or modify
  18.  *     it under the terms of the GNU General Public License as published by
  19.  *     the Free Software Foundation; either version 2 of the License, or
  20.  *     (at your option) any later version.
  21.  *
  22.  *     This program is distributed in the hope that it will be useful,
  23.  *     but WITHOUT ANY WARRANTY; without even the implied warranty of
  24.  *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  25.  *     GNU General Public License for more details.
  26.  *
  27.  *     You should have received a copy of the GNU General Public License
  28.  *     along with this program; if not, write to the Free Software
  29.  *     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.*/
  30.  
  31.  //
  32.  // File generate automatically the 2005-01-11.
  33.  //
  34.  
  35.  
  36. /**
  37.   * VO of table entities_persons
  38.   */
  39.  
  40.     var $idperson;
  41.     var $identity;
  42.     var $idtype;
  43.     var $rank;
  44.     var $prefix;
  45.     var $description;
  46.     var $function;
  47.     var $affiliation;
  48.     var $email;
  49.  
  50. }
  51.  
  52. /**
  53.     * DAO of table entities_persons
  54.     */
  55.  
  56. class entities_personsDAO extends DAO 
  57. {
  58.     function entities_personsDAO(
  59.     {
  60.             $this->DAO("entities_persons"false);
  61.             $this->rights array();
  62.     }
  63.  
  64. }
  65.  
  66. ?>

Documentation generated on Thu, 24 Jul 2008 05:07:39 +0200 by phpDocumentor 1.4.0a2