How to add a view to admin dashboard?

Omeka is built on a Zend platform and follows the Model-View-Controller paradigm, so the view is called by a controller and you need to add at least one in a folder “controllers”, generally “IndexController.php”, where there are methods named “{my action}Action” that call the views inside the “admin/{controller name}/{my action}.php” .