php partial,partial.php

这是一个用于运行Reportico PHP报表工具的全设计模式脚本。用户能够在此模式下修改并保存报告。该脚本适用于自由软件,遵循GNU General Public License v2或更高版本。它设置错误报告,日期时区,并配置内存限制。然后,通过reportico.php加载并执行报告。
摘要由CSDN通过智能技术生成

/*

Reportico - PHP Reporting Tool

Copyright (C) 2010-2014 Peter Deed

This program is free software; you can redistribute it and/or

modify it under the terms of the GNU General Public License

as published by the Free Software Foundation; either version 2

of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,

but WITHOUT ANY WARRANTY; without even the implied warranty of

MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the

GNU General Public License for more details.

You should have received a copy of the GNU General Public License

along with this program; if not, write to the Free Software

Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

* File: partial.php

*

* Reportico runner script

* !!! Note this script will run reports in FULL design mode

* !!! This means that users of the reports will be able to

* !!! modify reports and save those modifications

*

* @link http://www.reportico.org/

* @copyright 2010-2014 Peter Deed

* @author Peter Deed

* @package Reportico

* @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL

* @version $Id: partial.php,v 1.9 2014/05/17 15:12:31 peter Exp $

*/

error_reporting(E_ALL);

date_default_timezone_set(@date_default_timezone_get());

ini_set("memory_limit","100M");

//ob_start();

require_once('reportico.php');

$q = new reportico();

$q->allow_debug = true;

$q->forward_url_get_parameters = "";

$q->embedded_report = true;

$q->execute($q->get_execute_mode(), true);

//ob_end_flush();

?>

一键复制

编辑

Web IDE

原始数据

按行查看

历史

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值