Structure application
This commit is contained in:
parent
9344eeb001
commit
a77ca93d9b
9
application/controllers/EnvoiController.php
Normal file
9
application/controllers/EnvoiController.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
class EnvoiController extends Zend_Controller_Action
|
||||
{
|
||||
|
||||
public function manuelAction(){}
|
||||
|
||||
public function autoAction(){}
|
||||
|
||||
}
|
6
application/controllers/FichierController.php
Normal file
6
application/controllers/FichierController.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
class FichierController extends Zend_Controller_Action
|
||||
{
|
||||
public function indexAction(){}
|
||||
|
||||
}
|
14
application/controllers/IndexController.php
Normal file
14
application/controllers/IndexController.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
class IndexController extends Zend_Controller_Action
|
||||
{
|
||||
|
||||
public function indexAction()
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
1
application/views/scripts/envoi/auto.phtml
Normal file
1
application/views/scripts/envoi/auto.phtml
Normal file
@ -0,0 +1 @@
|
||||
<?php
|
1
application/views/scripts/envoi/manuel.php
Normal file
1
application/views/scripts/envoi/manuel.php
Normal file
@ -0,0 +1 @@
|
||||
<?php
|
1
application/views/scripts/index/index.phtml
Normal file
1
application/views/scripts/index/index.phtml
Normal file
@ -0,0 +1 @@
|
||||
<?php
|
Loading…
Reference in New Issue
Block a user