Advertisement
Guest User

Untitled

a guest
Apr 20th, 2015
336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 93.34 KB | None | 0 0
  1. Searching 1327 files for "require_once"
  2.  
  3. /home/tom/Downloads/radicore/SOAP/server.php:
  4. 7
  5. 8 // include the standard RADICORE library
  6. 9: require_once('include.general.inc');
  7. 10
  8. 11 // include the standard SOAP library
  9.  
  10. /home/tom/Downloads/radicore/XMLRPC/client.php:
  11. 11 include('std.xmlrpc.inc');
  12. 12
  13. 13: require_once('include.library.inc');
  14. 14
  15. 15 if (isset($_GET['server'])) {
  16.  
  17. /home/tom/Downloads/radicore/audit/audit_tbl(upd4).php:
  18. 15 $sql_having = null;
  19. 16
  20. 17: require_once 'std.update4.inc'; // activate page controller
  21. 18
  22. 19 ?>
  23.  
  24. /home/tom/Downloads/radicore/audit/classes/audit_fld.class.inc:
  25. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  26. 5 // *****************************************************************************
  27. 6: require_once 'std.table.class.inc';
  28. 7 class audit_fld extends Default_Table
  29. 8 {
  30.  
  31. /home/tom/Downloads/radicore/audit/classes/audit_logon_errors.class.inc:
  32. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  33. 5 // *****************************************************************************
  34. 6: require_once 'std.table.class.inc';
  35. 7 class audit_logon_errors extends Default_Table
  36. 8 {
  37.  
  38. /home/tom/Downloads/radicore/audit/classes/audit_ssn.class.inc:
  39. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  40. 5 // *****************************************************************************
  41. 6: require_once 'std.table.class.inc';
  42. 7 class audit_ssn extends Default_Table
  43. 8 {
  44.  
  45. /home/tom/Downloads/radicore/audit/classes/audit_ssn_s01.class.inc:
  46. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  47. 5 // *****************************************************************************
  48. 6: require_once 'audit_ssn.class.inc';
  49. 7 class audit_ssn_s01 extends audit_ssn
  50. 8 {
  51.  
  52. /home/tom/Downloads/radicore/audit/classes/audit_tbl.class.inc:
  53. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  54. 5 // *****************************************************************************
  55. 6: require_once 'std.table.class.inc';
  56. 7 class audit_tbl extends Default_Table
  57. 8 {
  58.  
  59. /home/tom/Downloads/radicore/audit/classes/audit_tbl_key.class.inc:
  60. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  61. 5 // *****************************************************************************
  62. 6: require_once 'audit_tbl.class.inc';
  63. 7 class audit_tbl_key extends audit_tbl
  64. 8 {
  65.  
  66. /home/tom/Downloads/radicore/audit/classes/audit_tbl_s01.class.inc:
  67. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  68. 5 // *****************************************************************************
  69. 6: require_once 'audit_tbl.class.inc';
  70. 7 class audit_tbl_s01 extends audit_tbl
  71. 8 {
  72.  
  73. /home/tom/Downloads/radicore/audit/classes/audit_tbl_s02.class.inc:
  74. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  75. 5 // *****************************************************************************
  76. 6: require_once 'audit_tbl.class.inc';
  77. 7 class audit_tbl_s02 extends audit_tbl
  78. 8 {
  79.  
  80. /home/tom/Downloads/radicore/audit/classes/audit_trn.class.inc:
  81. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  82. 5 // *****************************************************************************
  83. 6: require_once 'std.table.class.inc';
  84. 7 class audit_trn extends Default_Table
  85. 8 {
  86.  
  87. /home/tom/Downloads/radicore/audit/classes/php_session.class.inc:
  88. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  89. 5 // *****************************************************************************
  90. 6: require_once 'std.table.class.inc';
  91. 7 class php_session extends Default_Table
  92. 8 {
  93.  
  94. /home/tom/Downloads/radicore/audit/std.batch.inc:
  95. 154
  96. 155 //checkFileExists('include.general.inc');
  97. 156: require_once 'include.general.inc';
  98. 157 //checkFileExists('include.session.inc');
  99. 158: require_once 'include.session.inc';
  100. 159
  101. 160 echo '<p>include_path : ' .ini_get('include_path') ."</p>\n";
  102.  
  103. /home/tom/Downloads/radicore/default/classes/alias.class.inc:
  104. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  105. 5 // *****************************************************************************
  106. 6: require_once '#tablename#.class.inc';
  107. 7 class #aliasname# extends #tablename#
  108. 8 {
  109.  
  110. /home/tom/Downloads/radicore/default/classes/default.class.inc:
  111. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  112. 5 // *****************************************************************************
  113. 6: require_once 'std.table.class.inc';
  114. 7 class #tablename# extends Default_Table
  115. 8 {
  116.  
  117. /home/tom/Downloads/radicore/default/std.batch.inc:
  118. 154
  119. 155 //checkFileExists('include.general.inc');
  120. 156: require_once 'include.general.inc';
  121. 157 //checkFileExists('include.session.inc');
  122. 158: require_once 'include.session.inc';
  123. 159
  124. 160 echo '<p>include_path : ' .ini_get('include_path') ."</p>\n";
  125.  
  126. /home/tom/Downloads/radicore/dict/classes/dict_column.class.inc:
  127. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  128. 5 // *****************************************************************************
  129. 6: require_once 'std.table.class.inc';
  130. 7 class dict_column extends Default_Table
  131. 8 {
  132.  
  133. /home/tom/Downloads/radicore/dict/classes/dict_column_s01.class.inc:
  134. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  135. 5 // *****************************************************************************
  136. 6: require_once 'dict_column.class.inc';
  137. 7 class dict_column_s01 extends dict_column
  138. 8 {
  139.  
  140. /home/tom/Downloads/radicore/dict/classes/dict_database.class.inc:
  141. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  142. 5 // *****************************************************************************
  143. 6: require_once 'std.table.class.inc';
  144. 7 class dict_dataBase extends Default_Table
  145. 8 {
  146.  
  147. /home/tom/Downloads/radicore/dict/classes/dict_database_s01.class.inc:
  148. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  149. 5 // *****************************************************************************
  150. 6: require_once 'dict_database.class.inc';
  151. 7 class dict_dataBase_s01 extends dict_dataBase
  152. 8 {
  153. .
  154. 313 if (extension_loaded('mysqli')) {
  155. 314 // use 'improved' mysql functions
  156. 315: require_once "dml.mysqli.class.inc";
  157. 316 } else {
  158. 317 // use standard mysql functions
  159. 318: require_once "dml.mysql.class.inc";
  160. 319 } // if
  161. 320 } elseif ($engine == 'oracle') {
  162. 321 if (version_compare(phpversion(), '5.0.0', '<')) {
  163. 322 // use old api's
  164. 323: require_once "dml.oracle.php4.class.inc";
  165. 324 } else {
  166. 325 // use new api's
  167. 326: require_once "dml.oracle.php5.class.inc";
  168. 327 } // if
  169. 328 } else {
  170. 329: require_once "dml.$engine.class.inc";
  171. 330 } // if
  172. 331 } // if
  173.  
  174. /home/tom/Downloads/radicore/dict/classes/dict_database_s02.class.inc:
  175. 4 // Copyright 2006-2012 by Radicore Software Limited <http://www.radicore.org>
  176. 5 // *****************************************************************************
  177. 6: require_once 'dict_database.class.inc';
  178. 7 class dict_dataBase_s02 extends dict_dataBase
  179. 8 {
  180.  
  181. /home/tom/Downloads/radicore/dict/classes/dict_related_column.class.inc:
  182. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  183. 5 // *****************************************************************************
  184. 6: require_once 'std.table.class.inc';
  185. 7 class dict_related_column extends Default_Table
  186. 8 {
  187.  
  188. /home/tom/Downloads/radicore/dict/classes/dict_related_column_jnr.class.inc:
  189. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  190. 5 // *****************************************************************************
  191. 6: require_once 'dict_related_column.class.inc';
  192. 7 class dict_related_column_jnr extends dict_related_column
  193. 8 {
  194.  
  195. /home/tom/Downloads/radicore/dict/classes/dict_related_column_snr.class.inc:
  196. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  197. 5 // *****************************************************************************
  198. 6: require_once 'dict_related_column.class.inc';
  199. 7 class dict_related_column_snr extends dict_related_column
  200. 8 {
  201.  
  202. /home/tom/Downloads/radicore/dict/classes/dict_relationship.class.inc:
  203. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  204. 5 // *****************************************************************************
  205. 6: require_once 'std.table.class.inc';
  206. 7 class dict_relationship extends Default_Table
  207. 8 {
  208.  
  209. /home/tom/Downloads/radicore/dict/classes/dict_relationship_jnr.class.inc:
  210. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  211. 5 // *****************************************************************************
  212. 6: require_once 'dict_relationship.class.inc';
  213. 7 class dict_relationship_jnr extends dict_relationship
  214. 8 {
  215.  
  216. /home/tom/Downloads/radicore/dict/classes/dict_relationship_snr.class.inc:
  217. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  218. 5 // *****************************************************************************
  219. 6: require_once 'dict_relationship.class.inc';
  220. 7 class dict_relationship_snr extends dict_relationship
  221. 8 {
  222.  
  223. /home/tom/Downloads/radicore/dict/classes/dict_table.class.inc:
  224. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  225. 5 // *****************************************************************************
  226. 6: require_once 'std.table.class.inc';
  227. 7 class dict_table extends Default_Table
  228. 8 {
  229.  
  230. /home/tom/Downloads/radicore/dict/classes/dict_table_key.class.inc:
  231. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  232. 5 // *****************************************************************************
  233. 6: require_once 'std.table.class.inc';
  234. 7 class dict_table_key extends Default_Table
  235. 8 {
  236. .
  237. 202 static $relobj;
  238. 203 if (!is_object($relobj)) {
  239. 204: //require_once 'classes/dict_related_column.class.inc';
  240. 205 $relobj =& RDCsingleton::getInstance('dict_related_column');
  241. 206 } // if
  242. ...
  243. 280 } // if
  244. 281
  245. 282: //require_once 'classes/dict_relationship.class.inc';
  246. 283 $relobj =& RDCsingleton::getInstance('dict_relationship');
  247. 284
  248. 285: //require_once 'classes/dict_related_column.class.inc';
  249. 286 $relcolobj =& RDCsingleton::getInstance('dict_related_column');
  250. 287
  251. ...
  252. 326 } // if
  253. 327
  254. 328: //require_once 'classes/dict_related_column.class.inc';
  255. 329 $relobj =& RDCsingleton::getInstance('dict_related_column');
  256. 330
  257.  
  258. /home/tom/Downloads/radicore/dict/classes/dict_table_s01.class.inc:
  259. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  260. 5 // *****************************************************************************
  261. 6: require_once 'dict_table.class.inc';
  262. 7 class dict_table_s01 extends dict_table
  263. 8 {
  264.  
  265. /home/tom/Downloads/radicore/dict/classes/dict_table_s02.class.inc:
  266. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  267. 5 // *****************************************************************************
  268. 6: require_once 'dict_table.class.inc';
  269. 7 class dict_table_s02 extends dict_table
  270. 8 {
  271.  
  272. /home/tom/Downloads/radicore/dict/classes/dict_table_s03.class.inc:
  273. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  274. 5 // *****************************************************************************
  275. 6: require_once 'dict_table.class.inc';
  276. 7 class dict_table_s03 extends dict_table
  277. 8 {
  278.  
  279. /home/tom/Downloads/radicore/dict/classes/dict_table_s04.class.inc:
  280. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  281. 5 // *****************************************************************************
  282. 6: require_once 'dict_table.class.inc';
  283. 7 class dict_table_s04 extends dict_table
  284. 8 {
  285.  
  286. /home/tom/Downloads/radicore/dict/column(add4)import.php:
  287. 6 $table_id = 'dict_column_s01'; // table name
  288. 7
  289. 8: require_once 'std.add4.inc'; // activate page controller
  290. 9
  291. 10 ?>
  292.  
  293. /home/tom/Downloads/radicore/dict/database(add1)import.php:
  294. 7 $screen = 'dict_database.detail.screen.inc'; // file identifying screen structure
  295. 8
  296. 9: require_once 'std.add1.inc'; // activate page controller
  297. 10
  298. 11 ?>
  299.  
  300. /home/tom/Downloads/radicore/dict/database(upd4)export.php:
  301. 6 $table_id = 'dict_database_s02'; // table name
  302. 7
  303. 8: require_once 'std.update4.inc'; // activate page controller
  304. 9
  305. 10 ?>
  306.  
  307. /home/tom/Downloads/radicore/dict/std.batch.inc:
  308. 154
  309. 155 //checkFileExists('include.general.inc');
  310. 156: require_once 'include.general.inc';
  311. 157 //checkFileExists('include.session.inc');
  312. 158: require_once 'include.session.inc';
  313. 159
  314. 160 echo '<p>include_path : ' .ini_get('include_path') ."</p>\n";
  315.  
  316. /home/tom/Downloads/radicore/dict/table(add4)import.php:
  317. 6 $table_id = 'dict_table_s01'; // table name
  318. 7
  319. 8: require_once 'std.add4.inc'; // activate page controller
  320. 9
  321. 10 ?>
  322.  
  323. /home/tom/Downloads/radicore/dict/table(generate)a.php:
  324. 7 $screen = 'dict_table_s03.detail.screen.inc'; // file identifying screen structure
  325. 8
  326. 9: require_once 'std.update1.inc'; // activate page controller
  327. 10
  328. 11 ?>
  329.  
  330. /home/tom/Downloads/radicore/dict/table(generate)b.php:
  331. 7 $screen = 'dict_table_s04.detail.screen.inc'; // file identifying screen structure
  332. 8
  333. 9: require_once 'std.update1.inc'; // activate page controller
  334. 10
  335. 11 ?>
  336.  
  337. /home/tom/Downloads/radicore/dict/table(upd4)export.php:
  338. 6 $table_id = 'dict_table_s02'; // table name
  339. 7
  340. 8: require_once 'std.update4.inc'; // activate page controller
  341. 9
  342. 10 ?>
  343.  
  344. /home/tom/Downloads/radicore/includes/dml.mysql.class.inc:
  345. 87 if (!class_exists('audit_tbl')) {
  346. 88 // obtain definition of the audit_tbl class
  347. 89: require_once 'classes/audit_tbl.class.inc';
  348. 90 } // if
  349. 91 } // if
  350.  
  351. /home/tom/Downloads/radicore/includes/dml.mysqli.class.inc:
  352. 96 if (!class_exists('audit_tbl')) {
  353. 97 // obtain definition of the audit_tbl class
  354. 98: require_once 'classes/audit_tbl.class.inc';
  355. 99 } // if
  356. 100 } // if
  357.  
  358. /home/tom/Downloads/radicore/includes/dml.oracle.php4.class.inc:
  359. 72 if (!class_exists('audit_tbl')) {
  360. 73 // obtain definition of the audit_tbl class
  361. 74: require_once 'classes/audit_tbl.class.inc';
  362. 75 } // if
  363. 76
  364.  
  365. /home/tom/Downloads/radicore/includes/dml.oracle.php5.class.inc:
  366. 77 if (!class_exists('audit_tbl')) {
  367. 78 // obtain definition of the audit_tbl class
  368. 79: require_once 'classes/audit_tbl.class.inc';
  369. 80 } // if
  370. 81 } // if
  371.  
  372. /home/tom/Downloads/radicore/includes/dml.pgsql.class.inc:
  373. 83 if (!class_exists('audit_tbl')) {
  374. 84 // obtain definition of the audit_tbl class
  375. 85: require_once 'classes/audit_tbl.class.inc';
  376. 86 } // if
  377. 87 } // if
  378.  
  379. /home/tom/Downloads/radicore/includes/dml.sqlsrv.class.inc:
  380. 75 if (!class_exists('audit_tbl')) {
  381. 76 // obtain definition of the audit_tbl class
  382. 77: require_once 'classes/audit_tbl.class.inc';
  383. 78 } // if
  384. 79 } // if
  385.  
  386. /home/tom/Downloads/radicore/includes/error.inc:
  387. 345 // log the current user off
  388. 346 if (!class_exists('logon')) {
  389. 347: require_once 'classes/logon.class.inc';
  390. 348 } // if
  391. 349 $dbobject = new logon;
  392.  
  393. /home/tom/Downloads/radicore/includes/include.general.inc:
  394. 18 if (@fopen('config.local.inc', 'r', true)) {
  395. 19 // found 'local' version in current include_path
  396. 20: require_once 'config.local.inc';
  397. 21
  398. 22 } elseif (@fopen('config.inc', 'r', true)) {
  399. 23 // found 'live' version in current include_path
  400. 24: require_once 'config.inc';
  401. 25
  402. 26 } elseif (file_exists($alt_config)) {
  403. 27 // found in a higher directory
  404. 28: require_once $alt_config;
  405. 29
  406. 30 } else {
  407. 31 // not found, so this should error
  408. 32: require_once 'config.inc';
  409. 33 } // if
  410. 34 unset($alt_config);
  411. 35
  412. 36: require_once 'include.library.inc';
  413. 37
  414. 38 if (isset($GLOBALS['project_code']) AND !empty($GLOBALS['project_code'])) {
  415. ..
  416. 47 $result = includeTransixPath ();
  417. 48
  418. 49: require_once 'error.inc';
  419. 50: require_once 'language_detection.inc';
  420. 51
  421. 52 // are we using PHP 5, or something earlier?
  422. 53 if (version_compare(phpversion(), '5.0.0', '<')) {
  423. 54: require_once 'include.xml.php4.inc';
  424. 55 } else {
  425. 56 // PHP 5 uses different code
  426. 57: require_once 'include.xml.php5.inc';
  427. 58 } // if
  428. 59
  429. ..
  430. 69 if (isset($_SERVER['SERVER_PROTOCOL'])) {
  431. 70 $GLOBALS['protocol'] = 'HTTP://';
  432. 71: require_once 'include.session.inc';
  433. 72 } else {
  434. 73 // this is being run in batch/cli mode, not from a web server
  435.  
  436. /home/tom/Downloads/radicore/includes/include.library.inc:
  437. 9 // are we using PHP 5, or something earlier?
  438. 10 if (version_compare(phpversion(), '5.0.0', '<')) {
  439. 11: require_once 'std.singleton.php4.inc';
  440. 12 } else {
  441. 13 // PHP 5 uses different code
  442. 14: require_once 'std.singleton.php5.inc';
  443. 15 } // if
  444. 16
  445. ..
  446. 757 // $cdata_section_elements identifies elements to be enclosed in '<![CDATA[' and ']]>'
  447. 758 {
  448. 759: require_once('radicore.simplexmlelement.inc');
  449. 760
  450. 761 $root = key($array);
  451. ...
  452. 5665
  453. 5666 if (defined('USE_SWIFTMAILER')) {
  454. 5667: require_once('include.swiftmailer.inc');
  455. 5668 require('SwiftMailer/swift_required.php');
  456. 5669 $message = Swift_Message::newInstance();
  457. ....
  458. 7078 libxml_use_internal_errors(true);
  459. 7079
  460. 7080: require_once('radicore.xmlreader.inc');
  461. 7081 $xml = new radicore_XMLReader();
  462. 7082 $xml->xml($contents);
  463.  
  464. /home/tom/Downloads/radicore/includes/include.session.inc:
  465. 24 } // if
  466. 25
  467. 26: //require_once 'classes/mnu_task.class.inc';
  468. 27 $dbtask =& RDCsingleton::getInstance('mnu_task');
  469. 28
  470.  
  471. /home/tom/Downloads/radicore/includes/nusoap.php:
  472. 58
  473. 59 // necessary classes
  474. 60: require_once('class.soapclient.php');
  475. 61: require_once('class.soap_val.php');
  476. 62: require_once('class.soap_parser.php');
  477. 63: require_once('class.soap_fault.php');
  478. 64
  479. 65 // transport classes
  480. 66: require_once('class.soap_transport_http.php');
  481. 67
  482. 68 // optional add-on classes
  483. 69: require_once('class.xmlschema.php');
  484. 70: require_once('class.wsdl.php');
  485. 71
  486. 72 // server class
  487. 73: require_once('class.soap_server.php');*/
  488. 74
  489. 75 // class variable emulation
  490.  
  491. /home/tom/Downloads/radicore/includes/std.add1.inc:
  492. 11 // This will allow the user to add a single record to a database table.
  493. 12
  494. 13: require_once 'include.general.inc';
  495. 14
  496. 15 // identify mode for xsl file
  497. ..
  498. 31
  499. 32 // create a class instance for the main database table
  500. 33: require_once "classes/$table_id.class.inc";
  501. 34 if (isset($script_vars['dbobject'])) {
  502. 35 // use data from previous instance for this script
  503.  
  504. /home/tom/Downloads/radicore/includes/std.add2.inc:
  505. 12 // with the ONE's identity passed in $where
  506. 13
  507. 14: require_once 'include.general.inc';
  508. 15
  509. 16 // identify mode for xsl file
  510. ..
  511. 43
  512. 44 // create a class instance for the main database table
  513. 45: require_once "classes/$table_id.class.inc";
  514. 46 if (isset($script_vars['dbobject'])) {
  515. 47 // use data from previous instance for this script
  516.  
  517. /home/tom/Downloads/radicore/includes/std.add3.inc:
  518. 13 // Note that there is no dialog with the user.
  519. 14
  520. 15: require_once 'include.general.inc';
  521. 16
  522. 17 // identify mode for xsl file
  523. ..
  524. 22
  525. 23 // create a class instance for the main database table
  526. 24: require_once "classes/$table_id.class.inc";
  527. 25 $dbobject = new $table_id;
  528. 26 // indicate that this object was started from a page controller
  529.  
  530. /home/tom/Downloads/radicore/includes/std.add4.inc:
  531. 13 // Note that there is no dialog with the user.
  532. 14
  533. 15: require_once 'include.general.inc';
  534. 16
  535. 17 // identify mode for xsl file
  536. ..
  537. 28
  538. 29 // create a class instance for the main database table
  539. 30: require_once "classes/$table_id.class.inc";
  540. 31 $dbobject = new $table_id;
  541. 32 // indicate that this object was started from a page controller
  542.  
  543. /home/tom/Downloads/radicore/includes/std.add5.inc:
  544. 15 // On SUBMIT all occurrences of INNER will be added to the database.
  545. 16
  546. 17: require_once 'include.general.inc';
  547. 18
  548. 19 // identify mode for xsl file
  549. ..
  550. 44
  551. 45 // create a class instance for the OUTER database table
  552. 46: require_once "classes/$outer_table.class.inc";
  553. 47 if (isset($script_vars['dbouter'])) {
  554. 48 // use data from previous instance of this script
  555. ..
  556. 78
  557. 79 // create a class instance for the INNER database table
  558. 80: require_once "classes/$inner_table.class.inc";
  559. 81 if (isset($script_vars['dbinner'])) {
  560. 82 // use data from previous instance of this script
  561.  
  562. /home/tom/Downloads/radicore/includes/std.batch.inc:
  563. 155
  564. 156 //checkFileExists('include.general.inc');
  565. 157: require_once 'include.general.inc';
  566. 158 //checkFileExists('include.session.inc');
  567. 159: require_once 'include.session.inc';
  568. 160
  569. 161 echo '<p>include_path : ' .ini_get('include_path') ."</p>\n";
  570.  
  571. /home/tom/Downloads/radicore/includes/std.delete1.inc:
  572. 14 // will be made available for the user to scroll between these entries.
  573. 15
  574. 16: require_once 'include.general.inc';
  575. 17
  576. 18 // identify mode for xsl file
  577. ..
  578. 39
  579. 40 // create a class instance for the main database table
  580. 41: require_once "classes/$table_id.class.inc";
  581. 42 if (isset($script_vars['dbobject'])) {
  582. 43 // use data from previous instance of this script
  583.  
  584. /home/tom/Downloads/radicore/includes/std.delete2.inc:
  585. 13 // Note that there is no dialog with the user.
  586. 14
  587. 15: require_once 'include.general.inc';
  588. 16
  589. 17 // identify mode for xsl file
  590. ..
  591. 28
  592. 29 // create a class instance for the main database table
  593. 30: require_once "classes/$table_id.class.inc";
  594. 31 $dbobject = new $table_id;
  595. 32 // indicate that this object was started from a page controller
  596.  
  597. /home/tom/Downloads/radicore/includes/std.delete3.inc:
  598. 14 // Note that there is no dialog with the user.
  599. 15
  600. 16: require_once 'include.general.inc';
  601. 17
  602. 18 // identify mode for xsl file
  603. ..
  604. 23
  605. 24 // create a class instance for the main database table
  606. 25: require_once "classes/$table_id.class.inc";
  607. 26 $dbobject = new $table_id;
  608. 27 // indicate that this object was started from a page controller
  609.  
  610. /home/tom/Downloads/radicore/includes/std.delete4.inc:
  611. 16 // The primary key of ONE will be passed in $where from the previous screen.
  612. 17
  613. 18: require_once 'include.general.inc';
  614. 19
  615. 20 // identify mode for xsl file
  616. ..
  617. 42
  618. 43 // create a class instance for the OUTER database table
  619. 44: require_once "classes/$outer_table.class.inc";
  620. 45 if (isset($script_vars['dbouter'])) {
  621. 46 // use previous instance from session data
  622. ..
  623. 113
  624. 114 // create a class instance for the INNER database table
  625. 115: require_once "classes/$inner_table.class.inc";
  626. 116 if (isset($script_vars['dbinner'])) {
  627. 117 // use previous instance from session data
  628.  
  629. /home/tom/Downloads/radicore/includes/std.enquire1.inc:
  630. 12 // (as supplied from the previous screen)
  631. 13
  632. 14: require_once 'include.general.inc';
  633. 15
  634. 16 // identify mode for xsl file
  635. ..
  636. 40
  637. 41 // create a class instance for the main database table
  638. 42: require_once "classes/$table_id.class.inc";
  639. 43 if (isset($script_vars['dbobject'])) {
  640. 44 // use data from previous instance for this script
  641.  
  642. /home/tom/Downloads/radicore/includes/std.erase1.inc:
  643. 14 // will be made available for the user to scroll between these entries.
  644. 15
  645. 16: require_once 'include.general.inc';
  646. 17
  647. 18 // identify mode for xsl file
  648. ..
  649. 38
  650. 39 // create a class instance for the main database table
  651. 40: require_once "classes/$table_id.class.inc";
  652. 41 if (isset($script_vars['dbobject'])) {
  653. 42 // use data from previous instance for this script
  654.  
  655. /home/tom/Downloads/radicore/includes/std.filedownload1.inc:
  656. 14 // NOTE: There is no dialog with the user.
  657. 15
  658. 16: require_once 'include.general.inc';
  659. 17
  660. 18 // identify mode for xsl file
  661. ..
  662. 33
  663. 34 // create a class instance for the main database table
  664. 35: require_once "classes/$table_id.class.inc";
  665. 36 $dbobject = new $table_id;
  666. 37 // indicate that this object was started from a page controller
  667.  
  668. /home/tom/Downloads/radicore/includes/std.filedownload2.inc:
  669. 14 // NOTE: There is no dialog with the user.
  670. 15
  671. 16: require_once 'include.general.inc';
  672. 17
  673. 18 // identify mode for xsl file
  674. ..
  675. 33
  676. 34 // create a class instance for the main database table
  677. 35: require_once "classes/$table_id.class.inc";
  678. 36 $dbobject = new $table_id;
  679. 37 // indicate that this object was started from a page controller
  680.  
  681. /home/tom/Downloads/radicore/includes/std.filepicker1.inc:
  682. 11 // This will list files in a directory and allow the user to choose one
  683. 12
  684. 13: require_once 'include.general.inc';
  685. 14
  686. 15 // identify mode for XSL file
  687. ..
  688. 61
  689. 62 // create a class instance for the main database table
  690. 63: require_once "classes/$table_id.class.inc";
  691. 64 if (isset($script_vars['fileobject'])) {
  692. 65 // use data from previous instance for this script
  693.  
  694. /home/tom/Downloads/radicore/includes/std.filepicker2.inc:
  695. 12 // This accesses the files via FTP
  696. 13
  697. 14: require_once 'include.general.inc';
  698. 15
  699. 16 // identify mode for XSL file
  700. ..
  701. 62
  702. 63 // create a class instance for the main database table
  703. 64: require_once "classes/$table_id.class.inc";
  704. 65 if (isset($script_vars['fileobject'])) {
  705. 66 // use data from previous instance for this script
  706.  
  707. /home/tom/Downloads/radicore/includes/std.fileupload1.inc:
  708. 11 // This will list files in a directory and allow the user to choose one
  709. 12
  710. 13: require_once 'include.general.inc';
  711. 14
  712. 15 // identify mode for XSL file
  713. ..
  714. 38
  715. 39 // create a class instance for the main database table
  716. 40: require_once "classes/$table_id.class.inc";
  717. 41 if (isset($script_vars['fileobject'])) {
  718. 42 // use data from previous instance for this script
  719.  
  720. /home/tom/Downloads/radicore/includes/std.help.inc:
  721. 12 // footer - contents of file 'help-footer.txt'
  722. 13
  723. 14: require_once 'include.general.inc';
  724. 15
  725. 16 $mode = 'read'; // identify mode for XSL file
  726. ..
  727. 40 $errors = array();
  728. 41
  729. 42: require_once "classes/mnu_task.class.inc";
  730. 43 $taskOBJ = new mnu_task;
  731. 44
  732. ..
  733. 51 } // if
  734. 52
  735. 53: require_once "classes/help_text.class.inc";
  736. 54 $helpOBJ = new help_text;
  737. 55
  738.  
  739. /home/tom/Downloads/radicore/includes/std.imap.class.inc:
  740. 5 // *****************************************************************************
  741. 6
  742. 7: require_once('include.library.inc');
  743. 8
  744. 9 class imap_class
  745.  
  746. /home/tom/Downloads/radicore/includes/std.link1.inc:
  747. 21 // the setting of each checkbox.
  748. 22
  749. 23: require_once 'include.general.inc';
  750. 24
  751. 25 // identify mode for xsl file
  752. ..
  753. 51
  754. 52 // create a class instance for the OUTER database table
  755. 53: require_once "classes/$outer_table.class.inc";
  756. 54 if (isset($script_vars['dbouter'])) {
  757. 55 // recreate previous instance of this object
  758. ..
  759. 96
  760. 97 // create a class instance for the LINK database table
  761. 98: require_once "classes/$link_table.class.inc";
  762. 99 if (isset($script_vars['dblink'])) {
  763. 100 // recreate previous instance of this object
  764.  
  765. /home/tom/Downloads/radicore/includes/std.list1.inc:
  766. 11 // This will list occurrences from a database table
  767. 12
  768. 13: require_once 'include.general.inc';
  769. 14
  770. 15 // identify mode for xsl file
  771. ..
  772. 57
  773. 58 // create a class instance of the main database table
  774. 59: require_once "classes/$table_id.class.inc";
  775. 60 if (isset($script_vars['dbobject'])) {
  776. 61 // use data from previous instance of this script
  777.  
  778. /home/tom/Downloads/radicore/includes/std.list2.inc:
  779. 12 // The primary key of ONE will be passed in $where from the previous screen.
  780. 13
  781. 14: require_once 'include.general.inc';
  782. 15
  783. 16 // identify mode for xsl file
  784. ..
  785. 62
  786. 63 // create a class instance for the OUTER database table
  787. 64: require_once "classes/$outer_table.class.inc";
  788. 65 if (isset($script_vars['dbouter'])) {
  789. 66 // use previous instance from session data
  790. ..
  791. 110
  792. 111 // create a class instance for the INNER database table
  793. 112: require_once "classes/$inner_table.class.inc";
  794. 113 if (isset($script_vars['dbinner'])) {
  795. 114 // use previous instance from session data
  796.  
  797. /home/tom/Downloads/radicore/includes/std.list3.inc:
  798. 16 // The primary key of MIDDLE will then be passed to INNER (MANY2).
  799. 17
  800. 18: require_once 'include.general.inc';
  801. 19
  802. 20 // identify mode for xsl file
  803. ..
  804. 66
  805. 67 // create a class instance for the OUTER database table
  806. 68: require_once "classes/$outer_table.class.inc";
  807. 69 if (isset($script_vars['dbouter'])) {
  808. 70 // use previous instance from session data
  809. ..
  810. 110
  811. 111 // create a class instance for the MIDDLE database table
  812. 112: require_once "classes/$middle_table.class.inc";
  813. 113 if (isset($script_vars['dbmiddle'])) {
  814. 114 // use previous instance from session data
  815. ...
  816. 147
  817. 148 // create a class instance for the INNER database table
  818. 149: require_once "classes/$inner_table.class.inc";
  819. 150 if (isset($script_vars['dbinner'])) {
  820. 151 // use previous instance from session data
  821.  
  822. /home/tom/Downloads/radicore/includes/std.multi1.inc:
  823. 18 // The DELETE button will only appear if the current record exists.
  824. 19
  825. 20: require_once 'include.general.inc';
  826. 21
  827. 22 // identify mode for xsl file
  828. ..
  829. 47
  830. 48 // create a class instance for the MAIN database table
  831. 49: require_once "classes/$table_id.class.inc";
  832. 50 if (isset($script_vars['dbobject'])) {
  833. 51 // use data from previous instance for this script
  834.  
  835. /home/tom/Downloads/radicore/includes/std.multi2.inc:
  836. 16 // relevant buttons on the navigation bar.
  837. 17
  838. 18: require_once 'include.general.inc';
  839. 19
  840. 20 // identify mode for xsl file
  841. ..
  842. 47
  843. 48 // create a class instance for the OUTER database table
  844. 49: require_once "classes/$outer_table.class.inc";
  845. 50 if (isset($script_vars['dbouter'])) {
  846. 51 // use data from previous instance of this script
  847. ..
  848. 97
  849. 98 // create a class instance for the INNER database table
  850. 99: require_once "classes/$inner_table.class.inc";
  851. 100 if (isset($script_vars['dbinner'])) {
  852. 101 // use data from previous instance of this script
  853.  
  854. /home/tom/Downloads/radicore/includes/std.multi3.inc:
  855. 23 // records from the MANY entity.
  856. 24
  857. 25: require_once 'include.general.inc';
  858. 26
  859. 27 // identify mode for xsl file
  860. ..
  861. 51
  862. 52 // create a class instance for the OUTER database table
  863. 53: require_once "classes/$outer_table.class.inc";
  864. 54 if (isset($script_vars['dbouter'])) {
  865. 55 // use previous instance from session data
  866. ..
  867. 98
  868. 99 // create a class instance for the MIDDLE database table
  869. 100: require_once "classes/$middle_table.class.inc";
  870. 101 if (isset($script_vars['dbmiddle'])) {
  871. 102 // use previous instance from session data
  872. ...
  873. 141
  874. 142 // create a class instance for the INNER database table
  875. 143: require_once "classes/$inner_table.class.inc";
  876. 144 if (isset($script_vars['dbinner'])) {
  877. 145 // use data from previous instance of this script
  878.  
  879. /home/tom/Downloads/radicore/includes/std.multi4.inc:
  880. 17 // relevant buttons on the navigation bar.
  881. 18
  882. 19: require_once 'include.general.inc';
  883. 20
  884. 21 // identify mode for xsl file
  885. ..
  886. 45
  887. 46 // create a class instance for the OUTER database table
  888. 47: require_once "classes/$outer_table.class.inc";
  889. 48 if (isset($script_vars['dbouter'])) {
  890. 49 // use previous instance from session data
  891. ..
  892. 92
  893. 93 // create a class instance for the INNER database table
  894. 94: require_once "classes/$inner_table.class.inc";
  895. 95 if (isset($script_vars['dbinner'])) {
  896. 96 // use data from previous instance of this script
  897.  
  898. /home/tom/Downloads/radicore/includes/std.multi5.inc:
  899. 20 // is passed to the bottom zone for processing.
  900. 21
  901. 22: require_once 'include.general.inc';
  902. 23
  903. 24 // identify mode for xsl file
  904. ..
  905. 48
  906. 49 // create a class instance for the OUTER database table
  907. 50: require_once "classes/$outer_table.class.inc";
  908. 51 if (isset($script_vars['dbouter'])) {
  909. 52 // use previous instance from session data
  910. ..
  911. 86
  912. 87 // create a class instance for the INNER database table
  913. 88: require_once "classes/$inner_table.class.inc";
  914. 89 if (isset($script_vars['dbinner'])) {
  915. 90 // use data from previous instance of this script
  916.  
  917. /home/tom/Downloads/radicore/includes/std.multi6.inc:
  918. 21 // is passed to the bottom zone for processing.
  919. 22
  920. 23: require_once 'include.general.inc';
  921. 24
  922. 25 // identify mode for xsl file
  923. ..
  924. 49
  925. 50 // create a class instance for the OUTER database table
  926. 51: require_once "classes/$outer_table.class.inc";
  927. 52 if (isset($script_vars['dbouter'])) {
  928. 53 // use previous instance from session data
  929. ..
  930. 79
  931. 80 // create a class instance for the MIDDLE database table
  932. 81: require_once "classes/$middle_table.class.inc";
  933. 82 if (isset($script_vars['dbmiddle'])) {
  934. 83 // use data from previous instance of this script
  935. ..
  936. 124
  937. 125 // create a class instance for the INNER database table
  938. 126: require_once "classes/$inner_table.class.inc";
  939. 127 if (isset($script_vars['dbinner'])) {
  940. 128 // use data from previous instance of this script
  941.  
  942. /home/tom/Downloads/radicore/includes/std.output1.inc:
  943. 14 // Note that there is no dialog with the user (apart from the download box)
  944. 15
  945. 16: require_once 'include.general.inc';
  946. 17
  947. 18 // identify output mode
  948. ..
  949. 31
  950. 32 // create a class instance of the main database table
  951. 33: require_once "classes/$table_id.class.inc";
  952. 34 $dbobject = new $table_id;
  953. 35 // indicate that this object was started from a page controller
  954. ..
  955. 96
  956. 97 // create an instance of the CSV object
  957. 98: require_once 'std.csv.class.inc';
  958. 99 $csv = new csv_class($dbobject);
  959. 100
  960.  
  961. /home/tom/Downloads/radicore/includes/std.output2.inc:
  962. 14 // Note that there is no dialog with the user (apart from the download box)
  963. 15
  964. 16: require_once 'include.general.inc';
  965. 17
  966. 18 // identify output mode
  967. ..
  968. 31
  969. 32 // create a class instance of the main database table
  970. 33: require_once "classes/$table_id.class.inc";
  971. 34 $dbobject = new $table_id;
  972. 35 // indicate that this object was started from a page controller
  973. ..
  974. 85
  975. 86 // create an instance of the PDF object
  976. 87: require_once 'std.pdf_list.class.inc';
  977. 88 $pdf = new PDF_list($report_structure, $dbobject, $pdfout);
  978. 89
  979.  
  980. /home/tom/Downloads/radicore/includes/std.output3.inc:
  981. 14 // Note that there is no dialog with the user (apart from the download box)
  982. 15
  983. 16: require_once 'include.general.inc';
  984. 17
  985. 18 // identify output mode
  986. ..
  987. 31
  988. 32 // create a class instance of the main database table
  989. 33: require_once "classes/$table_id.class.inc";
  990. 34 $dbobject = new $table_id;
  991. 35 // indicate that this object was started from a page controller
  992. ..
  993. 88
  994. 89 // create an instance of the PDF object
  995. 90: require_once 'std.pdf.class.inc';
  996. 91 $pdf = new PDF($report_structure, $dbobject, $pdfout);
  997. 92
  998.  
  999. /home/tom/Downloads/radicore/includes/std.output4.inc:
  1000. 15 // ones which are wanted, and only these will be output to the CSV file.
  1001. 16
  1002. 17: require_once 'include.general.inc';
  1003. 18
  1004. 19 $mode = 'csv'; // identify output mode
  1005. ..
  1006. 40
  1007. 41 // create a class instance for the main database table
  1008. 42: require_once "classes/$table_id.class.inc";
  1009. 43 if (isset($script_vars['dbobject'])) {
  1010. 44 // use data from previous instance for this script
  1011. ..
  1012. 121
  1013. 122 // create an instance of the CSV object
  1014. 123: require_once 'std.csv.class.inc';
  1015. 124 $csv = new csv_class($dbobject);
  1016. 125
  1017.  
  1018. /home/tom/Downloads/radicore/includes/std.output5.inc:
  1019. 14 // Note that there is no dialog with the user (apart from the download box)
  1020. 15
  1021. 16: require_once 'include.general.inc';
  1022. 17
  1023. 18 // identify output mode
  1024. ..
  1025. 31
  1026. 32 // create a class instance of the main database table
  1027. 33: require_once "classes/$table_id.class.inc";
  1028. 34 $dbobject = new $table_id;
  1029. 35 // indicate that this object was started from a page controller
  1030. ..
  1031. 85
  1032. 86 // create an instance of the PDF object
  1033. 87: require_once 'std.pdf.class.inc';
  1034. 88 $pdf = new PDF($report_structure, $dbobject, $pdfout);
  1035. 89
  1036.  
  1037. /home/tom/Downloads/radicore/includes/std.output6.inc:
  1038. 14 // Note that there is no dialog with the user (apart from the download box)
  1039. 15
  1040. 16: require_once 'include.general.inc';
  1041. 17
  1042. 18 // identify output mode
  1043. ..
  1044. 31
  1045. 32 // create a class instance of the main database table
  1046. 33: require_once "classes/$table_id.class.inc";
  1047. 34 $dbobject = new $table_id;
  1048. 35 // indicate that this object was started from a page controller
  1049. ..
  1050. 96
  1051. 97 // create an instance of the CSV object
  1052. 98: require_once 'std.csv.class.inc';
  1053. 99 $csv = new csv_class($dbobject);
  1054. 100
  1055.  
  1056. /home/tom/Downloads/radicore/includes/std.pdf.class.inc:
  1057. 7 // are we using PHP 5, or something earlier?
  1058. 8 if (version_compare(phpversion(), '5.0.0', '<')) {
  1059. 9: require_once 'tcpdf/tcpdf_php4.php';
  1060. 10 } else {
  1061. 11 // PHP 5 uses different code
  1062. 12: require_once 'tcpdf/tcpdf_php5.php';
  1063. 13 } // if
  1064. 14
  1065.  
  1066. /home/tom/Downloads/radicore/includes/std.search1.inc:
  1067. 12 // that will then be returned to the previous screen for action.
  1068. 13
  1069. 14: require_once 'include.general.inc';
  1070. 15
  1071. 16 // identify mode for xsl file
  1072. ..
  1073. 37
  1074. 38 // create a class instance for the main database table
  1075. 39: require_once "classes/$table_id.class.inc";
  1076. 40 if (isset($script_vars['dbobject'])) {
  1077. 41 // use data from previous instance of this script
  1078.  
  1079. /home/tom/Downloads/radicore/includes/std.singleton.php4.inc:
  1080. 65 switch ($classname) {
  1081. 66 case 'curl_class':
  1082. 67: require_once 'std.curl.class.inc';
  1083. 68 break;
  1084. 69
  1085. 70 case 'csv_class':
  1086. 71: require_once 'std.csv.class.inc';
  1087. 72 break;
  1088. 73
  1089. 74 case 'date_class':
  1090. 75: require_once 'std.datevalidation.class.inc';
  1091. 76 break;
  1092. 77
  1093. 78 case 'encryption_class':
  1094. 79: require_once 'std.encryption.class.inc';
  1095. 80 break;
  1096. 81
  1097. 82 case 'validation_class':
  1098. 83: require_once 'std.validation.class.inc';
  1099. 84 break;
  1100. 85
  1101. 86 default:
  1102. 87: require_once $filename;
  1103. 88 break;
  1104. 89 } // switch
  1105.  
  1106. /home/tom/Downloads/radicore/includes/std.singleton.php5.inc:
  1107. 65 switch ($classname) {
  1108. 66 case 'curl_class':
  1109. 67: require_once 'std.curl.class.inc';
  1110. 68 break;
  1111. 69
  1112. 70 case 'csv_class':
  1113. 71: require_once 'std.csv.class.inc';
  1114. 72 break;
  1115. 73
  1116. 74 case 'date_class':
  1117. 75: require_once 'std.datevalidation.class.inc';
  1118. 76 break;
  1119. 77
  1120. 78 case 'encryption_class':
  1121. 79: require_once 'std.encryption.class.inc';
  1122. 80 break;
  1123. 81
  1124. 82 case 'validation_class':
  1125. 83: require_once 'std.validation.class.inc';
  1126. 84 break;
  1127. 85
  1128. 86 case 'custom_xsl_params':
  1129. 87: require_once 'custom_xsl_params.class.inc';
  1130. 88 break;
  1131. 89
  1132. 90 case 'custom_javascript':
  1133. 91: require_once 'custom_javascript.class.inc';
  1134. 92 break;
  1135. 93
  1136. 94 default:
  1137. 95: require_once $filename;
  1138. 96 break;
  1139. 97 } // switch
  1140.  
  1141. /home/tom/Downloads/radicore/includes/std.soap.inc:
  1142. 10 if (defined('USE_NUSOAP') OR version_compare(phpversion(), '5.0.0', '<')) {
  1143. 11 // use NUSOAP library
  1144. 12: require_once('nusoap.php');
  1145. 13 require('std.soap.php4.inc');
  1146. 14 } else {
  1147. ..
  1148. 17 } // if
  1149. 18
  1150. 19: require_once('include.library.inc');
  1151. 20
  1152. 21 if (!isset($wsdl)) {
  1153.  
  1154. /home/tom/Downloads/radicore/includes/std.table.class.inc:
  1155. 737 } // if
  1156. 738 if (!class_exists($tblchild)) {
  1157. 739: require_once $dir ."classes/$tblchild.class.inc";
  1158. 740 } // if
  1159. 741 $childobject = new $tblchild;
  1160. ...
  1161. 791 } // if
  1162. 792 if (!class_exists($tblchild)) {
  1163. 793: require_once $dir ."classes/$tblchild.class.inc";
  1164. 794 } // if
  1165. 795 $childobject = new $tblchild;
  1166. ...
  1167. 1020 } // if
  1168. 1021 if (!class_exists($tblchild)) {
  1169. 1022: require_once $dir ."classes/$tblchild.class.inc";
  1170. 1023 } // if
  1171. 1024 $childobject = new $tblchild;
  1172. ....
  1173. 1061 } // if
  1174. 1062 if (!class_exists($tblchild)) {
  1175. 1063: require_once $dir ."classes/$tblchild.class.inc";
  1176. 1064 } // if
  1177. 1065 $childobject = new $tblchild;
  1178. ....
  1179. 2357 } // if
  1180. 2358 if (!class_exists($tblparent)) {
  1181. 2359: require_once "classes/$tblparent.class.inc";
  1182. 2360 } // end
  1183. 2361 $parentobj = new $tblparent;
  1184. ....
  1185. 3030 if (count($this->scrollarray) > 1) {
  1186. 3031 if (!function_exists('findJump')) {
  1187. 3032: require_once 'include.jump.inc';
  1188. 3033 } // if
  1189. 3034 // find out if this entry is between a pair of jump points
  1190. ....
  1191. 5839 } // if
  1192. 5840 if (!class_exists($tblchild)) {
  1193. 5841: require_once $dir ."classes/$tblchild.class.inc";
  1194. 5842 } // if
  1195. 5843 $childobject = new $tblchild;
  1196. ....
  1197. 5891 } // if
  1198. 5892 if (!class_exists($tblchild)) {
  1199. 5893: require_once $dir ."classes/$tblchild.class.inc";
  1200. 5894 } // if
  1201. 5895 $childobject = new $tblchild;
  1202. ....
  1203. 7742 $class_name = 'cp_' .get_class($this);
  1204. 7743 if (!class_exists($class_name)) {
  1205. 7744: require_once($fname);
  1206. 7745 } // if
  1207. 7746 if (class_exists($class_name)) {
  1208. ....
  1209. 7949 if (extension_loaded('mysqli')) {
  1210. 7950 // use 'improved' mysql functions
  1211. 7951: require_once "dml.mysqli.class.inc";
  1212. 7952 } else {
  1213. 7953 // use standard mysql functions
  1214. 7954: require_once "dml.mysql.class.inc";
  1215. 7955 } // if
  1216. 7956 } elseif ($engine == 'oracle') {
  1217. 7957 if (version_compare(phpversion(), '5.0.0', '<')) {
  1218. 7958 // use old api's
  1219. 7959: require_once "dml.oracle.php4.class.inc";
  1220. 7960 } else {
  1221. 7961 // use new api's
  1222. 7962: require_once "dml.oracle.php5.class.inc";
  1223. 7963 } // if
  1224. 7964 } else {
  1225. 7965: require_once "dml.$engine.class.inc";
  1226. 7966 } // if
  1227. 7967 } // if
  1228. ....
  1229. 8274 if ($orderby_table != $this->tablename) {
  1230. 8275 if (file_exists("classes/$orderby_table.class.inc")) {
  1231. 8276: require_once "classes/$orderby_table.class.inc";
  1232. 8277 $dbobject = new $orderby_table;
  1233. 8278 $fieldspec = $dbobject->fieldspec;
  1234. ....
  1235. 8282 $alias_tablename = getTableAlias1($orderby_table, $this->sql_from);
  1236. 8283 if ($alias_tablename) {
  1237. 8284: require_once "classes/$alias_tablename.class.inc";
  1238. 8285 $dbobject = new $alias_tablename;
  1239. 8286 $fieldspec = $dbobject->fieldspec;
  1240. ....
  1241. 8605 } // if
  1242. 8606 if (!class_exists($parent_table)) {
  1243. 8607: require_once $dir ."classes/$parent_table.class.inc";
  1244. 8608 } // if
  1245. 8609 $parentObj = new $parent_table;
  1246. ....
  1247. 8840 {
  1248. 8841 if (!class_exists($tablename)) {
  1249. 8842: require_once("$tablename.class.inc");
  1250. 8843 } // if
  1251. 8844
  1252.  
  1253. /home/tom/Downloads/radicore/includes/std.tree_view1.inc:
  1254. 12 // A node can have only one parent but many children.
  1255. 13
  1256. 14: require_once 'include.general.inc';
  1257. 15
  1258. 16 // identify mode for xsl file
  1259. ..
  1260. 47
  1261. 48 // create a class instance for the inner database table
  1262. 49: require_once "classes/$table_id.class.inc";
  1263. 50 if (isset($script_vars['dbobject'])) {
  1264. 51 // use data from previous instance for this script
  1265.  
  1266. /home/tom/Downloads/radicore/includes/std.tree_view2.inc:
  1267. 15 // The tree_type to be displayed will be passed in $selection.
  1268. 16
  1269. 17: require_once 'include.general.inc';
  1270. 18
  1271. 19 // identify mode for xsl file
  1272. ..
  1273. 52
  1274. 53 // create a class instance for the inner database table
  1275. 54: require_once "classes/$inner_table.class.inc";
  1276. 55 if (isset($script_vars['dbinner'])) {
  1277. 56 // use data from previous instance for this script
  1278. ..
  1279. 81
  1280. 82 // create a class instance for the outer database table
  1281. 83: require_once "classes/$outer_table.class.inc";
  1282. 84 if (isset($script_vars['dbouter'])) {
  1283. 85 // use data from previous instance for this script
  1284.  
  1285. /home/tom/Downloads/radicore/includes/std.update1.inc:
  1286. 14 // will be made available for the user to scroll between these entries.
  1287. 15
  1288. 16: require_once 'include.general.inc';
  1289. 17
  1290. 18 // identify mode for xsl file
  1291. ..
  1292. 41
  1293. 42 // create a class instance for the MAIN database table
  1294. 43: require_once "classes/$table_id.class.inc";
  1295. 44 if (isset($script_vars['dbobject'])) {
  1296. 45 // use data from previous instance for this script
  1297.  
  1298. /home/tom/Downloads/radicore/includes/std.update2.inc:
  1299. 13 // NOTE: There is no dialog with the user.
  1300. 14
  1301. 15: require_once 'include.general.inc';
  1302. 16
  1303. 17 // identify mode for xsl file
  1304. ..
  1305. 22
  1306. 23 // create a class instance for the main database table
  1307. 24: require_once "classes/$table_id.class.inc";
  1308. 25 $dbobject = new $table_id;
  1309. 26 // indicate that this object was started from a page controller
  1310.  
  1311. /home/tom/Downloads/radicore/includes/std.update3.inc:
  1312. 15 // a single database row.
  1313. 16
  1314. 17: require_once 'include.general.inc';
  1315. 18
  1316. 19 // identify mode for xsl file
  1317. ..
  1318. 39
  1319. 40 // create a class instance for the main database table
  1320. 41: require_once "classes/$table_id.class.inc";
  1321. 42 if (isset($script_vars['dbobject'])) {
  1322. 43 // use data from previous instance for this script
  1323.  
  1324. /home/tom/Downloads/radicore/includes/std.update4.inc:
  1325. 14 // NOTE: There is no dialog with the user.
  1326. 15
  1327. 16: require_once 'include.general.inc';
  1328. 17
  1329. 18 // identify mode for xsl file
  1330. ..
  1331. 29
  1332. 30 // create a class instance for the main database table
  1333. 31: require_once "classes/$table_id.class.inc";
  1334. 32 $dbobject = new $table_id;
  1335. 33 // indicate that this object was started from a page controller
  1336.  
  1337. /home/tom/Downloads/radicore/includes/std.update5.inc:
  1338. 14 // NOTE: There is no dialog with the user.
  1339. 15
  1340. 16: require_once 'include.general.inc';
  1341. 17
  1342. 18 // identify mode for xsl file
  1343. ..
  1344. 35
  1345. 36 // create a class instance for the main database table
  1346. 37: require_once "classes/$table_id.class.inc";
  1347. 38 $dbobject = new $table_id;
  1348. 39 // indicate that this object was started from a page controller
  1349.  
  1350. /home/tom/Downloads/radicore/includes/std.validation.class.inc:
  1351. 51 } // if
  1352. 52 fclose($fp);
  1353. 53: require_once($file);
  1354. 54
  1355. 55 if (!class_exists($class)) {
  1356.  
  1357. /home/tom/Downloads/radicore/includes/tcpdf/CHANGELOG.TXT:
  1358. 45 6.0.013 (2013-04-10)
  1359. 46 - Add support for SVG dx and dy text/tspan attributes.
  1360. 47: - replace require() with require_once().
  1361. 48 - fix some minor typos on documentation.
  1362. 49 - fix a problem when deleting all pages.
  1363.  
  1364. /home/tom/Downloads/radicore/includes/tcpdf/tcpdf_autoconfig.php:
  1365. 63 foreach ($tcpdf_config_files as $tcpdf_config) {
  1366. 64 if (@file_exists($tcpdf_config) AND is_readable($tcpdf_config)) {
  1367. 65: require_once($tcpdf_config);
  1368. 66 break;
  1369. 67 }
  1370.  
  1371. /home/tom/Downloads/radicore/includes/tcpdf/tcpdf_barcodes_2d.php:
  1372. 238 switch ($qrtype) {
  1373. 239 case 'DATAMATRIX': { // DATAMATRIX (ISO/IEC 16022)
  1374. 240: require_once(dirname(__FILE__).'/include/barcodes/datamatrix.php');
  1375. 241 $qrcode = new Datamatrix($code);
  1376. 242 $this->barcode_array = $qrcode->getBarcodeArray();
  1377. ...
  1378. 245 }
  1379. 246 case 'PDF417': { // PDF417 (ISO/IEC 15438:2006)
  1380. 247: require_once(dirname(__FILE__).'/include/barcodes/pdf417.php');
  1381. 248 if (!isset($mode[1]) OR ($mode[1] === '')) {
  1382. 249 $aspectratio = 2; // default aspect ratio (width / height)
  1383. ...
  1384. 276 }
  1385. 277 case 'QRCODE': { // QR-CODE
  1386. 278: require_once(dirname(__FILE__).'/include/barcodes/qrcode.php');
  1387. 279 if (!isset($mode[1]) OR (!in_array($mode[1],array('L','M','Q','H')))) {
  1388. 280 $mode[1] = 'L'; // Ddefault: Low error correction
  1389.  
  1390. /home/tom/Downloads/radicore/includes/tcpdf/tcpdf_import.php:
  1391. 44
  1392. 45 // include the TCPDF class
  1393. 46: require_once(dirname(__FILE__).'/tcpdf.php');
  1394. 47 // include PDF parser class
  1395. 48: require_once(dirname(__FILE__).'/tcpdf_parser.php');
  1396. 49
  1397. 50 /**
  1398.  
  1399. /home/tom/Downloads/radicore/includes/tcpdf/tcpdf_parser.php:
  1400. 42
  1401. 43 // include class for decoding filters
  1402. 44: require_once(dirname(__FILE__).'/include/tcpdf_filters.php');
  1403. 45
  1404. 46 /**
  1405.  
  1406. /home/tom/Downloads/radicore/includes/tcpdf/tcpdf_php4.php:
  1407. 143
  1408. 144 // Main configuration file. Define the K_TCPDF_EXTERNAL_CONFIG constant to skip this file.
  1409. 145: require_once(dirname(__FILE__).'/config/tcpdf_config.php');
  1410. 146
  1411. 147 /**
  1412. ...
  1413. 1956 $this->spotcolor = array();
  1414. 1957 }
  1415. 1958: require_once(dirname(__FILE__).'/unicode_data.php');
  1416. 1959 $this->unicode = new TCPDF_UNICODE_DATA();
  1417. 1960: require_once(dirname(__FILE__).'/encodings_maps.php');
  1418. 1961 $this->encmaps = new TCPDF_ENCODING_MAPS();
  1419. 1962 $this->font_obj_ids = array();
  1420. ....
  1421. 14061 */
  1422. 14062 function unhtmlentities($text_to_convert) {
  1423. 14063: require_once(dirname(__FILE__).'/html_entity_decode_php4.php');
  1424. 14064 if (!$this->isunicode) {
  1425. 14065 return @html_entity_decode($text_to_convert);
  1426. .....
  1427. 19818 return;
  1428. 19819 }
  1429. 19820: require_once(dirname(__FILE__).'/barcodes.php');
  1430. 19821 // save current graphic settings
  1431. 19822 $gvars = $this->getGraphicVars();
  1432. .....
  1433. 20189 return;
  1434. 20190 }
  1435. 20191: require_once(dirname(__FILE__).'/2dbarcodes.php');
  1436. 20192 // save current graphic settings
  1437. 20193 $gvars = $this->getGraphicVars();
  1438.  
  1439. /home/tom/Downloads/radicore/includes/tcpdf/tcpdf_php5.php:
  1440. 144
  1441. 145 // TCPDF configuration
  1442. 146: require_once(dirname(__FILE__).'/tcpdf_autoconfig.php');
  1443. 147 // TCPDF static font methods and data
  1444. 148: require_once(dirname(__FILE__).'/include/tcpdf_font_data.php');
  1445. 149 // TCPDF static font methods and data
  1446. 150: require_once(dirname(__FILE__).'/include/tcpdf_fonts.php');
  1447. 151 // TCPDF static color methods and data
  1448. 152: require_once(dirname(__FILE__).'/include/tcpdf_colors.php');
  1449. 153 // TCPDF static image methods and data
  1450. 154: require_once(dirname(__FILE__).'/include/tcpdf_images.php');
  1451. 155 // TCPDF static methods and data
  1452. 156: require_once(dirname(__FILE__).'/include/tcpdf_static.php');
  1453. 157
  1454. 158 // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  1455. ...
  1456. 15056 return;
  1457. 15057 }
  1458. 15058: require_once(dirname(__FILE__).'/tcpdf_barcodes_1d.php');
  1459. 15059 // save current graphic settings
  1460. 15060 $gvars = $this->getGraphicVars();
  1461. .....
  1462. 15372 return;
  1463. 15373 }
  1464. 15374: require_once(dirname(__FILE__).'/tcpdf_barcodes_2d.php');
  1465. 15375 // save current graphic settings
  1466. 15376 $gvars = $this->getGraphicVars();
  1467.  
  1468. /home/tom/Downloads/radicore/menu/classes/help_text.class.inc:
  1469. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  1470. 5 // *****************************************************************************
  1471. 6: require_once 'std.table.class.inc';
  1472. 7 class help_text extends Default_Table
  1473. 8 {
  1474.  
  1475. /home/tom/Downloads/radicore/menu/classes/help_text_alt.class.inc:
  1476. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  1477. 5 // *****************************************************************************
  1478. 6: require_once 'std.table.class.inc';
  1479. 7 class help_text_alt extends Default_Table
  1480. 8 {
  1481.  
  1482. /home/tom/Downloads/radicore/menu/classes/logon.class.inc:
  1483. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  1484. 5 // *****************************************************************************
  1485. 6: require_once 'mnu_user.class.inc';
  1486. 7 class logon extends mnu_user
  1487. 8 {
  1488.  
  1489. /home/tom/Downloads/radicore/menu/classes/mnu_account.class.inc:
  1490. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  1491. 5 // *****************************************************************************
  1492. 6: require_once 'std.table.class.inc';
  1493. 7 class mnu_account extends Default_Table
  1494. 8 {
  1495.  
  1496. /home/tom/Downloads/radicore/menu/classes/mnu_control.class.inc:
  1497. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  1498. 5 // *****************************************************************************
  1499. 6: require_once 'std.table.class.inc';
  1500. 7 class mnu_control extends Default_Table
  1501. 8 {
  1502.  
  1503. /home/tom/Downloads/radicore/menu/classes/mnu_favourite.class.inc:
  1504. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  1505. 5 // *****************************************************************************
  1506. 6: require_once 'std.table.class.inc';
  1507. 7 class mnu_favourite extends Default_Table
  1508. 8 {
  1509.  
  1510. /home/tom/Downloads/radicore/menu/classes/mnu_favourite_s01.class.inc:
  1511. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  1512. 5 // *****************************************************************************
  1513. 6: require_once 'mnu_favourite.class.inc';
  1514. 7 class mnu_favourite_s01 extends mnu_favourite
  1515. 8 {
  1516.  
  1517. /home/tom/Downloads/radicore/menu/classes/mnu_favourite_s02.class.inc:
  1518. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  1519. 5 // *****************************************************************************
  1520. 6: require_once 'mnu_favourite.class.inc';
  1521. 7 class mnu_favourite_s02 extends mnu_favourite
  1522. 8 {
  1523.  
  1524. /home/tom/Downloads/radicore/menu/classes/mnu_favourite_s03.class.inc:
  1525. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  1526. 5 // *****************************************************************************
  1527. 6: require_once 'mnu_favourite.class.inc';
  1528. 7 class mnu_favourite_s03 extends mnu_favourite
  1529. 8 {
  1530.  
  1531. /home/tom/Downloads/radicore/menu/classes/mnu_favourite_s04.class.inc:
  1532. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  1533. 5 // *****************************************************************************
  1534. 6: require_once 'mnu_favourite.class.inc';
  1535. 7 class mnu_favourite_s04 extends mnu_favourite
  1536. 8 {
  1537.  
  1538. /home/tom/Downloads/radicore/menu/classes/mnu_favourite_s05.class.inc:
  1539. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  1540. 5 // *****************************************************************************
  1541. 6: require_once 'mnu_favourite.class.inc';
  1542. 7 class mnu_favourite_s05 extends mnu_favourite
  1543. 8 {
  1544.  
  1545. /home/tom/Downloads/radicore/menu/classes/mnu_file.class.inc:
  1546. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  1547. 5 // *****************************************************************************
  1548. 6: require_once 'std.table.class.inc';
  1549. 7 class mnu_file extends Default_Table
  1550. 8 {
  1551.  
  1552. /home/tom/Downloads/radicore/menu/classes/mnu_initial_value_role.class.inc:
  1553. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  1554. 5 // *****************************************************************************
  1555. 6: require_once 'std.table.class.inc';
  1556. 7 class mnu_initial_value_role extends Default_Table
  1557. 8 {
  1558.  
  1559. /home/tom/Downloads/radicore/menu/classes/mnu_initial_value_role_s01.class.inc:
  1560. 4 // Copyright 2006-2012 by Radicore Software Limited <http://www.radicore.org>
  1561. 5 // *****************************************************************************
  1562. 6: require_once 'mnu_initial_value_role.class.inc';
  1563. 7 class mnu_initial_value_role_s01 extends mnu_initial_value_role
  1564. 8 {
  1565.  
  1566. /home/tom/Downloads/radicore/menu/classes/mnu_initial_value_user.class.inc:
  1567. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  1568. 5 // *****************************************************************************
  1569. 6: require_once 'std.table.class.inc';
  1570. 7 class mnu_initial_value_user extends Default_Table
  1571. 8 {
  1572.  
  1573. /home/tom/Downloads/radicore/menu/classes/mnu_initial_value_user_s01.class.inc:
  1574. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  1575. 5 // *****************************************************************************
  1576. 6: require_once 'mnu_initial_value_user.class.inc';
  1577. 7 class mnu_initial_value_user_s01 extends mnu_initial_value_user
  1578. 8 {
  1579.  
  1580. /home/tom/Downloads/radicore/menu/classes/mnu_language.class.inc:
  1581. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  1582. 5 // *****************************************************************************
  1583. 6: require_once 'std.table.class.inc';
  1584. 7 class mnu_language extends Default_Table
  1585. 8 {
  1586.  
  1587. /home/tom/Downloads/radicore/menu/classes/mnu_menu.class.inc:
  1588. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  1589. 5 // *****************************************************************************
  1590. 6: require_once 'std.table.class.inc';
  1591. 7 class mnu_menu extends Default_Table
  1592. 8 {
  1593.  
  1594. /home/tom/Downloads/radicore/menu/classes/mnu_menu_snr.class.inc:
  1595. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  1596. 5 // *****************************************************************************
  1597. 6: require_once 'mnu_menu.class.inc';
  1598. 7 class mnu_menu_snr extends mnu_menu
  1599. 8 {
  1600.  
  1601. /home/tom/Downloads/radicore/menu/classes/mnu_motd.class.inc:
  1602. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  1603. 5 // *****************************************************************************
  1604. 6: require_once 'std.table.class.inc';
  1605. 7 class mnu_motd extends Default_Table
  1606. 8 {
  1607.  
  1608. /home/tom/Downloads/radicore/menu/classes/mnu_motd_s01.class.inc:
  1609. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  1610. 5 // *****************************************************************************
  1611. 6: require_once 'mnu_motd.class.inc';
  1612. 7 class mnu_motd_s01 extends mnu_motd
  1613. 8 {
  1614.  
  1615. /home/tom/Downloads/radicore/menu/classes/mnu_nav_button.class.inc:
  1616. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  1617. 5 // *****************************************************************************
  1618. 6: require_once 'std.table.class.inc';
  1619. 7 class mnu_nav_button extends Default_Table
  1620. 8 {
  1621.  
  1622. /home/tom/Downloads/radicore/menu/classes/mnu_nav_button_jnr.class.inc:
  1623. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  1624. 5 // *****************************************************************************
  1625. 6: require_once 'mnu_nav_button.class.inc';
  1626. 7 class mnu_nav_button_jnr extends mnu_nav_button
  1627. 8 {
  1628.  
  1629. /home/tom/Downloads/radicore/menu/classes/mnu_nav_button_snr.class.inc:
  1630. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  1631. 5 // *****************************************************************************
  1632. 6: require_once 'mnu_nav_button.class.inc';
  1633. 7 class mnu_nav_button_snr extends mnu_nav_button
  1634. 8 {
  1635.  
  1636. /home/tom/Downloads/radicore/menu/classes/mnu_pattern.class.inc:
  1637. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  1638. 5 // *****************************************************************************
  1639. 6: require_once 'std.table.class.inc';
  1640. 7 class mnu_pattern extends Default_Table
  1641. 8 {
  1642.  
  1643. /home/tom/Downloads/radicore/menu/classes/mnu_role.class.inc:
  1644. 3 // Copyright (c) 1999-2014 by Geoprise Technologies Licensing, All Rights Reserved.
  1645. 4 // *****************************************************************************
  1646. 5: require_once 'std.table.class.inc';
  1647. 6 class mnu_role extends Default_Table
  1648. 7 {
  1649. .
  1650. 105 //DebugBreak();
  1651. 106 if (isset($fieldarray['start_task_id'])) {
  1652. 107: //require_once 'classes/mnu_task.class.inc';
  1653. 108 $dbobject =& RDCsingleton::getInstance('mnu_task');
  1654. 109 $dbobject->sql_select = 'task_type';
  1655.  
  1656. /home/tom/Downloads/radicore/menu/classes/mnu_role_s01.class.inc:
  1657. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  1658. 5 // *****************************************************************************
  1659. 6: require_once 'mnu_role.class.inc';
  1660. 7 class mnu_role_s01 extends mnu_role
  1661. 8 {
  1662.  
  1663. /home/tom/Downloads/radicore/menu/classes/mnu_role_task.class.inc:
  1664. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  1665. 5 // *****************************************************************************
  1666. 6: require_once 'std.table.class.inc';
  1667. 7 class mnu_role_task extends Default_Table
  1668. 8 {
  1669.  
  1670. /home/tom/Downloads/radicore/menu/classes/mnu_role_taskfield.class.inc:
  1671. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  1672. 5 // *****************************************************************************
  1673. 6: require_once 'std.table.class.inc';
  1674. 7 class mnu_role_taskfield extends Default_Table
  1675. 8 {
  1676.  
  1677. /home/tom/Downloads/radicore/menu/classes/mnu_role_taskfield_s01.class.inc:
  1678. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  1679. 5 // *****************************************************************************
  1680. 6: require_once 'mnu_role_taskfield.class.inc';
  1681. 7 class mnu_role_taskfield_s01 extends mnu_role_taskfield
  1682. 8 {
  1683.  
  1684. /home/tom/Downloads/radicore/menu/classes/mnu_session.class.inc:
  1685. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  1686. 5 // *****************************************************************************
  1687. 6: require_once 'std.table.class.inc';
  1688. 7 class mnu_session extends Default_Table
  1689. 8 {
  1690.  
  1691. /home/tom/Downloads/radicore/menu/classes/mnu_subsystem.class.inc:
  1692. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  1693. 5 // *****************************************************************************
  1694. 6: require_once 'std.table.class.inc';
  1695. 7 class mnu_subsystem extends Default_Table
  1696. 8 {
  1697.  
  1698. /home/tom/Downloads/radicore/menu/classes/mnu_subsystem_s01.class.inc:
  1699. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  1700. 5 // *****************************************************************************
  1701. 6: require_once 'mnu_subsystem.class.inc';
  1702. 7 class mnu_subsystem_s01 extends mnu_subsystem
  1703. 8 {
  1704.  
  1705. /home/tom/Downloads/radicore/menu/classes/mnu_subsystem_s02.class.inc:
  1706. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  1707. 5 // *****************************************************************************
  1708. 6: require_once 'mnu_subsystem.class.inc';
  1709. 7 class mnu_subsystem_s02 extends mnu_subsystem
  1710. 8 {
  1711.  
  1712. /home/tom/Downloads/radicore/menu/classes/mnu_task.class.inc:
  1713. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  1714. 5 // *****************************************************************************
  1715. 6: require_once 'std.table.class.inc';
  1716. 7 class mnu_task extends Default_Table
  1717. 8 {
  1718. .
  1719. 496 if (isset($rowdata[0]['task_id'])) {
  1720. 497 // check to see if any menu items exist
  1721. 498: require_once 'mnu_menu.class.inc';
  1722. 499 $dbobject =& RDCsingleton::getInstance('mnu_menu');
  1723. 500 $count = $dbobject->getCount("menu_id='{$rowdata[0]['task_id']}'");
  1724.  
  1725. /home/tom/Downloads/radicore/menu/classes/mnu_task_alt.class.inc:
  1726. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  1727. 5 // *****************************************************************************
  1728. 6: require_once 'std.table.class.inc';
  1729. 7 class mnu_task_alt extends Default_Table
  1730. 8 {
  1731.  
  1732. /home/tom/Downloads/radicore/menu/classes/mnu_task_field.class.inc:
  1733. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  1734. 5 // *****************************************************************************
  1735. 6: require_once 'std.table.class.inc';
  1736. 7 class mnu_task_field extends Default_Table
  1737. 8 {
  1738.  
  1739. /home/tom/Downloads/radicore/menu/classes/mnu_task_ip_address.class.inc:
  1740. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  1741. 5 // *****************************************************************************
  1742. 6: require_once 'std.table.class.inc';
  1743. 7 class mnu_task_ip_address extends Default_Table
  1744. 8 {
  1745.  
  1746. /home/tom/Downloads/radicore/menu/classes/mnu_task_jnr.class.inc:
  1747. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  1748. 5 // *****************************************************************************
  1749. 6: require_once 'mnu_task.class.inc';
  1750. 7 class mnu_task_jnr extends mnu_task
  1751. 8 {
  1752.  
  1753. /home/tom/Downloads/radicore/menu/classes/mnu_task_s01.class.inc:
  1754. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  1755. 5 // *****************************************************************************
  1756. 6: require_once 'mnu_task.class.inc';
  1757. 7 class mnu_task_s01 extends mnu_task
  1758. 8 {
  1759.  
  1760. /home/tom/Downloads/radicore/menu/classes/mnu_task_s02.class.inc:
  1761. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  1762. 5 // *****************************************************************************
  1763. 6: require_once 'mnu_task.class.inc';
  1764. 7 class mnu_task_s02 extends mnu_task
  1765. 8 {
  1766. .
  1767. 66 $dir = NULL;
  1768. 67 } // if
  1769. 68: require_once $dir ."classes/$tblchild.class.inc";
  1770. 69 $childobj = new $tblchild;
  1771. 70 } // if
  1772. ..
  1773. 80 // now update the parent MNU_TASK record
  1774. 81 unset($childobj);
  1775. 82: //require_once 'classes/mnu_task.class.inc';
  1776. 83 $childobj =& RDCsingleton::getInstance('mnu_task');
  1777. 84 $msg[] = $childobj->updateSelection("task_id='$old_task_id'", "task_id='$new_task_id'");
  1778.  
  1779. /home/tom/Downloads/radicore/menu/classes/mnu_task_s03.class.inc:
  1780. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  1781. 5 // *****************************************************************************
  1782. 6: require_once 'mnu_task.class.inc';
  1783. 7 class mnu_task_s03 extends mnu_task
  1784. 8 {
  1785.  
  1786. /home/tom/Downloads/radicore/menu/classes/mnu_task_s04.class.inc:
  1787. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  1788. 5 // *****************************************************************************
  1789. 6: require_once 'mnu_task.class.inc';
  1790. 7 class mnu_task_s04 extends mnu_task
  1791. 8 {
  1792.  
  1793. /home/tom/Downloads/radicore/menu/classes/mnu_task_snr.class.inc:
  1794. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  1795. 5 // *****************************************************************************
  1796. 6: require_once 'mnu_task.class.inc';
  1797. 7 class mnu_task_snr extends mnu_task
  1798. 8 {
  1799.  
  1800. /home/tom/Downloads/radicore/menu/classes/mnu_time_limit_role.class.inc:
  1801. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  1802. 5 // *****************************************************************************
  1803. 6: require_once 'std.table.class.inc';
  1804. 7 class mnu_time_limit_role extends Default_Table
  1805. 8 {
  1806.  
  1807. /home/tom/Downloads/radicore/menu/classes/mnu_time_limit_user.class.inc:
  1808. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  1809. 5 // *****************************************************************************
  1810. 6: require_once 'std.table.class.inc';
  1811. 7 class mnu_time_limit_user extends Default_Table
  1812. 8 {
  1813.  
  1814. /home/tom/Downloads/radicore/menu/classes/mnu_todo.class.inc:
  1815. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  1816. 5 // *****************************************************************************
  1817. 6: require_once 'std.table.class.inc';
  1818. 7 class mnu_todo extends Default_Table
  1819. 8 {
  1820. .
  1821. 231 // perform custom validation before insert.
  1822. 232 {
  1823. 233: require_once 'std.datevalidation.class.inc';
  1824. 234 $dateobj =& RDCsingleton::getInstance('date_class');
  1825. 235
  1826.  
  1827. /home/tom/Downloads/radicore/menu/classes/mnu_user.class.inc:
  1828. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  1829. 5 // *****************************************************************************
  1830. 6: require_once 'std.table.class.inc';
  1831. 7 class mnu_user extends Default_Table
  1832. 8 {
  1833.  
  1834. /home/tom/Downloads/radicore/menu/classes/mnu_user_alt.class.inc:
  1835. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  1836. 5 // *****************************************************************************
  1837. 6: require_once 'std.table.class.inc';
  1838. 7 class mnu_user_alt extends Default_Table
  1839. 8 {
  1840.  
  1841. /home/tom/Downloads/radicore/menu/classes/mnu_user_ip_address.class.inc:
  1842. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  1843. 5 // *****************************************************************************
  1844. 6: require_once 'std.table.class.inc';
  1845. 7 class mnu_user_ip_address extends Default_Table
  1846. 8 {
  1847.  
  1848. /home/tom/Downloads/radicore/menu/classes/mnu_user_role.class.inc:
  1849. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  1850. 5 // *****************************************************************************
  1851. 6: require_once 'std.table.class.inc';
  1852. 7 class mnu_user_role extends Default_Table
  1853. 8 {
  1854.  
  1855. /home/tom/Downloads/radicore/menu/classes/mnu_user_s01.class.inc:
  1856. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  1857. 5 // *****************************************************************************
  1858. 6: require_once 'mnu_user.class.inc';
  1859. 7 class mnu_user_s01 extends mnu_user
  1860. 8 {
  1861.  
  1862. /home/tom/Downloads/radicore/menu/classes/mnu_user_s02.class.inc:
  1863. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  1864. 5 // *****************************************************************************
  1865. 6: require_once 'mnu_user.class.inc';
  1866. 7 class mnu_user_s02 extends mnu_user
  1867. 8 {
  1868.  
  1869. /home/tom/Downloads/radicore/menu/classes/mnu_user_s03.class.inc:
  1870. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  1871. 5 // *****************************************************************************
  1872. 6: require_once 'mnu_user.class.inc';
  1873. 7 class mnu_user_s03 extends mnu_user
  1874. 8 {
  1875.  
  1876. /home/tom/Downloads/radicore/menu/classes/mnu_user_s04.class.inc:
  1877. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  1878. 5 // *****************************************************************************
  1879. 6: require_once 'mnu_user.class.inc';
  1880. 7 class mnu_user_s04 extends mnu_user
  1881. 8 {
  1882.  
  1883. /home/tom/Downloads/radicore/menu/classes/mnu_user_s05.class.inc:
  1884. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  1885. 5 // *****************************************************************************
  1886. 6: require_once 'mnu_user.class.inc';
  1887. 7 class mnu_user_s05 extends mnu_user
  1888. 8 {
  1889.  
  1890. /home/tom/Downloads/radicore/menu/date_current.php:
  1891. 5 //*****************************************************************************
  1892. 6
  1893. 7: require_once 'include.general.inc';
  1894. 8
  1895. 9 initSession(); // initialise session
  1896.  
  1897. /home/tom/Downloads/radicore/menu/date_future.php:
  1898. 5 //*****************************************************************************
  1899. 6
  1900. 7: require_once 'include.general.inc';
  1901. 8
  1902. 9 initSession(); // initialise session
  1903.  
  1904. /home/tom/Downloads/radicore/menu/date_historic.php:
  1905. 5 //*****************************************************************************
  1906. 6
  1907. 7: require_once 'include.general.inc';
  1908. 8
  1909. 9 initSession(); // initialise session
  1910.  
  1911. /home/tom/Downloads/radicore/menu/menu.php:
  1912. 15 $mode = 'read';
  1913. 16
  1914. 17: require_once 'include.general.inc';
  1915. 18
  1916. 19 // load session variables
  1917. ..
  1918. 38
  1919. 39 // get list of any favourites
  1920. 40: require_once 'classes/mnu_favourite_s04.class.inc';
  1921. 41 $db_favourites = new mnu_favourite_s04;
  1922. 42
  1923. ..
  1924. 51
  1925. 52 // get list of any To-Do entries
  1926. 53: require_once 'classes/mnu_todo.class.inc';
  1927. 54 $db_todo = new mnu_todo;
  1928. 55
  1929. ..
  1930. 106 // ****************************************************************************
  1931. 107
  1932. 108: require_once 'classes/wf_workitem_role.class.inc';
  1933. 109 $db_workitem_role = new wf_workitem_role;
  1934. 110
  1935. ...
  1936. 155 // ****************************************************************************
  1937. 156
  1938. 157: require_once 'classes/wf_workitem_user.class.inc';
  1939. 158 $db_workitem_user = new wf_workitem_user;
  1940. 159
  1941.  
  1942. /home/tom/Downloads/radicore/menu/mnu_menu(add3).php:
  1943. 12 $popup_task = 'mnu_task(popup1)';
  1944. 13
  1945. 14: require_once 'std.add3.inc'; // activate page controller
  1946. 15
  1947. 16 ?>
  1948.  
  1949. /home/tom/Downloads/radicore/menu/mnu_menu(add3)a.php:
  1950. 12 $popup_task = 'mnu_task(popup1)b';
  1951. 13
  1952. 14: require_once 'std.add3.inc'; // activate page controller
  1953. 15
  1954. 16 ?>
  1955.  
  1956. /home/tom/Downloads/radicore/menu/mnu_menu(del2).php:
  1957. 7 $table_id = 'mnu_menu'; // table name
  1958. 8
  1959. 9: require_once 'std.delete2.inc'; // activate page controller
  1960. 10
  1961. 11 ?>
  1962.  
  1963. /home/tom/Downloads/radicore/menu/mnu_nav_button(add3).php:
  1964. 12 $popup_task = 'mnu_task(popup1)a';
  1965. 13
  1966. 14: require_once 'std.add3.inc'; // activate page controller
  1967. 15
  1968. 16 ?>
  1969.  
  1970. /home/tom/Downloads/radicore/menu/mnu_nav_button(add3)a.php:
  1971. 12 $popup_task = 'mnu_task(popup1)a';
  1972. 13
  1973. 14: require_once 'std.add3.inc'; // activate page controller
  1974. 15
  1975. 16 ?>
  1976.  
  1977. /home/tom/Downloads/radicore/menu/mnu_nav_button(del2).php:
  1978. 8 $table_id = 'mnu_nav_button'; // table name
  1979. 9
  1980. 10: require_once 'std.delete2.inc'; // activate page controller
  1981. 11
  1982. 12 ?>
  1983.  
  1984. /home/tom/Downloads/radicore/menu/mnu_subsystem(upd4)build.php:
  1985. 6 $table_id = 'mnu_subsystem_s02'; // table name
  1986. 7
  1987. 8: require_once 'std.update4.inc'; // activate page controller
  1988. 9
  1989. 10 ?>
  1990.  
  1991. /home/tom/Downloads/radicore/menu/mnu_subsystem(upd4)export.php:
  1992. 7 $table_id = 'mnu_subsystem_s01'; // table name
  1993. 8
  1994. 9: require_once 'std.update4.inc'; // activate page controller
  1995. 10
  1996. 11 ?>
  1997.  
  1998. /home/tom/Downloads/radicore/menu/mnu_todo(complete).php:
  1999. 5 //*****************************************************************************
  2000. 6
  2001. 7: require_once 'include.general.inc';
  2002. 8
  2003. 9 initSession(); // initialise session
  2004.  
  2005. /home/tom/Downloads/radicore/menu/mnu_todo(incomplete).php:
  2006. 5 //*****************************************************************************
  2007. 6
  2008. 7: require_once 'include.general.inc';
  2009. 8
  2010. 9 initSession(); // initialise session
  2011.  
  2012. /home/tom/Downloads/radicore/menu/mnu_user_reset.php:
  2013. 9 $screen = 'mnu_user.detail(pswd).screen.inc'; // file identifying screen structure
  2014. 10
  2015. 11: require_once 'include.general.inc';
  2016. 12
  2017. 13 // custom code...
  2018.  
  2019. /home/tom/Downloads/radicore/menu/std.batch.inc:
  2020. 154
  2021. 155 //checkFileExists('include.general.inc');
  2022. 156: require_once 'include.general.inc';
  2023. 157 //checkFileExists('include.session.inc');
  2024. 158: require_once 'include.session.inc';
  2025. 159
  2026. 160 echo '<p>include_path : ' .ini_get('include_path') ."</p>\n";
  2027.  
  2028. /home/tom/Downloads/radicore/radicore-2014-12-01.txt:
  2029. 713 - fixed bug in 'dml.pgsql.class.inc' which failed to deal correctly with fields in a WHERE string which contain either a backslash or a single quote.
  2030. 714 - fixed bug in 'dml.oracle.php4/5.inc' which failed to deal correctly with fields in a WHERE string which contain either a backslash or a single quote.
  2031. 715: - modified 'geLanguageArray()' and 'getLanguageText()' functions to replace 'require_once' with 'require' as files may have to be reloaded.
  2032. 716 - modified 'std.table.class.inc' so that all insert/update/delete methods can detect when they are being accessed from a script in a different subsystem in order to set $GLOBALS['classdir']. This is used to retrieve messages from the directory associated with the table class, and not the directory associated with the calling script.
  2033. 717 - modified 'std.singleton.php4/5.inc' so that they call the 'initialise()' method after instantiating a new object.
  2034.  
  2035. /home/tom/Downloads/radicore/workflow/classes/wf_arc.class.inc:
  2036. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  2037. 5 // *****************************************************************************
  2038. 6: require_once 'std.table.class.inc';
  2039. 7 class wf_arc extends Default_Table
  2040. 8 {
  2041. .
  2042. 43
  2043. 44 // now check that these places have the correct number of tokens
  2044. 45: require_once 'classes/wf_token.class.inc';
  2045. 46 $dbtoken =& RDCsingleton::getInstance('wf_token');
  2046. 47
  2047. ..
  2048. 72
  2049. 73 // transition has enough input tokens, so create a workitem
  2050. 74: require_once 'classes/wf_workitem.class.inc';
  2051. 75 $dbworkitem =& RDCsingleton::getInstance('wf_workitem');
  2052. 76 $workitem_data['workflow_id'] = $workflow_id;
  2053. ..
  2054. 116 if (!empty($fieldarray['place_id'])) {
  2055. 117 // get PLACE details
  2056. 118: require_once 'classes/wf_place.class.inc';
  2057. 119 $dbobject =& RDCsingleton::getInstance('wf_place');
  2058. 120 $dbobject->sql_select = 'place_type';
  2059.  
  2060. /home/tom/Downloads/radicore/workflow/classes/wf_case.class.inc:
  2061. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  2062. 5 // *****************************************************************************
  2063. 6: require_once 'std.table.class.inc';
  2064. 7 class wf_case extends Default_Table
  2065. 8 {
  2066. .
  2067. 110 // a new workflow instance has started, so ....
  2068. 111 // find the place which is the start point
  2069. 112: require_once 'classes/wf_place.class.inc' ;
  2070. 113 $dbplace =& RDCsingleton::getInstance('wf_place');
  2071. 114
  2072. ...
  2073. 127
  2074. 128 // create a token for the start point
  2075. 129: require_once 'classes/wf_token.class.inc';
  2076. 130 $dbtoken =& RDCsingleton::getInstance('wf_token');
  2077. 131 $token_array['workflow_id'] = $fieldarray['workflow_id'];
  2078.  
  2079. /home/tom/Downloads/radicore/workflow/classes/wf_place.class.inc:
  2080. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  2081. 5 // *****************************************************************************
  2082. 6: require_once 'std.table.class.inc';
  2083. 7 class wf_place extends Default_Table
  2084. 8 {
  2085.  
  2086. /home/tom/Downloads/radicore/workflow/classes/wf_token.class.inc:
  2087. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  2088. 5 // *****************************************************************************
  2089. 6: require_once 'std.table.class.inc';
  2090. 7 class wf_token extends Default_Table
  2091. 8 {
  2092. .
  2093. 66 global $mode;
  2094. 67 if ($mode == 'search' and isset($fieldarray['case_id'])) {
  2095. 68: require_once 'wf_case.class.inc';
  2096. 69 $dbobject =& RDCsingleton::getInstance('wf_case');
  2097. 70 $dbobject->sql_select = 'workflow_id';
  2098. ..
  2099. 144
  2100. 145 // mark any outstanding workitems as cancelled
  2101. 146: require_once 'classes/wf_workitem.class.inc';
  2102. 147 $dbworkitem =& RDCsingleton::getInstance('wf_workitem');
  2103. 148 $where = "case_id='{$fieldarray['case_id']}' AND workitem_status IN ('EN', 'IP')";
  2104. ...
  2105. 154
  2106. 155 // mark this case as closed
  2107. 156: require_once 'classes/wf_case.class.inc';
  2108. 157 $dbcase =& RDCsingleton::getInstance('wf_case');
  2109. 158 $case_data['case_id'] = $fieldarray['case_id'];
  2110. ...
  2111. 172
  2112. 173 // find all transitions which are joined to this place via INWARD arcs
  2113. 174: require_once 'classes/wf_arc.class.inc' ;
  2114. 175 $dbarc =& RDCsingleton::getInstance('wf_arc');
  2115. 176 $dbarc->sql_select = 'wf_arc.workflow_id, wf_arc.transition_id, place_id, direction, arc_type, task_id, role_id, transition_trigger, time_limit';
  2116.  
  2117. /home/tom/Downloads/radicore/workflow/classes/wf_transition.class.inc:
  2118. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  2119. 5 // *****************************************************************************
  2120. 6: require_once 'std.table.class.inc';
  2121. 7 class wf_transition extends Default_Table
  2122. 8 {
  2123.  
  2124. /home/tom/Downloads/radicore/workflow/classes/wf_workflow.class.inc:
  2125. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  2126. 5 // *****************************************************************************
  2127. 6: require_once 'std.table.class.inc';
  2128. 7 class wf_workflow extends Default_Table
  2129. 8 {
  2130. .
  2131. 177 //DebugBreak();
  2132. 178 // create initial entries on PLACE table
  2133. 179: require_once 'classes/wf_place.class.inc';
  2134. 180 $dbobject =& RDCsingleton::getInstance('wf_place');
  2135. 181
  2136.  
  2137. /home/tom/Downloads/radicore/workflow/classes/wf_workflow_s01.class.inc:
  2138. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  2139. 5 // *****************************************************************************
  2140. 6: require_once 'wf_workflow.class.inc';
  2141. 7 class wf_workflow_s01 extends wf_workflow
  2142. 8 {
  2143. .
  2144. 19
  2145. 20 // ********************************************************************
  2146. 21: require_once 'classes/wf_place.class.inc';
  2147. 22 $dbplace =& RDCsingleton::getInstance('wf_place');
  2148. 23
  2149. ..
  2150. 58
  2151. 59 // ********************************************************************
  2152. 60: require_once 'classes/wf_arc.class.inc';
  2153. 61 $dbarc =& RDCsingleton::getInstance('wf_arc');
  2154. 62
  2155. ..
  2156. 210
  2157. 211 // ********************************************************************
  2158. 212: require_once 'classes/wf_transition.class.inc';
  2159. 213 $dbtransition =& RDCsingleton::getInstance('wf_transition');
  2160. 214
  2161.  
  2162. /home/tom/Downloads/radicore/workflow/classes/wf_workitem.class.inc:
  2163. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  2164. 5 // *****************************************************************************
  2165. 6: require_once 'std.table.class.inc';
  2166. 7 class wf_workitem extends Default_Table
  2167. 8 {
  2168. .
  2169. 75 // get list of workflow names
  2170. 76 if (!class_exists('wf_workflow', false)) {
  2171. 77: require_once 'classes/wf_workflow.class.inc';
  2172. 78 } // if
  2173. 79 $dbobject =& RDCsingleton::getInstance('wf_workflow');
  2174. ..
  2175. 105 global $mode;
  2176. 106 if ($mode == 'search' and isset($fieldarray['case_id'])) {
  2177. 107: require_once 'classes/wf_case.class.inc';
  2178. 108 $dbobject =& RDCsingleton::getInstance('wf_case');
  2179. 109 $dbobject->sql_select = 'workflow_id';
  2180. ...
  2181. 158
  2182. 159 if ($item == 'transition_trigger') {
  2183. 160: require_once 'classes/wf_transition.class.inc';
  2184. 161 $dbtransition =& RDCsingleton::getInstance('wf_transition');
  2185. 162 $array = $dbtransition->getValRep($item);
  2186.  
  2187. /home/tom/Downloads/radicore/workflow/classes/wf_workitem_role.class.inc:
  2188. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  2189. 5 // *****************************************************************************
  2190. 6: require_once 'wf_workitem.class.inc';
  2191. 7 class wf_workitem_role extends wf_workitem
  2192. 8 {
  2193.  
  2194. /home/tom/Downloads/radicore/workflow/classes/wf_workitem_s01.class.inc:
  2195. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  2196. 5 // *****************************************************************************
  2197. 6: require_once 'wf_workitem.class.inc';
  2198. 7 class wf_workitem_s01 extends wf_workitem
  2199. 8 {
  2200.  
  2201. /home/tom/Downloads/radicore/workflow/classes/wf_workitem_user.class.inc:
  2202. 4 // Copyright 2006-2014 by Radicore Software Limited <http://www.radicore.org>
  2203. 5 // *****************************************************************************
  2204. 6: require_once 'wf_workitem.class.inc';
  2205. 7 class wf_workitem_user extends wf_workitem
  2206. 8 {
  2207.  
  2208. /home/tom/Downloads/radicore/workflow/classes/workflow_engine.class.inc:
  2209. 5 // *****************************************************************************
  2210. 6 if (!class_exists('wf_workflow')) {
  2211. 7: require_once 'wf_workflow.class.inc';
  2212. 8 } // if
  2213. 9 class workflow_engine extends wf_workflow
  2214. ..
  2215. 29
  2216. 30 // create a case (workflow instance) for this task
  2217. 31: require_once 'classes/wf_case.class.inc';
  2218. 32 $dbcase =& RDCsingleton::getInstance('wf_case');
  2219. 33
  2220. ..
  2221. 52 {
  2222. 53 // retrieve the current workitem
  2223. 54: require_once 'classes/wf_workitem.class.inc';
  2224. 55 $dbworkitem =& RDCsingleton::getInstance('wf_workitem');
  2225. 56
  2226. ..
  2227. 96 // ********************************************************************
  2228. 97 // find tokens on all input arcs (there may be more than one)
  2229. 98: require_once 'classes/wf_arc.class.inc' ;
  2230. 99 $dbarc =& RDCsingleton::getInstance('wf_arc');
  2231. 100
  2232. ...
  2233. 110
  2234. 111 // now mark them all as consumed
  2235. 112: require_once 'classes/wf_token.class.inc';
  2236. 113 $dbtoken =& RDCsingleton::getInstance('wf_token');
  2237. 114
  2238. ...
  2239. 266
  2240. 267 // mark this workitem as finished
  2241. 268: require_once 'classes/wf_workitem.class.inc';
  2242. 269 $dbworkitem =& RDCsingleton::getInstance('wf_workitem');
  2243. 270
  2244. ...
  2245. 295 // ********************************************************************
  2246. 296 // find token on input arc (there should be only one)
  2247. 297: require_once 'classes/wf_arc.class.inc' ;
  2248. 298 $dbarc =& RDCsingleton::getInstance('wf_arc');
  2249. 299
  2250. ...
  2251. 325
  2252. 326 // now mark it as consumed
  2253. 327: require_once 'classes/wf_token.class.inc';
  2254. 328 $dbtoken =& RDCsingleton::getInstance('wf_token');
  2255. 329
  2256.  
  2257. /home/tom/Downloads/radicore/workflow/std.batch.inc:
  2258. 154
  2259. 155 //checkFileExists('include.general.inc');
  2260. 156: require_once 'include.general.inc';
  2261. 157 //checkFileExists('include.session.inc');
  2262. 158: require_once 'include.session.inc';
  2263. 159
  2264. 160 echo '<p>include_path : ' .ini_get('include_path') ."</p>\n";
  2265.  
  2266. /home/tom/Downloads/radicore/workflow/workflow.upd(validate).php:
  2267. 7 $table_id = "wf_workflow_s01"; // table id
  2268. 8
  2269. 9: require_once 'std.update4.inc'; // activate page controller
  2270. 10
  2271. 11 ?>
  2272.  
  2273. /home/tom/Downloads/radicore/workflow/workitem(timeout).php:
  2274. 15
  2275. 16 // create object for workflow processing
  2276. 17: require_once 'classes/workflow_engine.class.inc';
  2277. 18 $workflow = new workflow_engine;
  2278. 19
  2279. 20 // create object to read all available accounts
  2280. 21: require_once 'classes/mnu_account.class.inc';
  2281. 22 $account = new mnu_account;
  2282. 23
  2283. ..
  2284. 63
  2285. 64 if (isset($_SESSION['script_sequence'])) {
  2286. 65: require_once 'classes/mnu_task.class.inc';
  2287. 66 $taskobj = new mnu_task;
  2288. 67 $taskobj->sql_select = 'script_id, subsys_dir';
  2289. ..
  2290. 85 chdir($new_dir);
  2291. 86 $batch_errors = null;
  2292. 87: require_once $task_data[0]['script_id'];
  2293. 88 if ($batch_errors) {
  2294. 89 $workflow->rollback();
  2295.  
  2296. 375 matches across 197 files
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement