Subversion Repositories eFlore/Applications.cel

Rev

Rev 849 | Rev 996 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 849 Rev 886
Line 1... Line 1...
1
<?php
1
<?php
2
// ATTENTION ! Classe compatible uniquement avec nouveau format de bdd du cel //
2
// ATTENTION ! Classe compatible uniquement avec nouveau format de bdd du cel //
Line -... Line 3...
-
 
3
 
-
 
4
/**
-
 
5
* PHP Version 5
-
 
6
*
-
 
7
* @category  PHP
-
 
8
* @package   jrest
-
 
9
* @author    David Delon <david.delon@clapas.net>
-
 
10
* @copyright 2010 Tela-Botanica
-
 
11
* @license   http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt Licence CECILL
-
 
12
* @version   SVN: <svn_id>
-
 
13
* @link      /doc/jrest/
-
 
14
*/
-
 
15
 
-
 
16
/** 
3
 
17
* 
4
// In : utf8
18
* in : utf8
-
 
19
* out : utf8
-
 
20
* 
5
// out : utf8
21
* 
-
 
22
* Transmission observation vers Tela
6
// Transmission observation vers Tela
23
*/ 
Line 7... Line 24...
7
class InventoryTransmit extends Cel  {
24
class InventoryTransmit extends Cel  {
Line 8... Line 25...
8
 
25
 
Line 35... Line 52...
35
		$reg_exp = "/^(([0-9])+,)*([0-9])+$/";
52
		$reg_exp = "/^(([0-9])+,)*([0-9])+$/";
Line 36... Line 53...
36
		
53
		
Line 37... Line 54...
37
		return preg_match($reg_exp, $chaine);
54
		return preg_match($reg_exp, $chaine);
38
		
-
 
39
	}
55
		
40
 
-
 
41
}
56
	}
42
 
57
}
43
/* +--Fin du code ---------------------------------------------------------------------------------------+
58
/* +--Fin du code ---------------------------------------------------------------------------------------+
44
* $Log$
59
* $Log$
45
* Revision 1.3  2008-01-30 08:57:28  ddelon
60
* Revision 1.3  2008-01-30 08:57:28  ddelon
46
* fin mise en place mygwt
61
* fin mise en place mygwt
47
*
62
*
48
* Revision 1.2  2007-05-22 12:54:09  ddelon
-
 
49
* Securisation acces utilisateur
-
 
50
*
63
* Revision 1.2  2007-05-22 12:54:09  ddelon
51
*
64
* Securisation acces utilisateur
52
* 
65
* 
53
*/
66
*/