
Definition at line 30 of file uList.php.
Public Member Functions | |
| init () | |
| selectFirst () | |
| set currentUser as the first user in the list | |
| on_next ($event_args) | |
| on_select ($event_args) | |
| on_delete ($event_args) | |
| on_add_user ($event_args) | |
| onRender () | |
| add_all_users_rs () | |
| Constructs and adds to the webpage the recordset 'all_users' with all the users of the site. | |
| add_users_rs () | |
| Constructs and adds to the webpage the recordset 'users'. | |
| get_nr_of_recs () | |
| get_page_vars () | |
| uList::init | ( | ) |
| uList::selectFirst | ( | ) |
set currentUser as the first user in the list
Definition at line 43 of file uList.php.
References add_users_rs().
Referenced by init(), on_delete(), and on_next().
| uList::on_next | ( | $ | event_args | ) |
| uList::on_select | ( | $ | event_args | ) |
| uList::on_delete | ( | $ | event_args | ) |
Definition at line 69 of file uList.php.
References $book_id, $event_args, selectFirst(), shell(), and T_().
| uList::on_add_user | ( | $ | event_args | ) |
Definition at line 84 of file uList.php.
References $book_id, $event_args, get_user_data(), save_user_data(), and shell().
| uList::onRender | ( | ) |
Definition at line 112 of file uList.php.
References add_all_users_rs(), add_users_rs(), and get_page_vars().
| uList::add_all_users_rs | ( | ) |
Constructs and adds to the webpage the recordset 'all_users' with all the users of the site.
Definition at line 121 of file uList.php.
References shell().
Referenced by onRender().
| uList::add_users_rs | ( | ) |
Constructs and adds to the webpage the recordset 'users'.
Definition at line 142 of file uList.php.
References $book_id, and shell().
Referenced by onRender(), and selectFirst().
| uList::get_nr_of_recs | ( | ) |
Definition at line 177 of file uList.php.
References $book_id, and shell().
Referenced by get_page_vars().
| uList::get_page_vars | ( | ) |
1.5.2