fonctions CRUD par defaut
[mtweb] / mw / app / data / mw_data.php
index 76fc2be..1a1c359 100644 (file)
@@ -1,6 +1,11 @@
 <?php
 
   class mw_data extends empty_class{
+
+    function call_default($inst, $method_name, $arguments){
+      return $this->call_data_crud($method_name, $arguments);
+    }
+
   }
 
 ?>
\ No newline at end of file