feed.php
来自「Bug tracker, and reporter.」· PHP 代码 · 共 14 行
PHP
14 行
<?phpclass Feed{ public function feedForProject($id = null){ $olog = new Loguer(); $logs = $olog -> fetchAll($id,'loguer_id DESC'); $projet = new Projet(); $user = new User(); $bug = new Bug(); $feedArray = array( 'title' => utf8_encode("Activit
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?