Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 416 Rev 765
Line 1... Line 1...
1
<?php
1
<?php
2
// CRUD ligne d'inventaire :
-
 
3
// In get : utf8
-
 
4
// In post : utf8
-
 
5
// out : utf8
-
 
6
 
-
 
7
Class CodeAsync extends DBAccessor {
2
Class CodeAsync extends Cel {
8
 
-
 
9
	function Inventory($config) {
-
 
10
 
-
 
11
		$this->config=$config;
-
 
12
	}
-
 
13
 
-
 
Line 14... Line 3...
14
 
3
 
Line 15... Line 4...
15
	function getElement($uid){
4
	function getElement($uid){
16
 
5