10 Star 51 Fork 18

luobin/reportico

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
embedded.php 490 Bytes
一键复制 编辑 原始数据 按行查看 历史
luobin 提交于 2015-01-30 00:06 . Test chanage
<?php
ob_start();
?>
<H1>EMBEDDED REPORT DEMONSTRATION</H1>
<H1>START OF WEB PAGE TEXT FOLLOWED BY REPORTICO OUTPUT</H1>
<?php
date_default_timezone_set(@date_default_timezone_get());
error_reporting(E_ALL);
require_once('reportico.php');
$a = new reportico();
$a->allow_maintain = "FULL";
$a->allow_debug = true;
$a->embedded_report = true;
$a->execute();
?>
<H1>END OF WEB PAGE TEXT FOLLOWING REPORTICO OUTPUT</H1>
<?php
// print out footer information
ob_end_flush();
?>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/luob/reportico.git
git@gitee.com:luob/reportico.git
luob
reportico
reportico
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385