public attr / function, constructeurs __construct
[mtweb] / mw / app / controllers / admin / index.php
1 <?php
2
3   class mw_admin_index extends mw_controller{
4
5     public function index(){
6       $env = $this->env();
7       $env->run("admin/users");
8     }
9
10   }