projects
/
mtweb
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
module cli pour appels en ligne de commande
[mtweb]
/
mw
/
app
/
data
/
mw_data.php
1
<?php
2
3
class mw_data extends empty_class{
4
5
function call_default($inst, $method_name, $arguments){
6
return $this->call_data_auto_crud($method_name, $arguments);
7
}
8
9
}
10
11
?>