/[openfoncier]/trunk/obj/bible.class.php
ViewVC logotype

Diff of /trunk/obj/bible.class.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3730 by mbroquet, Fri Mar 18 11:50:26 2016 UTC revision 7996 by softime, Fri Jul 20 17:12:33 2018 UTC
# Line 1  Line 1 
1  <?php  <?php
2  //$Id: bible.class.php 5182 2015-09-22 16:00:44Z nmeucci $  /**
3  //gen openMairie le 10/02/2011 20:30   * DBFORM - 'bible' - Surcharge gen.
4  require_once ("../gen/obj/bible.class.php");   *
5     * Ce script permet de définir la classe 'bible'.
6     *
7     * @package openads
8     * @version SVN : $Id$
9     */
10    
11  class bible extends bible_gen {  require_once "../gen/obj/bible.class.php";
12    
13      function bible($id,&$db,$debug) {  class bible extends bible_gen {
         $this->constructeur($id,$db,$debug);  
     }// fin constructeur  
       
14    
15      function setType(&$form,$maj) {      function setType(&$form,$maj) {
16          parent::setType($form,$maj);          parent::setType($form,$maj);
# Line 19  class bible extends bible_gen { Line 21  class bible extends bible_gen {
21          }          }
22      }      }
23            
24      function setSelect(&$form, $maj,&$db,$debug) {      function setSelect(&$form, $maj, &$db = null, $debug = null) {
25          parent::setSelect($form, $maj,$db,$debug);          parent::setSelect($form, $maj,$db,$debug);
26          // complement          // complement
27          $contenu=array();          $contenu=array();
# Line 44  class bible extends bible_gen { Line 46  class bible extends bible_gen {
46          $form->setSelect("automatique",$contenu);          $form->setSelect("automatique",$contenu);
47      }      }
48    
49    }
50    
51    
 }// fin classe  
 ?>  

Legend:
Removed from v.3730  
changed lines
  Added in v.7996

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26