Subversion Repositories eFlore/Applications.cel

Rev

Rev 3857 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3857 Rev 3896
Line 17... Line 17...
17
    // le champ is_type / est_type est traité dans services/CelWidgetManager car traite les différentes valeurs anvoyés par l'interface
17
    // le champ is_type / est_type est traité dans services/CelWidgetManager car traite les différentes valeurs anvoyés par l'interface
18
    private $champs_defaut_valeur = array("date_created" => "CURRENT_TIMESTAMP",
18
    private $champs_defaut_valeur = array("date_created" => "CURRENT_TIMESTAMP",
19
        "date_updated" => "CURRENT_TIMESTAMP",
19
        "date_updated" => "CURRENT_TIMESTAMP",
20
        "taxo_restriction_type" => "referentiel",
20
        "taxo_restriction_type" => "referentiel",
21
        "taxo_restriction_value" => "bdtfx",
21
        "taxo_restriction_value" => "bdtfx",
22
        "location_type" => "point");
22
        "location_type" => "point",
-
 
23
        "is_mandatory_address" => "0",
-
 
24
        "is_mandatory_photo" => "0");
Line 23... Line 25...
23
    
25
    
24
	
26
	
25
	/**
27
	/**