public attr / function, constructeurs __construct
[mtweb] / mw / app / data / modules / share / mw_data_auto_crud.php
index 2e72ebc..5c4c4f5 100644 (file)
@@ -2,7 +2,7 @@
 
   class mw_data_auto_crud extends mw_data{
 
-    function call_data_auto_crud($method_name, $arguments){
+    public function call_data_auto_crud($method_name, $arguments){
       $r = false;
       $sgbd = $this->sgbd();
 
@@ -92,5 +92,3 @@
     }
 
   }
-
-?>
\ No newline at end of file