syntaxe POO (visibilité)
[mw_hello] / app / controllers / hello / index.php
1 <?php
2
3   class mw_hello_index extends mw_controller{
4
5     public function index(){
6     }
7
8   }