This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
CSE-Invent
/
CMS-CSE
miroir de
https://git.cse-invent.com/product/cms.events.git
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Aborescence:
b74cffa4bc
Branches
Tags
code-events
dev
master
preprod
r7
rewrite-url
CMS-CSE
/
core
/
class
/
view.class.php
view.class.php
108 B
Historique
Raw
1
2
3
4
5
6
7
8
9
<?php
class view {
public function printPage(string $_view, array $_array){
}
}