This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
ivalentin
/
InigoValentin
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
387a06e79b
Branches
Tags
BACK_TO_PHP
RailsMigration
V4
master
InigoValentin
/
www
/
application
/
class
/
model
/
model.php
model.php
106 B
Historique
Raw
1
2
3
4
5
6
7
<?php
abstract class Model{
public $lang;
public $con;
public $view;
}
?>