Ajout d'un tableau de bord
This commit is contained in:
parent
437cb82c20
commit
efe3d6ca04
6
application/controllers/DashboardController.php
Normal file
6
application/controllers/DashboardController.php
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<?php
|
||||||
|
class DashboardController extends Zend_Controller_Action
|
||||||
|
{
|
||||||
|
public function indexAction(){}
|
||||||
|
|
||||||
|
}
|
1
application/views/scripts/dashboard/index.phtml
Normal file
1
application/views/scripts/dashboard/index.phtml
Normal file
@ -0,0 +1 @@
|
|||||||
|
<?php
|
Loading…
Reference in New Issue
Block a user