This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
CSE-Invent
/
CMS-CSE
同期ミラー
https://git.cse-invent.com/product/cms.events.git
ウォッチ
2
スター
0
フォーク
0
ファイル
課題
0
Wiki
ツリー:
83ec74c663
ブランチ
タグ
code-events
dev
master
preprod
r7
rewrite-url
CMS-CSE
/
core
/
class
/
view.class.php
view.class.php
108 B
履歴
Raw
1
2
3
4
5
6
7
8
9
<?php
class view {
public function printPage(string $_view, array $_array){
}
}