This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Prihlásiť sa
ivalentin
/
InigoValentin
Pridať medzi pozorované
1
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Strom:
387a06e79b
Branche
Tagy
BACK_TO_PHP
RailsMigration
V4
master
InigoValentin
/
www
/
application
/
class
/
model
/
model.php
model.php
106 B
História
Raw
1
2
3
4
5
6
7
<?php
abstract class Model{
public $lang;
public $con;
public $view;
}
?>