public attr / function, constructeurs __construct
[mtweb] / mw / app / data / modules / sql / mw_data_sqlite_install.php
index 2f241f6..7e42995 100644 (file)
@@ -2,7 +2,7 @@
 
   class mw_data_sqlite_install extends mw_data{
 
-    function install_sqlite($params){
+    public function install_sqlite($params){
       $env = $this->env();
       $data = $env->data();
       $sgbd = $data->sgbd();
     }
 
   }
-
-?>
\ No newline at end of file