Go to the source code of this file.
Namespaces | |
| namespace | treasury |
Variables | |
| $_SERVER ['SERVER_NAME'] = '' | |
| $_SERVER ['HTTP_HOST'] = '' | |
| $_SERVER ['HTTP_HOST'] = '' | |
| $_SERVER ['HTTP_HOST'] = '' | |
| $_SERVER ['SCRIPT_URL'] = '' | |
| global | $_SERVER |
| global | $gBitSystem |
| global | $gBitUser |
| $log [$item['content_id']] = $item['log'] | |
| $log = array() | |
| $processLimit = ( !empty( $argv[1] )) ? $argv[1] : ( !empty( $_REQUEST['videos'] ) ? $_REQUEST['videos'] : 3 ) | |
| $processList = array() | |
| $query | |
| $result = $gBitSystem->mDb->query( $query, array( 'pending' ), $processLimit ) | |
| $total = date( 'U' ) | |
| $_SERVER['SERVER_NAME'] = '' |
Definition at line 101 of file cron.flv.php.
| $_SERVER['HTTP_HOST'] = '' |
Definition at line 100 of file cron.flv.php.
| $_SERVER['HTTP_HOST'] = '' |
Definition at line 99 of file cron.flv.php.
| $_SERVER['HTTP_HOST'] = '' |
Definition at line 98 of file cron.flv.php.
| $_SERVER['SCRIPT_URL'] = '' |
Definition at line 97 of file cron.flv.php.
| global $_SERVER |
Definition at line 95 of file cron.flv.php.
| global $gBitSystem |
Definition at line 95 of file cron.flv.php.
| global $gBitUser |
Definition at line 95 of file cron.flv.php.
| $log[$item['content_id']] = $item['log'] |
Definition at line 148 of file cron.flv.php.
| $log = array() |
Definition at line 139 of file cron.flv.php.
| $processLimit = ( !empty( $argv[1] )) ? $argv[1] : ( !empty( $_REQUEST['videos'] ) ? $_REQUEST['videos'] : 3 ) |
Definition at line 121 of file cron.flv.php.
| $processList = array() |
Definition at line 129 of file cron.flv.php.
| $query |
Initial value:
" SELECT lpq.`content_id` AS `hash_key`, lpq.* FROM `".BIT_DB_PREFIX."liberty_process_queue` lpq WHERE lpq.begin_date IS NULL AND lpq.`process_status`=? ORDER BY lpq.`queue_date` ASC"
Definition at line 122 of file cron.flv.php.
| $result = $gBitSystem->mDb->query( $query, array( 'pending' ), $processLimit ) |
Definition at line 127 of file cron.flv.php.
| $total = date( 'U' ) |
Definition at line 140 of file cron.flv.php.
1.5.2