Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Johann BOURNAZEL
jeu Bridges
Commits
eea445e2
Commit
eea445e2
authored
Nov 19, 2018
by
Johann BOURNAZEL
Browse files
ajout du fichier de configuration
parent
167364bb
Changes
5
Hide whitespace changes
Inline
Side-by-side
src/config.php
0 → 100644
View file @
eea445e2
<?php
CONST
ROOT
=
__DIR__
.
'/'
;
CONST
CONROLER
=
__DIR__
.
'/'
;
CONST
MODEL
=
__DIR__
.
"/model/"
;
CONST
VIEW
=
__DIR__
.
'/'
;
?>
src/controlers/controler.php
0 → 100644
View file @
eea445e2
<?php
CONST
ROOT
=
__DIR__
.
'/'
;
CONST
CONROLER
=
__DIR__
.
'/'
;
CONST
MODEL
=
__DIR__
.
"/model/"
;
CONST
VIEW
=
__DIR__
.
'/'
;
?>
src/model
e
/Ville.php
→
src/model
s
/Ville.php
View file @
eea445e2
File moved
src/model
e
/Villes.php
→
src/model
s
/Villes.php
View file @
eea445e2
File moved
src/views/view.php
0 → 100644
View file @
eea445e2
<?php
CONST
ROOT
=
__DIR__
.
'/'
;
CONST
CONROLER
=
__DIR__
.
'/'
;
CONST
MODEL
=
__DIR__
.
"/model/"
;
CONST
VIEW
=
__DIR__
.
'/'
;
?>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment