Radicore Forum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » RADICORE » How To » Parameters to batch functions / timeout
Re: Parameters to batch functions / timeout [message #3307 is a reply to message #3301] Thu, 10 January 2013 12:07 Go to previous messageGo to previous message
divico is currently offline  divico
Messages: 16
Registered: August 2008
Junior Member
Coming back to my first question. The batch task that is generated looks as follows:

<?php
//********************************************************** *******************
// run a script in the background
//********************************************************** *******************

$stdout = '...';
$csvout = '...';
$pdfout = '...';

// ini_set('include_path', '.');
require 'std.batch.inc';

batchInit(__FILE__);

// custom code starts here

// custom code ends here

batchEnd();

?>

There are no parameters, respectively where clauses here ...

Thanks and regards
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Does Radicore allow orphaned children?
Next Topic: Passing URLs from _cm_formatData
Goto Forum:
  


Current Time: Wed Jul 17 06:14:45 EDT 2024

Total time taken to generate the page: 0.00920 seconds