manage()
public function manage(): void
Description
Renders a page for the management of records within the 'trongate_administrators' table. Retrieves necessary data such as admin ID, username rows from the model, and loads the management view.
Parameters
| Parameter | Type | Description | Default | Required |
|---|---|---|---|---|
| This method does not take any parameters. | ||||
Return Value
| Type | Description |
|---|---|
| void | This method does not return any value. |
Example Usage
// Example Usage not available for this method