Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 447 Rev 1303
Line 1... Line 1...
1
<?php
1
<?php
2
 
-
 
3
 
-
 
-
 
2
//TODO: voir si cette classe sert encore à quelque chose
4
Class ExcelReader {
3
Class ExcelReader { 
5
	
-
 
6
	 
-
 
7
	function initExcelReader() {
4
	function initExcelReader() {
8
			require_once("ExcelReader/excel_reader2.php");
5
			require_once("ExcelReader/excel_reader2.php");
9
	}
6
	}   
10
    
-
 
11
    
-
 
12
}
7
}
13
 
-
 
14
 
-
 
15
?>
8
?>