Parent Directory | Revision Log | Patch
revision 20 by fraynaud, Mon Jul 18 15:27:17 2011 UTC | revision 29 by fraynaud, Tue Jul 19 16:31:13 2011 UTC | |
---|---|---|
# | Line 13 class consultation extends consultation_ | Line 13 class consultation extends consultation_ |
13 | $this->valF['service'] = $val['service']; | $this->valF['service'] = $val['service']; |
14 | } | } |
15 | ||
16 | function setvalF($val){ | |
17 | parent::setvalF($val); | |
18 | ||
19 | // cles secondaires numerique (contrainte integrite pgsql) | |
20 | if(!is_numeric($val['avis'])) $this->valF['avis']= null; | |
21 | } | |
22 | ||
23 | ||
24 | ||
25 | function verifierAjout(){ | function verifierAjout(){ |
26 | $this->correct=True; | $this->correct=True; |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |