This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
CSE-Invent
/
CMS-CSE
mirror de
https://git.cse-invent.com/product/cms.events.git
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Árvore:
1c39fd7178
Ramos
Etiquetas
code-events
dev
master
preprod
r7
rewrite-url
CMS-CSE
/
core
/
class
/
view.class.php
view.class.php
108 B
Histórico
Em bruto
1
2
3
4
5
6
7
8
9
<?php
class view {
public function printPage(string $_view, array $_array){
}
}