File: PHPReportEvent.php

package info (click to toggle)
phpreports 0.4.9-2.1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 684 kB
  • ctags: 1,426
  • sloc: php: 3,377; xml: 203; makefile: 29; sql: 18; sh: 17; python: 10
file content (10 lines) | stat: -rwxr-xr-x 227 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
<?php
	define("REPORT_OPEN"	,0);
	define("REPORT_CLOSE",100);
	define("PAGE_OPEN"	,1);
	define("PAGE_CLOSE"	,101);
	define("GROUP_OPEN"	,2);
	define("GROUP_CLOSE"  ,102);
	define("PUT_DATA"		,3);
	define("PROCESS_DATA",4);
?>