/[openfoncier]/branches/3.14.2/app/afficher_synthese_obj.view.php
ViewVC logotype

Annotation of /branches/3.14.2/app/afficher_synthese_obj.view.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3900 - (hide annotations)
Fri Apr 8 16:36:16 2016 UTC (8 years, 9 months ago) by softime
File size: 860 byte(s)
* Création de la branche 3.14.2 depuis la branche 3.14.x

1 vpihour 2113 <?php
2     /**
3     * Ce script a pour objet de récupérer la liste des pétitionnaires
4     * correspondants aux critères de recherche
5     *
6     * @package openfoncier
7     * @version SVN : $Id: afficher_synthese_demandeur.view.php 1514 2013-03-19 18:29:43Z fmichon $
8     */
9 vpihour 3233 require_once "../obj/utils.class.php";
10     require_once "../obj/om_formulaire.class.php";
11     //
12     $f = new utils("nohtml");
13     $f->disableLog();
14 vpihour 2113 //Données
15 nhaye 3226 $idx = ($f->get_submitted_get_value('idx') != null ? $f->get_submitted_get_value('idx') : "]" );
16     $obj = ($f->get_submitted_get_value('obj') != null ? $f->get_submitted_get_value('obj') : "" );
17 vpihour 3233 //
18     $f->isAccredited(array($obj,$obj."consulter",), "OR");
19     //
20 vpihour 2113 require_once "../obj/".$obj.".class.php";
21     // Affichage des données
22     $obj = new $obj($idx,$f->db,false);
23 nhaye 3538 if($idx == ']') {
24     $obj->setParameter("maj", 0);
25     }
26 vpihour 2113 $obj->afficherSynthese();
27    
28    
29     $obj->__destruct();
30    
31     ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26