load_dashboard_widgets(); // Load pages $this->load_pages(); } public function __construct() { // Do nothing } public function load_dashboard_widgets() { // Load Reports dashboard widget $reports = new Admin\DashboardWidgets\Reports(); $reports->init(); } public function load_pages() { // Load Reports page $reports = new Admin\Pages\Reports(); $reports->init(); } }