Exemplo n.º 1
0
 public static function index_action()
 {
     $boards = board_model::get_all();
     binder::bind($boards, 'many_many', 'user', array('manager', 0));
     self::set('boards', $boards);
     self::set('online_count', online_service::get_online_count());
     self::show_page();
 }