Préparation du module admin
This commit is contained in:
parent
443eebca00
commit
2fbddfbb77
@ -0,0 +1,2 @@
|
||||
<?php
|
||||
class Admin_ClientController extends Zend_Controller_Action {}
|
2
application/modules/admin/controllers/RootController.php
Normal file
2
application/modules/admin/controllers/RootController.php
Normal file
@ -0,0 +1,2 @@
|
||||
<?php
|
||||
class Admin_RootController extends Zend_Controller_Action {}
|
@ -0,0 +1,2 @@
|
||||
<?php
|
||||
class Admin_ServiceController extends Zend_Controller_Action {}
|
2
application/modules/admin/controllers/UserController.php
Normal file
2
application/modules/admin/controllers/UserController.php
Normal file
@ -0,0 +1,2 @@
|
||||
<?php
|
||||
class Admin_UserController extends Zend_Controller_Action {}
|
Loading…
Reference in New Issue
Block a user