creation du crud et du controllers pour opérations.php et ajout dans le index
This commit is contained in:
parent
5c2a2e868b
commit
807baca51e
3 changed files with 6 additions and 1 deletions
0
controllers/operation_ctrl.php
Normal file
0
controllers/operation_ctrl.php
Normal file
|
|
@ -66,9 +66,14 @@
|
|||
break;
|
||||
|
||||
case 'operations':
|
||||
require('views/operations_view.php');
|
||||
require('controllers/operation_ctrl.php');
|
||||
operations_form_ctrl();
|
||||
break;
|
||||
|
||||
case 'add_operation':
|
||||
require('controllers/operation_ctrl.php');
|
||||
add_operation_write_ctrl();
|
||||
break;
|
||||
default:
|
||||
require('views/404_view.php');
|
||||
break;
|
||||
|
|
|
|||
0
models/operation_crud.php
Normal file
0
models/operation_crud.php
Normal file
Loading…
Add table
Reference in a new issue