This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
CSE-Invent
/
CMS-CSE
mirror of
https://git.cse-invent.com/product/cms.events.git
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Tree:
f2ae7280c1
Branches
Tags
code-events
dev
master
preprod
r7
rewrite-url
CMS-CSE
/
core
/
class
/
view.class.php
view.class.php
108 B
Lịch sử
Raw
1
2
3
4
5
6
7
8
9
<?php
class view {
public function printPage(string $_view, array $_array){
}
}