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

Source for file class.entitytypes_persontypes.php

Documentation is available at class.entitytypes_persontypes.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 entitytypes_persontypes
  38.     */
  39.  
  40. {
  41.     var $identitytype;
  42.     var $idpersontype;
  43.     var $cond;
  44.  
  45. }
  46.  
  47. /**
  48.     * DAO of table entitytypes_persontypes
  49.     */
  50.  
  51. class entitytypes_persontypesDAO extends DAO 
  52. {
  53.  
  54.     function entitytypes_persontypesDAO(
  55.     {
  56.             $this->DAO("entitytypes_persontypes"false);
  57.             $this->rights=array();
  58.     }
  59.  
  60. }
  61.  
  62. ?>

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