Skip to content

Commit

Permalink
created files structure
Browse files Browse the repository at this point in the history
  • Loading branch information
hajaraitel committed Jun 7, 2020
0 parents commit d3ce638
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
options -indexes
2 changes: 2 additions & 0 deletions app/bootstrap.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?php
//this file will load all the necessary files for our application
2 changes: 2 additions & 0 deletions app/libraries/controller.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?php
//main controller that will allow us to load other models and views
Empty file added app/libraries/core.php
Empty file.
Empty file added app/libraries/database.php
Empty file.
Empty file added public/index.php
Empty file.

0 comments on commit d3ce638

Please sign in to comment.