This project is intended to fulfill the task of JWD BPPTIK batch 2 in March 2021.
1 repository consisting of 3 task folders including:
- Tugas1_HandokoAdjiPangestu-instalation
- Tugas2_HandokoAdjiPangestu-logic
- Tugas3_HandokoAdjiPangestu-airport
This project was made using native PHP and for appearance it uses a Bootstrap 4.* framework with AdminLTE template.
For those who want to contribute, just fork or download as usual!
- PHP >= 5.3.7
- Of course with the internet
Just fork or download it from this repository then copy it to htdocs directory.
Only contains a pdf on how to install and download the tools needed for junior web developers.
For more examples and usage, please contact Handoko Adji Pangestu.
In the Tugas3_HandokoAdjiPangestu-airport
directory change Flight model
section, in the method store replace the header with your baseUrl.
header('Location: http://localhost/project-learn/bpptik/project-task-jwd-150221-airport/index.php?pref=flight&page=index');
to :
header('Location: {baseUrl}/index.php?pref=flight&page=index'');
- 0.0.1
- Work in progress
Handoko Adji Pangestu – @handokoadp – handokoadjipangestu@gmail.com
Distributed under the MIT license. See LICENSE
for more information.
https://opensource.org/licenses/MIT
- Fork it (https://github.com/handokoadjipangestu/project-task-jwd-150221/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request