Hub Transfer Request v.1.0
phpVMS Module for pilots to submit a Hub Transfer request that is stored in a database
and an option for staff to view all the requests through the admin panel and decide to reject/approve the request.
This module is released under the Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License
Note: Please play fair. I will act immediately upon receiving information of copyright infringement. Thank you.
@author Sava Markovic - airserbiavirtual.com
@copyright Copyright (c) 2012, Sava Markovic
@link http://www.airserbiavirtual.com
@license http://creativecommons.org/licenses/by-nc-sa/3.0/
1. Download the zip package.
2. Unzip the package and place the files as structured in your phpVMS installation.
3. Use the hubtransfer.sql file to create the table necessary for the module to work. You can do this by using phpmyadmin.
To display a link to the Hub Transfer form for your pilots place this code where you want it:
<a href="<?php echo url('/hubtransfer'); ?>">Hub Transfer Request</a>``'