mise a jour pour mtweb.0.9.0
[mw_hello] / app / controllers / hello / index.php
1 <?php
2
3   class mw_hello_index extends mw_controller{
4
5     function index(&$env){
6     }
7
8   }
9
10 ?>