PHP Classes

File: api/route/departement.php

Recommend this page to a friend!
  Classes of Boss Ibrahim Mussa   PHP Payment Management System   api/route/departement.php   Download  
File: api/route/departement.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP Payment Management System
Web application to manage company payments
Author: By
Last change:
Date: 1 year ago
Size: 424 bytes
 

Contents

Class file image Download
<?php
   
// Controller::useController("departementCtrl");
   
$route->get('/departements',"departementCtrl#getAllDepartements");
   
$route->get('/departements/services',"departementCtrl#getServices");
   
$route->get('/departements/grades',"departementCtrl#getGrades");
   
$route->get('/departements/salary', "departementCtrl#getSalary");
   
//
   
$route->get("/departement/add", "new departementCtrl#addDepartement");